![]() |
LibrePCB Developers Documentation
|
The SI_NetLabel class. More...
#include <si_netlabel.h>
Inheritance diagram for SI_NetLabel:
Collaboration diagram for SI_NetLabel:Public Types | |
| enum class | Event |
| typedef Slot< SI_NetLabel, Event > | OnEditedSlot |
Public Member Functions | |
| SI_NetLabel ()=delete | |
| SI_NetLabel (const SI_NetLabel &other)=delete | |
| SI_NetLabel (SI_NetSegment &segment, const NetLabel &label) | |
| ~SI_NetLabel () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const Point & | getPosition () const noexcept |
| const Angle & | getRotation () const noexcept |
| bool | getMirrored () const noexcept |
| const Point & | getAnchorPosition () const noexcept |
| const NetLabel & | getNetLabel () const noexcept |
| SI_NetSegment & | getNetSegment () const noexcept |
| NetSignal & | getNetSignalOfNetSegment () const noexcept |
| Length | getApproximateWidth () noexcept |
| void | setPosition (const Point &position) noexcept |
| void | setRotation (const Angle &rotation) noexcept |
| void | setMirrored (const bool mirrored) noexcept |
| void | addToSchematic () override |
| void | removeFromSchematic () override |
| void | updateAnchor () noexcept |
| SI_NetLabel & | operator= (const SI_NetLabel &rhs)=delete |
Public Member Functions inherited from SI_Base | |
| SI_Base ()=delete | |
| SI_Base (const SI_Base &other)=delete | |
| SI_Base (Schematic &schematic) noexcept | |
| virtual | ~SI_Base () noexcept |
| Project & | getProject () const noexcept |
| Circuit & | getCircuit () const noexcept |
| Schematic & | getSchematic () const noexcept |
| virtual bool | isAddedToSchematic () const noexcept |
| SI_Base & | operator= (const SI_Base &rhs)=delete |
Public Attributes | |
| Signal< SI_NetLabel, Event > | onEdited |
Private Attributes | |
| QMetaObject::Connection | mNameChangedConnection |
| SI_NetSegment & | mNetSegment |
| NetLabel | mNetLabel |
| Point | mAnchorPosition |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
| Schematic & | mSchematic |
The SI_NetLabel class.
| typedef Slot<SI_NetLabel, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
|
explicit |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
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:
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
|
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 SI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
| Signal<SI_NetLabel, Event> onEdited |
|
private |
|
private |
|
private |
|
private |