![]() |
LibrePCB Developers Documentation
|
The SymbolEditorState_DrawCircle class. More...
#include <symboleditorstate_drawcircle.h>
Inheritance diagram for SymbolEditorState_DrawCircle:
Collaboration diagram for SymbolEditorState_DrawCircle:Signals | |
| void | layerChanged (const Layer &layer) |
| void | lineWidthChanged (const UnsignedLength &width) |
| void | filledChanged (bool filled) |
| void | grabAreaChanged (bool grabArea) |
Signals inherited from SymbolEditorState | |
| void | pasteRequested () |
Public Member Functions | |
| SymbolEditorState_DrawCircle ()=delete | |
| SymbolEditorState_DrawCircle (const SymbolEditorState_DrawCircle &other)=delete | |
| SymbolEditorState_DrawCircle (const Context &context) noexcept | |
| ~SymbolEditorState_DrawCircle () noexcept | |
| bool | entry () noexcept override |
| bool | exit () noexcept override |
| bool | processGraphicsSceneMouseMoved (const GraphicsSceneMouseEvent &e) noexcept override |
| bool | processGraphicsSceneLeftMouseButtonPressed (const GraphicsSceneMouseEvent &e) noexcept override |
| bool | processAbortCommand () noexcept override |
| QSet< const Layer * > | getAvailableLayers () const noexcept |
| const Layer & | getLayer () const noexcept |
| void | setLayer (const Layer &layer) noexcept |
| const UnsignedLength & | getLineWidth () const noexcept |
| void | setLineWidth (const UnsignedLength &width) noexcept |
| bool | getFilled () const noexcept |
| void | setFilled (bool filled) noexcept |
| bool | getGrabArea () const noexcept |
| void | setGrabArea (bool grabArea) noexcept |
| SymbolEditorState_DrawCircle & | operator= (const SymbolEditorState_DrawCircle &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 | processGraphicsSceneRightMouseButtonReleased (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 | processRotate (const Angle &rotation) noexcept |
| virtual bool | processMirror (Qt::Orientation orientation) noexcept |
| virtual bool | processSnapToGrid () noexcept |
| virtual bool | processRemove () noexcept |
| virtual bool | processEditProperties () noexcept |
| virtual bool | processImportPins () noexcept |
| virtual bool | processImportDxf () noexcept |
| virtual bool | processGridIntervalChanged (const PositiveLength &inverval) noexcept |
| SymbolEditorState & | operator= (const SymbolEditorState &rhs)=delete |
Private Member Functions | |
| bool | startAddCircle (const Point &pos) noexcept |
| bool | updateCircleDiameter (const Point &pos) noexcept |
| bool | finishAddCircle (const Point &pos) noexcept |
| bool | abortAddCircle () noexcept |
Private Attributes | |
| Circle | mCurrentProperties |
| std::unique_ptr< CmdCircleEdit > | mCurrentEditCmd |
| std::shared_ptr< Circle > | mCurrentCircle |
| std::shared_ptr< CircleGraphicsItem > | mCurrentGraphicsItem |
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_DrawCircle class.
|
delete |
|
delete |
|
explicitnoexcept |
|
noexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
noexcept |
Here is the call graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
|
noexcept |
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:
|
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:
|
privatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |