4 #ifndef pqAxesToolbar_h 5 #define pqAxesToolbar_h 7 #include "pqApplicationComponentsModule.h" 19 typedef QToolBar Superclass;
23 : Superclass(title, parentObject)
28 : Superclass(parentObject)
35 void setView(
pqView* view);
36 void updateEnabledState();
37 void showCenterAxes(
bool);
38 void showOrientationAxes(
bool);
39 void resetCenterOfRotationToCenterOfCurrentData();
40 void pickCenterOfRotation(
int,
int);
46 pqInternals* Internals;
This is a PQ abstraction of a generic view module.