LibrePCB Developers Documentation
|
The PackagePad class represents one logical pad of a package. More...
#include <packagepad.h>
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. More... | |
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 |
|
noexcept |
void serialize | ( | SExpression & | root | ) | const |
Serialize into librepcb::SExpression node.
root | Root node to serialize into. |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
Signal<PackagePad, Event> onEdited |
|
private |
|
private |