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