LibrePCB Developers Documentation
|
#include <padhole.h>
Public Types | |
enum class | Event |
typedef Slot< PadHole, Event > | OnEditedSlot |
Public Member Functions | |
PadHole ()=delete | |
PadHole (const PadHole &other) noexcept | |
PadHole (const Uuid &uuid, const PadHole &other) noexcept | |
PadHole (const Uuid &uuid, const PositiveLength &diameter, const NonEmptyPath &path) noexcept | |
PadHole (const SExpression &node) | |
virtual | ~PadHole () noexcept |
const Uuid & | getUuid () const noexcept |
const PositiveLength & | getDiameter () const noexcept |
const NonEmptyPath & | getPath () const noexcept |
bool | isSlot () const noexcept |
bool | isMultiSegmentSlot () const noexcept |
bool | isCurvedSlot () const noexcept |
bool | setDiameter (const PositiveLength &diameter) noexcept |
bool | setPath (const NonEmptyPath &path) noexcept |
virtual void | serialize (SExpression &root) const |
Serialize into librepcb::SExpression node. More... | |
bool | operator== (const PadHole &rhs) const noexcept |
bool | operator!= (const PadHole &rhs) const noexcept |
PadHole & | operator= (const PadHole &rhs) noexcept |
Public Attributes | |
Signal< PadHole, Event > | onEdited |
Protected Attributes | |
Uuid | mUuid |
PositiveLength | mDiameter |
NonEmptyPath | mPath |
The PadHole class.
typedef Slot<PadHole, Event> OnEditedSlot |
|
strong |
|
delete |
|
noexcept |
|
explicit |
|
virtualnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
virtual |
Serialize into librepcb::SExpression node.
root | Root node to serialize into. |
|
noexcept |
|
inlinenoexcept |
|
protected |
|
protected |
|
protected |