35 #ifndef SOQT_CONSTRAINEDVIEWER_H
36 #define SOQT_CONSTRAINEDVIEWER_H
38 #include <Inventor/Qt/viewers/SoQtFullViewer.h>
46 void setUpDirection(
const SbVec3f & dir);
47 const SbVec3f & getUpDirection(
void)
const;
55 const char *
const name,
63 virtual void tiltCamera(
float delta);
68 void findUpDirection(
SbVec2s mouselocation);
69 void checkForCameraUpConstrain(
void);
72 class SoQtConstrainedViewerP * pimpl;
77 #endif // ! SOQT_CONSTRAINEDVIEWER_H
The SoQtConstrainedViewer class is the superclass for viewers with constrains on the viewpoint.
Definition: SoQtConstrainedViewer.h:42
virtual void leftWheelMotion(float)
Definition: SoQtFullViewer.cpp:499
virtual void resetToHomePosition(void)
Definition: SoQtViewer.cpp:1936
virtual void saveHomePosition(void)
Definition: SoQtViewer.cpp:1900
BuildFlag
Definition: SoQtFullViewer.h:48
Type
Definition: SoQtViewer.h:94
virtual void setCamera(SoCamera *camera)
Definition: SoQtViewer.cpp:1704
virtual void bottomWheelMotion(float)
Definition: SoQtFullViewer.cpp:566
virtual void changeCameraValues(SoCamera *camera)
Definition: SoQtViewer.cpp:3622
The SoQtFullViewer class adds some user interface components to the viewer canvas.
Definition: SoQtFullViewer.h:44