![]() |
LibrePCB Developers Documentation
|
The BoardHoleData class. More...
#include <boardholedata.h>
Collaboration diagram for BoardHoleData: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. | |
| 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 |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
| 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 |
|
default |
|
private |
|
private |
|
private |
|
private |
|
private |