![]() |
LibrePCB Developers Documentation
|
The SI_SymbolPin class. More...
#include <si_symbolpin.h>
Inheritance diagram for SI_SymbolPin:
Collaboration diagram for SI_SymbolPin:Public Types | |
| enum class | Event |
| typedef Slot< SI_SymbolPin, Event > | OnEditedSlot |
Public Member Functions | |
| SI_SymbolPin ()=delete | |
| SI_SymbolPin (const SI_SymbolPin &other)=delete | |
| SI_SymbolPin (SI_Symbol &symbol, const Uuid &pinUuid) | |
| ~SI_SymbolPin () | |
| const Point & | getPosition () const noexcept override |
| Get the absolute position of the pin (scene coordinates) | |
| const Angle & | getRotation () const noexcept |
| Get the absolute rotation of the pin (scene coordinates) | |
| const QString & | getName () const noexcept |
| const QStringList & | getNumbers () const noexcept |
| const QString & | getNumbersTruncated () const noexcept |
| const Point & | getNumbersPosition () const noexcept |
| const Alignment & | getNumbersAlignment () const noexcept |
| const Uuid & | getLibPinUuid () const noexcept |
| SI_Symbol & | getSymbol () const noexcept |
| const SymbolPin & | getLibPin () const noexcept |
| ComponentSignalInstance * | getComponentSignalInstance () const noexcept |
| NetSignal * | getCompSigInstNetSignal () const noexcept |
| SI_NetSegment * | getNetSegmentOfLines () const noexcept |
| bool | isRequired () const noexcept |
| bool | isUsed () const noexcept |
| bool | isVisibleJunction () const noexcept |
| bool | isOpen () const noexcept override |
| NetLineAnchor | toNetLineAnchor () const noexcept override |
| void | addToSchematic () override |
| void | removeFromSchematic () override |
| void | registerNetLine (SI_NetLine &netline) override |
| void | unregisterNetLine (SI_NetLine &netline) override |
| const QSet< SI_NetLine * > & | getNetLines () const noexcept override |
| SI_SymbolPin & | operator= (const SI_SymbolPin &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 Member Functions inherited from SI_NetLineAnchor | |
| SI_NetLineAnchor () noexcept=default | |
| virtual | ~SI_NetLineAnchor () noexcept=default |
Public Attributes | |
| Signal< SI_SymbolPin, Event > | onEdited |
Private Member Functions | |
| void | symbolEdited (const SI_Symbol &obj, SI_Symbol::Event event) noexcept |
| void | netSignalChanged (NetSignal *from, NetSignal *to) noexcept |
| void | netSignalNameChanged () noexcept |
| void | padNamesChanged (const QStringList &names) noexcept |
| void | updateTransform () noexcept |
| void | updateName () noexcept |
| void | updateNumbers () noexcept |
| void | updateNumbersTransform () noexcept |
| QString | getLibraryComponentName () const noexcept |
| QString | getComponentSignalNameOrPinUuid () const noexcept |
| QString | getNetSignalName () const noexcept |
Private Attributes | |
| SI_Symbol & | mSymbol |
| const SymbolPin * | mSymbolPin |
| const ComponentPinSignalMapItem * | mPinSignalMapItem |
| ComponentSignalInstance * | mComponentSignalInstance |
| Point | mPosition |
| Angle | mRotation |
| QString | mName |
| QStringList | mNumbers |
| QString | mNumbersTruncated |
| Point | mNumbersPosition |
| Alignment | mNumbersAlignment |
| QSet< SI_NetLine * > | mRegisteredNetLines |
| all registered netlines | |
| SI_Symbol::OnEditedSlot | mOnSymbolEditedSlot |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
| Schematic & | mSchematic |
The SI_SymbolPin class.
| typedef Slot<SI_SymbolPin, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
|
explicit |
Here is the call graph for this function:| ~SI_SymbolPin | ( | ) |
Here is the call graph for this function:
|
inlineoverridevirtualnoexcept |
Get the absolute position of the pin (scene coordinates)
Implements SI_NetLineAnchor.
Here is the caller graph for this function:
|
inlinenoexcept |
Get the absolute rotation of the pin (scene coordinates)
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:
|
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:
|
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 call graph for this function:
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:
|
inlineoverridevirtualnoexcept |
Implements SI_NetLineAnchor.
|
overridevirtualnoexcept |
Implements SI_NetLineAnchor.
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:
|
overridevirtual |
Reimplemented from SI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtualnoexcept |
|
delete |
|
privatenoexcept |
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:
|
privatenoexcept |
|
privatenoexcept |
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:
|
privatenoexcept |
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:
|
privatenoexcept |
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:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:| Signal<SI_SymbolPin, Event> onEdited |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
all registered netlines
|
private |