32 #ifndef pqCameraUndoRedoReaction_h 33 #define pqCameraUndoRedoReaction_h 53 static void undo(
pqView* view);
56 static void redo(
pqView* view);
63 void setActiveView(
pqView*);
71 QPointer<pqView> LastView;
This is a PQ abstraction of a generic view module.
This is a superclass just to make it easier to collect all such reactions.
void setEnabled(bool enable)
Reaction for camera undo or redo.
QAction * parentAction() const
Provides access to the parent action.
virtual void onTriggered()
Called when the action is triggered.