LibrePCB Developers Documentation
|
#include <bi_hole.h>
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 tl::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 |
virtual void | addToBoard () |
virtual void | removeFromBoard () |
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 |
tl::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 | ||
) |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
overridevirtual |
Reimplemented from BI_Base.
|
overridevirtual |
Reimplemented from BI_Base.
|
privatenoexcept |
|
private |
|
private |