1#ifndef SOXT_EXAMINERVIEWER_H
2#define SOXT_EXAMINERVIEWER_H
38#include <Inventor/SbLinear.h>
39#include <Inventor/Xt/viewers/SoXtFullViewer.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 SoXtExaminerViewerP * pimpl;
104 friend class SoGuiExaminerViewerP;
105 friend class SoXtExaminerViewerP;
The SoXtExaminerViewer class is a 3D-model examination viewer.
Definition SoXtExaminerViewer.h:50
The SoXtFullViewer class adds some user interface components to the viewer canvas.
Definition SoXtFullViewer.h:44
BuildFlag
Definition SoXtFullViewer.h:48
virtual void bottomWheelMotion(float)
Definition SoXtFullViewer.cpp:566
virtual SbBool processSoEvent(const SoEvent *const event)
Definition SoXtFullViewer.cpp:725
virtual void setViewing(SbBool on)
Definition FullViewer.cpp:754
virtual void rightWheelMotion(float)
Definition SoXtFullViewer.cpp:633
virtual void createViewerButtons(Widget parent, SbPList *buttonlist)
Definition FullViewer.cpp:851
virtual void leftWheelMotion(float)
Definition SoXtFullViewer.cpp:499
virtual void afterRealizeHook(void)
Definition SoXtRenderArea.cpp:981
virtual const char * getDefaultIconTitle(void) const
Definition SoXtRenderArea.cpp:2126
virtual const char * getDefaultTitle(void) const
Definition SoXtRenderArea.cpp:2118
virtual const char * getDefaultWidgetName(void) const
Definition SoXtRenderArea.cpp:2110
Type
Definition SoXtViewer.h:94
virtual void setCursorEnabled(SbBool enable)
Definition SoXtViewer.cpp:2199
virtual void setCamera(SoCamera *camera)
Definition SoXtViewer.cpp:1706
virtual void setSeekMode(SbBool enable)
Definition SoXtViewer.cpp:2963
virtual void actualRedraw(void)
Definition SoXtViewer.cpp:3272