![]() |
LibrePCB Developers Documentation
|
The SGI_Symbol class. More...
#include <sgi_symbol.h>
Inherits QGraphicsItemGroup.
Collaboration diagram for SGI_Symbol:Public Types | |
| enum class | Event |
| typedef Slot< SGI_Symbol, Event > | OnEditedSlot |
Public Member Functions | |
| SGI_Symbol ()=delete | |
| SGI_Symbol (const SGI_Symbol &other)=delete | |
| SGI_Symbol (SI_Symbol &symbol, const GraphicsLayerList &layers) noexcept | |
| virtual | ~SGI_Symbol () noexcept |
| SI_Symbol & | getSymbol () noexcept |
| QPainterPath | shape () const noexcept override |
| SGI_Symbol & | operator= (const SGI_Symbol &rhs)=delete |
Public Attributes | |
| Signal< SGI_Symbol, Event > | onEdited |
Private Member Functions | |
| void | symbolEdited (const SI_Symbol &obj, SI_Symbol::Event event) noexcept |
| void | updatePosition () noexcept |
| void | updateRotationAndMirrored () noexcept |
| virtual QVariant | itemChange (GraphicsItemChange change, const QVariant &value) noexcept override |
Private Attributes | |
| SI_Symbol & | mSymbol |
| std::shared_ptr< OriginCrossGraphicsItem > | mOriginCrossGraphicsItem |
| QVector< std::shared_ptr< CircleGraphicsItem > > | mCircleGraphicsItems |
| QVector< std::shared_ptr< PolygonGraphicsItem > > | mPolygonGraphicsItems |
| QPainterPath | mShape |
| SI_Symbol::OnEditedSlot | mOnEditedSlot |
The SGI_Symbol class.
| typedef Slot<SGI_Symbol, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
|
noexcept |
Here is the call graph for this function:
|
virtualnoexcept |
|
inlinenoexcept |
|
inlineoverridenoexcept |
|
delete |
|
privatenoexcept |
|
privatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
|
overrideprivatevirtualnoexcept |
| Signal<SGI_Symbol, Event> onEdited |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |