1 #ifndef SOQT_EXAMINERVIEWER_H
2 #define SOQT_EXAMINERVIEWER_H
29 #include <Inventor/SbLinear.h>
30 #include <Inventor/Qt/viewers/SoQtFullViewer.h>
46 const char * name = NULL,
52 void setAnimationEnabled(
const SbBool enable);
53 SbBool isAnimationEnabled(
void)
const;
55 void stopAnimating(
void);
56 SbBool isAnimating(
void)
const;
58 void setFeedbackVisibility(
const SbBool enable);
59 SbBool isFeedbackVisible(
void)
const;
61 void setFeedbackSize(
const int size);
62 int getFeedbackSize(
void)
const;
65 virtual void setCamera(SoCamera * camera);
93 class SoQtExaminerViewerP * pimpl;
95 friend class SoGuiExaminerViewerP;
96 friend class SoQtExaminerViewerP;
99 #endif // ! SOQT_EXAMINERVIEWER_H