35#ifndef SOQT_CONSTRAINEDVIEWER_H
36#define SOQT_CONSTRAINEDVIEWER_H
38#include <Inventor/Qt/viewers/SoQtFullViewer.h>
49 virtual void setCamera(SoCamera * newcam);
55 const char *
const name,
72 class SoQtConstrainedViewerP * pimpl;
virtual void leftWheelMotion(float value)
Definition SoQtConstrainedViewer.cpp:226
virtual void setCamera(SoCamera *newcam)
Definition SoQtConstrainedViewer.cpp:165
const SbVec3f & getUpDirection(void) const
Definition SoQtConstrainedViewer.cpp:156
SoQtConstrainedViewer(QWidget *parent, const char *const name, SbBool embed, SoQtFullViewer::BuildFlag flag, SoQtViewer::Type type, SbBool build)
Definition SoQtConstrainedViewer.cpp:98
virtual void saveHomePosition(void)
Definition SoQtConstrainedViewer.cpp:175
virtual void bottomWheelMotion(float value)
Definition SoQtConstrainedViewer.cpp:216
virtual void tiltCamera(float delta)
Definition SoQtConstrainedViewer.cpp:201
void findUpDirection(SbVec2s mouselocation)
Definition SoQtConstrainedViewer.cpp:250
virtual void resetToHomePosition(void)
Definition SoQtConstrainedViewer.cpp:185
virtual void changeCameraValues(SoCamera *camera)
Definition SoQtConstrainedViewer.cpp:236
void setUpDirection(const SbVec3f &dir)
Definition SoQtConstrainedViewer.cpp:138
void checkForCameraUpConstrain(void)
Definition SoQtConstrainedViewer.cpp:276
BuildFlag
Definition SoQtFullViewer.h:48
SoQtFullViewer(QWidget *parent, const char *name, SbBool embed, BuildFlag flag, Type type, SbBool build)
Definition FullViewer.cpp:133
Type
Definition SoQtViewer.h:94