1#ifndef SOWX_EXAMINERVIEWER_H
2#define SOWX_EXAMINERVIEWER_H
38#include <Inventor/SbLinear.h>
39#include <Inventor/Wx/viewers/SoWxFullViewer.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 SoWxExaminerViewerP * pimpl;
104 friend class SoGuiExaminerViewerP;
105 friend class SoWxExaminerViewerP;
The SoWxExaminerViewer class is a 3D-model examination viewer.
Definition SoWxExaminerViewer.h:50
SoWxExaminerViewer(wxWindow *parent=NULL, const char *name=NULL, SbBool embed=TRUE, SoWxFullViewer::BuildFlag flag=BUILD_ALL, SoWxViewer::Type type=BROWSER)
The SoWxFullViewer class adds some user interface components to the viewer canvas.
Definition SoWxFullViewer.h:44
virtual void setViewing(SbBool on)
Definition FullViewer.cpp:255
virtual void leftWheelMotion(float)
Definition SoWxFullViewer.cpp:499
virtual void bottomWheelMotion(float)
Definition SoWxFullViewer.cpp:566
virtual void rightWheelMotion(float)
Definition SoWxFullViewer.cpp:633
virtual void createViewerButtons(wxWindow *parent, SbPList *buttonlist)
Definition FullViewer.cpp:435
virtual SbBool processSoEvent(const SoEvent *const event)
Definition SoWxFullViewer.cpp:725
BuildFlag
Definition SoWxFullViewer.h:48
virtual const char * getDefaultIconTitle(void) const
Definition SoWxRenderArea.cpp:2126
virtual void afterRealizeHook(void)
Definition SoWxRenderArea.cpp:981
virtual const char * getDefaultWidgetName(void) const
Definition SoWxRenderArea.cpp:2110
virtual const char * getDefaultTitle(void) const
Definition SoWxRenderArea.cpp:2118
virtual void setCursorEnabled(SbBool enable)
Definition SoWxViewer.cpp:2199
virtual void setCamera(SoCamera *camera)
Definition SoWxViewer.cpp:1706
Type
Definition SoWxViewer.h:94
virtual void setSeekMode(SbBool enable)
Definition SoWxViewer.cpp:2963
virtual void actualRedraw(void)
Definition SoWxViewer.cpp:3272