![]() |
LibrePCB Developers Documentation
|
The PackageEditorState_DrawCircle class. More...
#include <packageeditorstate_drawcircle.h>
Inheritance diagram for PackageEditorState_DrawCircle:
Collaboration diagram for PackageEditorState_DrawCircle:Signals | |
| void | requestLineWidth (const UnsignedLength &value) |
Signals inherited from PackageEditorState | |
| void | abortRequested () |
| void | availableFeaturesChanged () |
| void | statusBarMessageChanged (const QString &message, int timeoutMs=-1) |
Public Member Functions | |
| PackageEditorState_DrawCircle ()=delete | |
| PackageEditorState_DrawCircle (const PackageEditorState_DrawCircle &other)=delete | |
| PackageEditorState_DrawCircle (Context &context) noexcept | |
| ~PackageEditorState_DrawCircle () noexcept | |
| bool | entry () noexcept override |
| bool | exit () noexcept override |
| QSet< EditorWidgetBase::Feature > | getAvailableFeatures () const noexcept override |
| bool | processGraphicsSceneMouseMoved (const GraphicsSceneMouseEvent &e) noexcept override |
| bool | processGraphicsSceneLeftMouseButtonPressed (const GraphicsSceneMouseEvent &e) noexcept override |
| bool | processAbortCommand () noexcept override |
| PackageEditorState_DrawCircle & | operator= (const PackageEditorState_DrawCircle &rhs)=delete |
Public Member Functions inherited from PackageEditorState | |
| PackageEditorState ()=delete | |
| PackageEditorState (const PackageEditorState &other)=delete | |
| PackageEditorState (Context &context) noexcept | |
| virtual | ~PackageEditorState () 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 () noexcept |
| virtual bool | processMove (const Point &delta) |
| virtual bool | processRotate (const Angle &rotation) noexcept |
| virtual bool | processMirror (Qt::Orientation orientation) noexcept |
| virtual bool | processMoveAlign () noexcept |
| virtual bool | processSnapToGrid () noexcept |
| virtual bool | processFlip (Qt::Orientation orientation) noexcept |
| virtual bool | processRemove () noexcept |
| virtual bool | processEditProperties () noexcept |
| virtual bool | processGenerateOutline () noexcept |
| virtual bool | processGenerateCourtyard () noexcept |
| virtual bool | processImportDxf () noexcept |
| PackageEditorState & | operator= (const PackageEditorState &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 |
| void | layerComboBoxValueChanged (const Layer &layer) noexcept |
| void | lineWidthEditValueChanged (const UnsignedLength &value) noexcept |
| void | fillCheckBoxCheckedChanged (bool checked) noexcept |
| void | grabAreaCheckBoxCheckedChanged (bool checked) noexcept |
Private Attributes | |
| std::unique_ptr< CmdCircleEdit > | mEditCmd |
| std::shared_ptr< Circle > | mCurrentCircle |
| std::shared_ptr< CircleGraphicsItem > | mCurrentGraphicsItem |
| const Layer * | mLastLayer |
| UnsignedLength | mLastLineWidth |
| bool | mLastFill |
| bool | mLastGrabArea |
| QHash< const Layer *, UnsignedLength > | mUsedLineWidths |
Additional Inherited Members | |
Public Types inherited from PackageEditorState | |
| using | Context = PackageEditorFsm::Context |
Protected Member Functions inherited from PackageEditorState | |
| const PositiveLength & | getGridInterval () const noexcept |
| const LengthUnit & | getLengthUnit () const noexcept |
Static Protected Member Functions inherited from PackageEditorState | |
| static const QSet< const Layer * > & | getAllowedTextLayers () noexcept |
| static const QSet< const Layer * > & | getAllowedCircleAndPolygonLayers () noexcept |
Protected Attributes inherited from PackageEditorState | |
| Context & | mContext |
The PackageEditorState_DrawCircle class.
|
delete |
|
delete |
|
explicitnoexcept |
|
noexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
Implements PackageEditorState.
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
delete |
|
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:
|
privatenoexcept |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |