32 #ifndef pqAxesToolbar_h 33 #define pqAxesToolbar_h 35 #include "pqApplicationComponentsModule.h" 45 typedef QToolBar Superclass;
49 : Superclass(title, parentObject)
54 : Superclass(parentObject)
61 void updateEnabledState();
62 void showCenterAxes(
bool);
63 void showOrientationAxes(
bool);
64 void resetCenterOfRotationToCenterOfCurrentData();
65 void pickCenterOfRotation(
int,
int);
71 pqInternals* Internals;