4 #ifndef pqCameraUndoRedoReaction_h 5 #define pqCameraUndoRedoReaction_h 32 static void undo(
pqView* view);
37 static void redo(
pqView* view);
41 void setActiveView(
pqView*);
51 QPointer<pqView> LastView;
#define PQAPPLICATIONCOMPONENTS_EXPORT
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.