1 #ifndef SOWIN_EXAMINERVIEWER_H 2 #define SOWIN_EXAMINERVIEWER_H 38 #include <Inventor/SbLinear.h> 39 #include <Inventor/Win/viewers/SoWinFullViewer.h> 46 class SoWinThumbWheel;
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;
102 class SoWinExaminerViewerP * pimpl;
104 friend class SoGuiExaminerViewerP;
105 friend class SoWinExaminerViewerP;
108 #endif // ! SOWIN_EXAMINERVIEWER_H
virtual const char * getDefaultTitle(void) const
Definition: SoWinRenderArea.cpp:2101
virtual void setCursorEnabled(SbBool enable)
Definition: SoWinViewer.cpp:2197
virtual void setViewing(SbBool on)
Definition: FullViewer.cpp:289
virtual void setCamera(SoCamera *camera)
Definition: SoWinViewer.cpp:1704
virtual void rightWheelMotion(float)
Definition: SoWinFullViewer.cpp:633
The SoWinFullViewer class adds some user interface components to the viewer canvas.
Definition: SoWinFullViewer.h:44
virtual void bottomWheelMotion(float)
Definition: SoWinFullViewer.cpp:566
The SoWinExaminerViewer class is a 3D-model examination viewer.
Definition: SoWinExaminerViewer.h:50
virtual void createViewerButtons(HWND parent, SbPList *buttonlist)
virtual const char * getDefaultWidgetName(void) const
Definition: SoWinRenderArea.cpp:2093
virtual void setSeekMode(SbBool enable)
Definition: SoWinViewer.cpp:2961
virtual void afterRealizeHook(void)
Definition: SoWinRenderArea.cpp:984
virtual const char * getDefaultIconTitle(void) const
Definition: SoWinRenderArea.cpp:2109
virtual void actualRedraw(void)
Definition: SoWinViewer.cpp:3270
virtual SbBool processSoEvent(const SoEvent *const event)
Definition: SoWinFullViewer.cpp:725
BuildFlag
Definition: SoWinFullViewer.h:48
Type
Definition: SoWinViewer.h:94
virtual void leftWheelMotion(float)
Definition: SoWinFullViewer.cpp:499