![]() |
LibrePCB Developers Documentation
|
The PackageEditorState class is the base class of all package editor FSM states. More...
#include <packageeditorstate.h>
Inheritance diagram for PackageEditorState:
Collaboration diagram for PackageEditorState:Public Types | |
| using | Context = PackageEditorFsm::Context |
Signals | |
| void | abortRequested () |
| void | availableFeaturesChanged () |
| void | statusBarMessageChanged (const QString &message, int timeoutMs=-1) |
Public Member Functions | |
| PackageEditorState ()=delete | |
| PackageEditorState (const PackageEditorState &other)=delete | |
| PackageEditorState (Context &context) noexcept | |
| virtual | ~PackageEditorState () noexcept |
| virtual bool | entry () noexcept |
| virtual bool | exit () noexcept |
| virtual QSet< EditorWidgetBase::Feature > | getAvailableFeatures () const noexcept=0 |
| virtual bool | processKeyPressed (const GraphicsSceneKeyEvent &e) noexcept |
| virtual bool | processKeyReleased (const GraphicsSceneKeyEvent &e) noexcept |
| virtual bool | processGraphicsSceneMouseMoved (const GraphicsSceneMouseEvent &e) noexcept |
| virtual bool | processGraphicsSceneLeftMouseButtonPressed (const GraphicsSceneMouseEvent &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 |
| virtual bool | processAbortCommand () noexcept |
| PackageEditorState & | operator= (const PackageEditorState &rhs)=delete |
Protected Member Functions | |
| const PositiveLength & | getGridInterval () const noexcept |
| const LengthUnit & | getLengthUnit () const noexcept |
Static Protected Member Functions | |
| static const QSet< const Layer * > & | getAllowedTextLayers () noexcept |
| static const QSet< const Layer * > & | getAllowedCircleAndPolygonLayers () noexcept |
Protected Attributes | |
| Context & | mContext |
The PackageEditorState class is the base class of all package editor FSM states.
| using Context = PackageEditorFsm::Context |
|
delete |
|
delete |
|
explicitnoexcept |
|
virtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
|
pure virtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_Select.
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_DrawPolygonBase, PackageEditorState_DrawZone, and PackageEditorState_Select.
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_AddPads, PackageEditorState_DrawTextBase, and PackageEditorState_Select.
Here is the caller graph for this function:
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_Measure, and PackageEditorState_Select.
Here is the caller graph for this function:
|
inlinevirtualnoexcept |
|
inlinevirtual |
Reimplemented in PackageEditorState_Select.
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_AddPads, PackageEditorState_DrawTextBase, and PackageEditorState_Select.
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_DrawTextBase, and PackageEditorState_Select.
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_DrawTextBase, and PackageEditorState_Select.
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_Measure, and PackageEditorState_Select.
Here is the caller graph for this function:
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
Reimplemented in PackageEditorState_Select.
|
inlinevirtualnoexcept |
|
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:
|
protectednoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectednoexcept |
Here is the caller graph for this function:
|
staticprotectednoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotectednoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |