![]() |
LibrePCB Developers Documentation
|
#include <bi_hole.h>
Inheritance diagram for BI_Hole:
Collaboration diagram for BI_Hole:Public Types | |
| enum class | Event |
| typedef Slot< BI_Hole, Event > | OnEditedSlot |
Public Member Functions | |
| BI_Hole ()=delete | |
| BI_Hole (const BI_Hole &other)=delete | |
| BI_Hole (Board &board, const BoardHoleData &data) | |
| ~BI_Hole () noexcept | |
| const BoardHoleData & | getData () const noexcept |
| const std::optional< Length > & | getStopMaskOffset () const 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 | addToBoard () override |
| void | removeFromBoard () override |
| BI_Hole & | operator= (const BI_Hole &rhs)=delete |
Public Member Functions inherited from BI_Base | |
| BI_Base ()=delete | |
| BI_Base (const BI_Base &other)=delete | |
| BI_Base (Board &board) noexcept | |
| virtual | ~BI_Base () noexcept |
| Project & | getProject () const noexcept |
| Circuit & | getCircuit () const noexcept |
| Board & | getBoard () const noexcept |
| virtual bool | isAddedToBoard () const noexcept |
| BI_Base & | operator= (const BI_Base &rhs)=delete |
Public Attributes | |
| Signal< BI_Hole, Event > | onEdited |
Private Member Functions | |
| void | updateStopMaskOffset () noexcept |
Private Attributes | |
| BoardHoleData | mData |
| std::optional< Length > | mStopMaskOffset |
Additional Inherited Members | |
Protected Attributes inherited from BI_Base | |
| Board & | mBoard |
The BI_Hole class.
| typedef Slot<BI_Hole, Event> OnEditedSlot |
|
strong |
|
delete |
| BI_Hole | ( | Board & | board, |
| const BoardHoleData & | data | ||
| ) |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
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:
|
noexcept |
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from BI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from BI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |