26 #ifndef SOQT_CONSTRAINEDVIEWER_H
27 #define SOQT_CONSTRAINEDVIEWER_H
29 #include <Inventor/Qt/viewers/SoQtFullViewer.h>
37 void setUpDirection(
const SbVec3f & dir);
38 const SbVec3f & getUpDirection(
void)
const;
40 virtual void setCamera(SoCamera * newcam);
46 const char *
const name,
54 virtual void tiltCamera(
float delta);
59 void findUpDirection(SbVec2s mouselocation);
60 void checkForCameraUpConstrain(
void);
63 class SoQtConstrainedViewerP * pimpl;
68 #endif // ! SOQT_CONSTRAINEDVIEWER_H
virtual void saveHomePosition(void)
Definition: SoQtViewer.cpp:1882
virtual void setCamera(SoCamera *camera)
Definition: SoQtViewer.cpp:1686
The SoQtConstrainedViewer class is the superclass for viewers with constrains on the viewpoint...
Definition: SoQtConstrainedViewer.h:33
virtual void bottomWheelMotion(float)
Definition: SoQtFullViewer.cpp:556
BuildFlag
Definition: SoQtFullViewer.h:39
virtual void resetToHomePosition(void)
Definition: SoQtViewer.cpp:1918
Type
Definition: SoQtViewer.h:85
virtual void leftWheelMotion(float)
Definition: SoQtFullViewer.cpp:489
virtual void changeCameraValues(SoCamera *camera)
Definition: SoQtViewer.cpp:3604
The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it's superclass (the basic SoQtViewer class) with two major user interface additions:
Definition: SoQtFullViewer.h:35