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