![]() |
LibrePCB Developers Documentation
|
#include <hole.h>
Collaboration diagram for Hole:Public Types | |
| enum class | Event |
| typedef Slot< Hole, Event > | OnEditedSlot |
Public Member Functions | |
| Hole ()=delete | |
| Hole (const Hole &other) noexcept | |
| Hole (const Uuid &uuid, const Hole &other) noexcept | |
| Hole (const Uuid &uuid, const PositiveLength &diameter, const NonEmptyPath &path, const MaskConfig &stopMaskConfig) noexcept | |
| Hole (const SExpression &node) | |
| ~Hole () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const PositiveLength & | getDiameter () const noexcept |
| const NonEmptyPath & | getPath () const noexcept |
| const MaskConfig & | getStopMaskConfig () const noexcept |
| bool | isSlot () const noexcept |
| bool | isMultiSegmentSlot () const noexcept |
| bool | isCurvedSlot () const noexcept |
| std::optional< Length > | getPreviewStopMaskOffset () const noexcept |
| bool | setDiameter (const PositiveLength &diameter) noexcept |
| bool | setPath (const NonEmptyPath &path) noexcept |
| bool | setStopMaskConfig (const MaskConfig &config) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const Hole &rhs) const noexcept |
| bool | operator!= (const Hole &rhs) const noexcept |
| Hole & | operator= (const Hole &rhs) noexcept |
Public Attributes | |
| Signal< Hole, Event > | onEdited |
Private Attributes | |
| Uuid | mUuid |
| PositiveLength | mDiameter |
| NonEmptyPath | mPath |
| MaskConfig | mStopMaskConfig |
The Hole class.
| typedef Slot<Hole, Event> OnEditedSlot |
|
strong |
|
delete |
|
noexcept |
|
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 |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
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 |
|
private |
|
private |
|
private |
|
private |