1#ifndef SOWIN_FLYVIEWER_H
2#define SOWIN_FLYVIEWER_H
38#include <Inventor/Win/viewers/SoWinConstrainedViewer.h>
47 const char * name = NULL,
56 virtual void setCamera(SoCamera * camera);
62 const char *
const name,
81 class SoWinFlyViewerP * pimpl;
82 friend class SoWinFlyViewerP;
The SoWinConstrainedViewer class is the superclass for viewers with constrains on the viewpoint.
Definition SoWinConstrainedViewer.h:42
virtual void setCamera(SoCamera *newcam)
Definition SoWinConstrainedViewer.cpp:165
virtual void resetToHomePosition(void)
Definition SoWinConstrainedViewer.cpp:185
The SoWinFlyViewer class implements controls for moving the camera in a "flying" motion.
Definition SoWinFlyViewer.h:42
virtual SbBool processSoEvent(const SoEvent *const event)
Definition SoWinFullViewer.cpp:725
virtual void rightWheelMotion(float)
Definition SoWinFullViewer.cpp:633
BuildFlag
Definition SoWinFullViewer.h:48
virtual void setViewing(SbBool on)
Definition FullViewer.cpp:312
virtual void afterRealizeHook(void)
Definition SoWinRenderArea.cpp:981
virtual const char * getDefaultIconTitle(void) const
Definition SoWinRenderArea.cpp:2126
virtual const char * getDefaultTitle(void) const
Definition SoWinRenderArea.cpp:2118
virtual const char * getDefaultWidgetName(void) const
Definition SoWinRenderArea.cpp:2110
virtual void setSeekMode(SbBool enable)
Definition SoWinViewer.cpp:2963
virtual void actualRedraw(void)
Definition SoWinViewer.cpp:3272
virtual void viewAll(void)
Definition SoWinViewer.cpp:1885
virtual void setCameraType(SoType type)
Definition SoWinViewer.cpp:1773
virtual void setCursorEnabled(SbBool enable)
Definition SoWinViewer.cpp:2199
Type
Definition SoWinViewer.h:94