25 #ifndef KDSME_COMMANDCONTROLLER_H
26 #define KDSME_COMMANDCONTROLLER_H
28 #include "kdsme_view_export.h"
30 #include "abstractcontroller.h"
45 Q_PROPERTY(QUndoStack* undoStack READ undoStack CONSTANT)
51 Q_INVOKABLE
void push(KDSME::Command* command);
55 QUndoStack* undoStack()
const;
59 QScopedPointer<Private> d;
66 #endif // COMMANDCONTROLLER_H
Widget for displaying a KDSME::StateMachine in a Qt Quick based view.
Definition: statemachineview.h:48
Definition: commandcontroller.h:42
Definition: abstractcontroller.h:36
Definition: abstractexporter.h:33