![]() |
LibrePCB Developers Documentation
|
The SI_BusLabel class. More...
#include <si_buslabel.h>
Inheritance diagram for SI_BusLabel:
Collaboration diagram for SI_BusLabel:Public Types | |
| enum class | Event |
| typedef Slot< SI_BusLabel, Event > | OnEditedSlot |
Public Member Functions | |
| SI_BusLabel ()=delete | |
| SI_BusLabel (const SI_BusLabel &other)=delete | |
| SI_BusLabel (SI_BusSegment &segment, const NetLabel &label) | |
| ~SI_BusLabel () 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_BusSegment & | getBusSegment () const 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_BusLabel & | operator= (const SI_BusLabel &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_BusLabel, Event > | onEdited |
Private Attributes | |
| QMetaObject::Connection | mNameChangedConnection |
| SI_BusSegment & | mSegment |
| NetLabel | mNetLabel |
| Point | mAnchorPosition |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
| Schematic & | mSchematic |
The SI_BusLabel class.
| typedef Slot<SI_BusLabel, 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 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_BusLabel, Event> onEdited |
|
private |
|
private |
|
private |
|
private |