ADD_COMPONENT enum value | SchematicEditorFsm | |
ADD_NETLABEL enum value | SchematicEditorFsm | |
ADD_TEXT enum value | SchematicEditorFsm | |
DRAW_POLYGON enum value | SchematicEditorFsm | |
DRAW_WIRE enum value | SchematicEditorFsm | |
enterNextState(State state) noexcept | SchematicEditorFsm | private |
getCurrentState() const noexcept | SchematicEditorFsm | inline |
getCurrentStateObj() const noexcept | SchematicEditorFsm | private |
IDLE enum value | SchematicEditorFsm | |
leaveCurrentState() noexcept | SchematicEditorFsm | private |
mCurrentState | SchematicEditorFsm | private |
MEASURE enum value | SchematicEditorFsm | |
mPreviousState | SchematicEditorFsm | private |
mStates | SchematicEditorFsm | private |
operator=(const SchematicEditorFsm &rhs)=delete | SchematicEditorFsm | |
processAbortCommand() noexcept | SchematicEditorFsm | |
processAddComponent(const QString &searchTerm=QString()) noexcept | SchematicEditorFsm | |
processAddComponent(const Uuid &cmp, const Uuid &symbVar) noexcept | SchematicEditorFsm | |
processAddNetLabel() noexcept | SchematicEditorFsm | |
processAddText() noexcept | SchematicEditorFsm | |
processCopy() noexcept | SchematicEditorFsm | |
processCut() noexcept | SchematicEditorFsm | |
processDrawPolygon() noexcept | SchematicEditorFsm | |
processDrawWire() noexcept | SchematicEditorFsm | |
processEditProperties() noexcept | SchematicEditorFsm | |
processGraphicsSceneLeftMouseButtonDoubleClicked(QGraphicsSceneMouseEvent &e) noexcept | SchematicEditorFsm | |
processGraphicsSceneLeftMouseButtonPressed(QGraphicsSceneMouseEvent &e) noexcept | SchematicEditorFsm | |
processGraphicsSceneLeftMouseButtonReleased(QGraphicsSceneMouseEvent &e) noexcept | SchematicEditorFsm | |
processGraphicsSceneMouseMoved(QGraphicsSceneMouseEvent &e) noexcept | SchematicEditorFsm | |
processGraphicsSceneRightMouseButtonReleased(QGraphicsSceneMouseEvent &e) noexcept | SchematicEditorFsm | |
processKeyPressed(const QKeyEvent &e) noexcept | SchematicEditorFsm | |
processKeyReleased(const QKeyEvent &e) noexcept | SchematicEditorFsm | |
processMeasure() noexcept | SchematicEditorFsm | |
processMirror(Qt::Orientation orientation) noexcept | SchematicEditorFsm | |
processMove(const Point &delta) noexcept | SchematicEditorFsm | |
processPaste() noexcept | SchematicEditorFsm | |
processRemove() noexcept | SchematicEditorFsm | |
processResetAllTexts() noexcept | SchematicEditorFsm | |
processRotate(const Angle &rotation) noexcept | SchematicEditorFsm | |
processSelect() noexcept | SchematicEditorFsm | |
processSelectAll() noexcept | SchematicEditorFsm | |
processSwitchToSchematicPage(int index) noexcept | SchematicEditorFsm | |
SchematicEditorFsm()=delete | SchematicEditorFsm | |
SchematicEditorFsm(const SchematicEditorFsm &other)=delete | SchematicEditorFsm | |
SchematicEditorFsm(const Context &context, QObject *parent=nullptr) noexcept | SchematicEditorFsm | explicit |
SELECT enum value | SchematicEditorFsm | |
setNextState(State state) noexcept | SchematicEditorFsm | private |
State enum name | SchematicEditorFsm | |
stateChanged(State newState) | SchematicEditorFsm | signal |
statusBarMessageChanged(const QString &message, int timeoutMs=-1) | SchematicEditorFsm | signal |
switchToPreviousState() noexcept | SchematicEditorFsm | private |
~SchematicEditorFsm() noexcept | SchematicEditorFsm | virtual |