1#ifndef SOWXPLANEVIEWER_H
2#define SOWXPLANEVIEWER_H
38#include <Inventor/Wx/viewers/SoWxFullViewer.h>
47 const char *
const name = NULL,
54 virtual void setCamera(SoCamera * camera);
59 const char *
const name,
65 wxWindow* buildWidget(wxWindow* parent);
93 class SoWxPlaneViewerP * pimpl;
95 friend class SoGuiPlaneViewerP;
96 friend class SoWxPlaneViewerP;
The SoWxFullViewer class adds some user interface components to the viewer canvas.
Definition SoWxFullViewer.h:44
virtual void leftWheelFinish(void)
Definition SoWxFullViewer.cpp:513
virtual void rightWheelFinish(void)
Definition SoWxFullViewer.cpp:647
virtual void setViewing(SbBool on)
Definition FullViewer.cpp:255
virtual void bottomWheelStart(void)
Definition SoWxFullViewer.cpp:552
virtual void leftWheelMotion(float)
Definition SoWxFullViewer.cpp:499
virtual void bottomWheelMotion(float)
Definition SoWxFullViewer.cpp:566
virtual void rightWheelStart(void)
Definition SoWxFullViewer.cpp:619
virtual void bottomWheelFinish(void)
Definition SoWxFullViewer.cpp:580
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
virtual void leftWheelStart(void)
Definition SoWxFullViewer.cpp:485
BuildFlag
Definition SoWxFullViewer.h:48
The SoWxPlaneViewer class is for examining 3D models by moving the camera in orthogonal planes.
Definition SoWxPlaneViewer.h:42
virtual void computeSeekFinalOrientation(void)
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