|
KDStateMachineEditor API Documentation 2.3
|
#include <commandcontroller.h>


Public Member Functions | |
| CommandController (QUndoStack *undoStack, StateMachineView *parent) | |
| ~CommandController () | |
| void | clear () |
| Q_INVOKABLE void | push (KDSME::Command *command) |
| QUndoStack * | undoStack () const |
Public Member Functions inherited from KDSME::AbstractController | |
| AbstractController (StateMachineView *view) | |
| virtual | ~AbstractController () |
| StateMachineView * | stateMachineView () const |
Properties | |
| QUndoStack * | undoStack |
Properties inherited from KDSME::AbstractController | |
| KDSME::StateMachineView * | stateMachineView |
Definition at line 33 of file commandcontroller.h.
|
explicit |
Definition at line 37 of file commandcontroller.cpp.
References undoStack.
| CommandController::~CommandController | ( | ) |
Definition at line 47 of file commandcontroller.cpp.
| void CommandController::clear | ( | ) |
Definition at line 63 of file commandcontroller.cpp.
| void CommandController::push | ( | KDSME::Command * | command | ) |
Definition at line 56 of file commandcontroller.cpp.
Referenced by KDSME::StateMachineView::changeStateMachine(), and KDSME::StateMachineView::deleteElement().
| QUndoStack * CommandController::undoStack | ( | ) | const |
Definition at line 51 of file commandcontroller.cpp.
|
read |
Definition at line 36 of file commandcontroller.h.
Referenced by CommandController(), and KDSME::StateMachineView::sendCommand().