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;
The SoQtConstrainedViewer class is the superclass for viewers with constrains on the viewpoint.
Definition SoQtConstrainedViewer.h:42
The SoQtFullViewer class adds some user interface components to the viewer canvas.
Definition SoQtFullViewer.h:44
virtual void leftWheelMotion(float)
Definition SoQtFullViewer.cpp:499
BuildFlag
Definition SoQtFullViewer.h:48
virtual void bottomWheelMotion(float)
Definition SoQtFullViewer.cpp:566
virtual void saveHomePosition(void)
Definition SoQtViewer.cpp:1902
virtual void setCamera(SoCamera *camera)
Definition SoQtViewer.cpp:1706
Type
Definition SoQtViewer.h:94
virtual void changeCameraValues(SoCamera *camera)
Definition SoQtViewer.cpp:3628
virtual void resetToHomePosition(void)
Definition SoQtViewer.cpp:1938