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;
49 virtual void setCamera(SoCamera * newcam);
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
virtual void saveHomePosition(void)
Definition: SoQtViewer.cpp:1894
virtual void setCamera(SoCamera *camera)
Definition: SoQtViewer.cpp:1698
The SoQtConstrainedViewer class is the superclass for viewers with constrains on the viewpoint...
Definition: SoQtConstrainedViewer.h:42
virtual void bottomWheelMotion(float)
Definition: SoQtFullViewer.cpp:565
BuildFlag
Definition: SoQtFullViewer.h:48
virtual void resetToHomePosition(void)
Definition: SoQtViewer.cpp:1930
Type
Definition: SoQtViewer.h:94
virtual void leftWheelMotion(float)
Definition: SoQtFullViewer.cpp:498
virtual void changeCameraValues(SoCamera *camera)
Definition: SoQtViewer.cpp:3616
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:44