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 virtual SbBool processSoEvent(const SoEvent *const event)
Definition: SoQtFullViewer.cpp:715
virtual void setCamera(SoCamera *camera)
Definition: SoQtViewer.cpp:1686
virtual void bottomWheelMotion(float)
Definition: SoQtFullViewer.cpp:556
BuildFlag
Definition: SoQtFullViewer.h:39
virtual void rightWheelMotion(float)
Definition: SoQtFullViewer.cpp:623
virtual void actualRedraw(void)
Definition: SoQtViewer.cpp:3252
virtual void setViewing(SbBool on)
Definition: FullViewer.cpp:357
Type
Definition: SoQtViewer.h:85
The SoQtExaminerViewer class is a 3D-model examination viewer.This class is the viewer considered to ...
Definition: SoQtExaminerViewer.h:41
virtual void leftWheelMotion(float)
Definition: SoQtFullViewer.cpp:489
virtual const char * getDefaultIconTitle(void) const
Definition: SoQtRenderArea.cpp:2085
virtual void setCursorEnabled(SbBool enable)
Definition: SoQtViewer.cpp:2179
virtual void createViewerButtons(QWidget *parent, SbPList *buttonlist)
Definition: FullViewer.cpp:604
virtual void setSeekMode(SbBool enable)
Definition: SoQtViewer.cpp:2943
virtual const char * getDefaultTitle(void) const
Definition: SoQtRenderArea.cpp:2077
virtual const char * getDefaultWidgetName(void) const
Definition: SoQtRenderArea.cpp:2069
virtual void afterRealizeHook(void)
Definition: SoQtRenderArea.cpp:964
The SoQtFullViewer class adds some user interface components to the viewer canvas....
Definition: SoQtFullViewer.h:35