![]() |
LibrePCB Developers Documentation
|
#include <schematicclipboarddata.h>
Collaboration diagram for SchematicClipboardData::Bus:Public Member Functions | |
| Bus (const Uuid &uuid, const BusName &name, bool prefixNetNames, const std::optional< UnsignedLength > &maxTraceLengthDifference) | |
| Bus (const SExpression &node) | |
| const Uuid & | getUuid () const noexcept |
| void | serialize (SExpression &root) const |
| bool | operator!= (const Bus &rhs) noexcept |
Public Attributes | |
| Uuid | uuid |
| BusName | name |
| bool | prefixNetNames |
| std::optional< UnsignedLength > | maxTraceLengthDifference |
| Signal< Bus > | onEdited |
| Dummy event, not used. | |
Static Public Attributes | |
| static constexpr const char * | tagname = "bus" |
|
inlineexplicit |
|
inlineexplicit |
|
inlinenoexcept |
|
inline |
Here is the call graph for this function:
|
inlinenoexcept |
|
staticconstexpr |
| Uuid uuid |
| BusName name |
| bool prefixNetNames |
| std::optional<UnsignedLength> maxTraceLengthDifference |