#include <SoQtConstrainedViewer.h>
Public Member Functions | |
const SbVec3f & | getUpDirection (void) const |
virtual void | resetToHomePosition (void) |
virtual void | saveHomePosition (void) |
virtual void | setCamera (SoCamera *newcam) |
void | setUpDirection (const SbVec3f &dir) |
Protected Member Functions | |
virtual void | bottomWheelMotion (float value) |
virtual void | changeCameraValues (SoCamera *camera) |
void | checkForCameraUpConstrain (void) |
void | findUpDirection (SbVec2s mouselocation) |
virtual void | leftWheelMotion (float value) |
SoQtConstrainedViewer (QWidget *parent, const char *const name, SbBool embed, SoQtFullViewer::BuildFlag flag, SoQtViewer::Type type, SbBool build) | |
virtual void | tiltCamera (float delta) |
~SoQtConstrainedViewer () | |
Private Member Functions | |
SOQT_OBJECT_ABSTRACT_HEADER (SoQtConstrainedViewer, SoQtFullViewer) | |
Private Attributes | |
class SoQtConstrainedViewerP * | pimpl |
Definition at line 33 of file SoQtConstrainedViewer.h.
SoQtConstrainedViewer::SoQtConstrainedViewer | ( | QWidget * | parent, | |
const char *const | name, | |||
SbBool | embed, | |||
SoQtFullViewer::BuildFlag | flag, | |||
SoQtViewer::Type | type, | |||
SbBool | build | |||
) | [protected] |
SoQtConstrainedViewer::~SoQtConstrainedViewer | ( | ) | [protected] |
virtual void SoQtConstrainedViewer::bottomWheelMotion | ( | float | value | ) | [protected, virtual] |
Reimplemented from SoQtFullViewer.
virtual void SoQtConstrainedViewer::changeCameraValues | ( | SoCamera * | camera | ) | [protected, virtual] |
Reimplemented from SoQtViewer.
void SoQtConstrainedViewer::checkForCameraUpConstrain | ( | void | ) | [protected] |
void SoQtConstrainedViewer::findUpDirection | ( | SbVec2s | mouselocation | ) | [protected] |
const SbVec3f& SoQtConstrainedViewer::getUpDirection | ( | void | ) | const |
virtual void SoQtConstrainedViewer::leftWheelMotion | ( | float | value | ) | [protected, virtual] |
Reimplemented from SoQtFullViewer.
virtual void SoQtConstrainedViewer::resetToHomePosition | ( | void | ) | [virtual] |
Reimplemented from SoQtViewer.
Reimplemented in SoQtFlyViewer.
virtual void SoQtConstrainedViewer::saveHomePosition | ( | void | ) | [virtual] |
Reimplemented from SoQtViewer.
virtual void SoQtConstrainedViewer::setCamera | ( | SoCamera * | newcam | ) | [virtual] |
Reimplemented from SoQtViewer.
Reimplemented in SoQtFlyViewer.
void SoQtConstrainedViewer::setUpDirection | ( | const SbVec3f & | dir | ) |
SoQtConstrainedViewer::SOQT_OBJECT_ABSTRACT_HEADER | ( | SoQtConstrainedViewer | , | |
SoQtFullViewer | ||||
) | [private] |
virtual void SoQtConstrainedViewer::tiltCamera | ( | float | delta | ) | [protected, virtual] |
class SoQtConstrainedViewerP* SoQtConstrainedViewer::pimpl [private] |
Reimplemented from SoQtFullViewer.
Reimplemented in SoQtFlyViewer.
Definition at line 63 of file SoQtConstrainedViewer.h.