32 #ifndef pqAxesToolbar_h 33 #define pqAxesToolbar_h 35 #include "pqApplicationComponentsModule.h" 43 typedef QToolBar Superclass;
46 : Superclass(title, parentObject)
51 : Superclass(parentObject)
58 void updateEnabledState();
59 void showCenterAxes(
bool);
60 void showOrientationAxes(
bool);
61 void resetCenterOfRotationToCenterOfCurrentData();
62 void pickCenterOfRotation(
int,
int);
68 pqInternals* Internals;