![]() |
LibrePCB Developers Documentation
|
The PackagePad class represents one logical pad of a package. More...
#include <packagepad.h>
Collaboration diagram for PackagePad:Public Types | |
| enum class | Event |
| typedef Slot< PackagePad, Event > | OnEditedSlot |
Public Member Functions | |
| PackagePad ()=delete | |
| PackagePad (const PackagePad &other) noexcept | |
| PackagePad (const Uuid &uuid, const CircuitIdentifier &name) noexcept | |
| PackagePad (const SExpression &node) | |
| ~PackagePad () noexcept | |
| const Uuid & | getUuid () const noexcept |
| CircuitIdentifier | getName () const noexcept |
| bool | setName (const CircuitIdentifier &name) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const PackagePad &rhs) const noexcept |
| bool | operator!= (const PackagePad &rhs) const noexcept |
| PackagePad & | operator= (const PackagePad &rhs) noexcept |
Public Attributes | |
| Signal< PackagePad, Event > | onEdited |
Private Attributes | |
| Uuid | mUuid |
| CircuitIdentifier | mName |
The PackagePad class represents one logical pad of a package.
Following information is considered as the "interface" of a pad and must therefore never be changed:
| typedef Slot<PackagePad, Event> OnEditedSlot |
|
strong |
|
delete |
|
noexcept |
|
noexcept |
|
explicit |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:| void serialize | ( | SExpression & | root | ) | const |
Serialize into librepcb::SExpression node.
| root | Root node to serialize into. |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
|
noexcept |
| Signal<PackagePad, Event> onEdited |
|
private |
|
private |