LibrePCB Developers Documentation
|
The BoardHoleData class. More...
#include <boardholedata.h>
Public Member Functions | |
BoardHoleData ()=delete | |
BoardHoleData (const BoardHoleData &other) noexcept | |
BoardHoleData (const Uuid &uuid, const BoardHoleData &other) noexcept | |
BoardHoleData (const Uuid &uuid, const PositiveLength &diameter, const NonEmptyPath &path, const MaskConfig &stopMaskConfig, bool locked) | |
BoardHoleData (const SExpression &node) | |
~BoardHoleData () noexcept | |
const Uuid & | getUuid () const noexcept |
const PositiveLength & | getDiameter () const noexcept |
const NonEmptyPath & | getPath () const noexcept |
const MaskConfig & | getStopMaskConfig () const noexcept |
bool | isLocked () const noexcept |
bool | isSlot () const noexcept |
bool | isMultiSegmentSlot () const noexcept |
bool | isCurvedSlot () const noexcept |
bool | setUuid (const Uuid &uuid) noexcept |
bool | setDiameter (const PositiveLength &diameter) noexcept |
bool | setPath (const NonEmptyPath &path) noexcept |
bool | setStopMaskConfig (const MaskConfig &config) noexcept |
bool | setLocked (bool locked) noexcept |
void | serialize (SExpression &root) const |
Serialize into librepcb::SExpression node. More... | |
bool | operator== (const BoardHoleData &rhs) const noexcept |
bool | operator!= (const BoardHoleData &rhs) const noexcept |
BoardHoleData & | operator= (const BoardHoleData &rhs)=default |
Private Attributes | |
Uuid | mUuid |
PositiveLength | mDiameter |
NonEmptyPath | mPath |
MaskConfig | mStopMaskConfig |
bool | mLocked |
The BoardHoleData class.
|
delete |
|
noexcept |
|
noexcept |
BoardHoleData | ( | const Uuid & | uuid, |
const PositiveLength & | diameter, | ||
const NonEmptyPath & | path, | ||
const MaskConfig & | stopMaskConfig, | ||
bool | locked | ||
) |
|
explicit |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
void serialize | ( | SExpression & | root | ) | const |
Serialize into librepcb::SExpression node.
root | Root node to serialize into. |
|
noexcept |
|
inlinenoexcept |
|
default |
|
private |
|
private |
|
private |
|
private |
|
private |