1 #ifndef SOQT_EXAMINERVIEWER_H
2 #define SOQT_EXAMINERVIEWER_H
38 #include <Inventor/SbLinear.h>
39 #include <Inventor/Qt/viewers/SoQtFullViewer.h>
55 const char * name = NULL,
61 void setAnimationEnabled(
const SbBool enable);
62 SbBool isAnimationEnabled(
void)
const;
64 void stopAnimating(
void);
65 SbBool isAnimating(
void)
const;
67 void setFeedbackVisibility(
const SbBool enable);
68 SbBool isFeedbackVisible(
void)
const;
70 void setFeedbackSize(
const int size);
71 int getFeedbackSize(
void)
const;
74 virtual void setCamera(SoCamera * camera);
102 class SoQtExaminerViewerP * pimpl;
104 friend class SoGuiExaminerViewerP;
105 friend class SoQtExaminerViewerP;
108 #endif // ! SOQT_EXAMINERVIEWER_H
virtual SbBool processSoEvent(const SoEvent *const event)
Definition: SoQtFullViewer.cpp:724
virtual void setCamera(SoCamera *camera)
Definition: SoQtViewer.cpp:1698
virtual void bottomWheelMotion(float)
Definition: SoQtFullViewer.cpp:565
BuildFlag
Definition: SoQtFullViewer.h:48
virtual void rightWheelMotion(float)
Definition: SoQtFullViewer.cpp:632
virtual void actualRedraw(void)
Definition: SoQtViewer.cpp:3264
virtual void setViewing(SbBool on)
Definition: FullViewer.cpp:366
Type
Definition: SoQtViewer.h:94
The SoQtExaminerViewer class is a 3D-model examination viewer.This class is the viewer considered to ...
Definition: SoQtExaminerViewer.h:50
virtual const char * getDefaultWidgetName(void) const
Definition: SoQtRenderArea.cpp:2092
virtual void leftWheelMotion(float)
Definition: SoQtFullViewer.cpp:498
virtual const char * getDefaultIconTitle(void) const
Definition: SoQtRenderArea.cpp:2108
virtual void setCursorEnabled(SbBool enable)
Definition: SoQtViewer.cpp:2191
virtual void createViewerButtons(QWidget *parent, SbPList *buttonlist)
Definition: FullViewer.cpp:613
virtual void setSeekMode(SbBool enable)
Definition: SoQtViewer.cpp:2955
virtual const char * getDefaultTitle(void) const
Definition: SoQtRenderArea.cpp:2100
virtual void afterRealizeHook(void)
Definition: SoQtRenderArea.cpp:983
The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it's superclass (the basic SoQtViewer class) with two major user interface additions:
Definition: SoQtFullViewer.h:44