![]() |
LibrePCB Developers Documentation
|
The SymbolEditorState_AddPins class. More...
#include <symboleditorstate_addpins.h>
Inheritance diagram for SymbolEditorState_AddPins:
Collaboration diagram for SymbolEditorState_AddPins:Signals | |
| void | nameChanged (const CircuitIdentifier &name) |
| void | lengthChanged (const UnsignedLength &length) |
Signals inherited from SymbolEditorState | |
| void | pasteRequested () |
Public Member Functions | |
| SymbolEditorState_AddPins ()=delete | |
| SymbolEditorState_AddPins (const SymbolEditorState_AddPins &other)=delete | |
| SymbolEditorState_AddPins (const Context &context) noexcept | |
| ~SymbolEditorState_AddPins () noexcept | |
| bool | entry () noexcept override |
| bool | exit () noexcept override |
| bool | processGraphicsSceneMouseMoved (const GraphicsSceneMouseEvent &e) noexcept override |
| bool | processGraphicsSceneLeftMouseButtonPressed (const GraphicsSceneMouseEvent &e) noexcept override |
| bool | processGraphicsSceneRightMouseButtonReleased (const GraphicsSceneMouseEvent &e) noexcept override |
| bool | processRotate (const Angle &rotation) noexcept override |
| bool | processMirror (Qt::Orientation orientation) noexcept override |
| bool | processImportPins () noexcept override |
| const CircuitIdentifier & | getName () const noexcept |
| void | setName (const CircuitIdentifier &name) noexcept |
| const UnsignedLength & | getLength () const noexcept |
| void | setLength (const UnsignedLength &length) noexcept |
| SymbolEditorState_AddPins & | operator= (const SymbolEditorState_AddPins &rhs)=delete |
Public Member Functions inherited from SymbolEditorState | |
| SymbolEditorState ()=delete | |
| SymbolEditorState (const SymbolEditorState &other)=delete | |
| SymbolEditorState (const Context &context) noexcept | |
| virtual | ~SymbolEditorState () noexcept |
| std::unique_ptr< SymbolClipboardData > | takeDataToPaste () noexcept |
| virtual bool | processKeyPressed (const GraphicsSceneKeyEvent &e) noexcept |
| virtual bool | processKeyReleased (const GraphicsSceneKeyEvent &e) noexcept |
| virtual bool | processGraphicsSceneLeftMouseButtonReleased (const GraphicsSceneMouseEvent &e) noexcept |
| virtual bool | processGraphicsSceneLeftMouseButtonDoubleClicked (const GraphicsSceneMouseEvent &e) noexcept |
| virtual bool | processSelectAll () noexcept |
| virtual bool | processCut () noexcept |
| virtual bool | processCopy () noexcept |
| virtual bool | processPaste (std::unique_ptr< SymbolClipboardData > data=nullptr) noexcept |
| virtual bool | processMove (const Point &delta) |
| virtual bool | processSnapToGrid () noexcept |
| virtual bool | processRemove () noexcept |
| virtual bool | processEditProperties () noexcept |
| virtual bool | processImportDxf () noexcept |
| virtual bool | processAbortCommand () noexcept |
| virtual bool | processGridIntervalChanged (const PositiveLength &inverval) noexcept |
| SymbolEditorState & | operator= (const SymbolEditorState &rhs)=delete |
Private Member Functions | |
| bool | addNextPin (const Point &pos) noexcept |
| CircuitIdentifier | determineNextPinName () const noexcept |
| bool | hasPin (const QString &name) const noexcept |
Private Attributes | |
| SymbolPin | mCurrentProperties |
| std::shared_ptr< SymbolPin > | mCurrentPin |
| std::shared_ptr< SymbolPinGraphicsItem > | mCurrentGraphicsItem |
| std::unique_ptr< CmdSymbolPinEdit > | mCurrentEditCmd |
Additional Inherited Members | |
Public Types inherited from SymbolEditorState | |
| using | Context = SymbolEditorFsm::Context |
Protected Member Functions inherited from SymbolEditorState | |
| void | requestPaste (std::unique_ptr< SymbolClipboardData > data) noexcept |
| GraphicsScene * | getGraphicsScene () noexcept |
| SymbolGraphicsItem * | getGraphicsItem () noexcept |
| PositiveLength | getGridInterval () const noexcept |
| const LengthUnit & | getLengthUnit () const noexcept |
| QWidget * | parentWidget () noexcept |
Static Protected Member Functions inherited from SymbolEditorState | |
| static const QSet< const Layer * > & | getAllowedTextLayers () noexcept |
| static const QSet< const Layer * > & | getAllowedCircleAndPolygonLayers () noexcept |
Protected Attributes inherited from SymbolEditorState | |
| Context | mContext |
| SymbolEditorFsmAdapter & | mAdapter |
The SymbolEditorState_AddPins class.
|
delete |
|
delete |
|
explicitnoexcept |
Here is the call graph for this function:
|
noexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
Reimplemented from SymbolEditorState.
|
overridevirtualnoexcept |
Reimplemented from SymbolEditorState.
|
overridevirtualnoexcept |
|
inlinenoexcept |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
Here is the call graph for this function:
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
signal |
Here is the caller graph for this function:
|
signal |
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:
|
privatenoexcept |
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |