#include <Inventor/draggers/SoTrackballDragger.h>
Inheritance diagram for SoTrackballDragger::
Public Methods | |
SoTrackballDragger (void) | |
SbBool | isAnimationEnabled (void) |
void | setAnimationEnabled (SbBool newval) |
Static Public Methods | |
void | initClass (void) |
Public Attributes | |
SoSFRotation | rotation |
SoSFVec3f | scaleFactor |
Protected Methods | |
~SoTrackballDragger () | |
virtual SbBool | setUpConnections (SbBool onoff, SbBool doitalways=FALSE) |
virtual void | setDefaultOnNonWritingFields (void) |
void | dragStart (void) |
void | drag (void) |
void | dragFinish (void) |
void | setAllPartsActive (SbBool onoroff) |
Static Protected Methods | |
void | startCB (void *f, SoDragger *d) |
void | motionCB (void *f, SoDragger *d) |
void | finishCB (void *f, SoDragger *d) |
void | metaKeyChangeCB (void *f, SoDragger *d) |
void | fieldSensorCB (void *f, SoSensor *s) |
void | valueChangedCB (void *f, SoDragger *d) |
Protected Attributes | |
SoFieldSensor * | rotFieldSensor |
SoFieldSensor * | scaleFieldSensor |
The dragger has three "bands" around a transparent sphere, which when clicked and dragged will rotate around the three principal axes. In addition, the user can define his own rotation axis by holding down a SHIFT key while clicking with the left mouse button and dragging. A new, distinctively colored axis and dragger band will be then be added.
Free-form rotation on the sphere can be done by clicking and dragging outside the pre-defined "rotation bands".
Scale operations are made available by holding down a CTRL key when clicking when the left mouse button. The dragger is then in scaling mode, and dragging while holding down the mouse button will uniformly scale the trackball sphere.
For the application programmer's convenience, the Coin library also provides a manipulator class called SoTrackballManip, which wraps the SoTrackballDragger into the necessary mechanisms for making direct insertion of this dragger into a scenegraph possible with very little effort.
|
Default constructor, sets up the dragger nodekit catalog with the interaction and feedback geometry. |
|
Protected destructor. (Dragger classes are derived from SoBase, so they are reference counted and automatically destroyed when their reference count goes to 0.) |
|
Initializes type system for this dragger class. Application programmers should usually not have to invoke this method, see documentation of SoInteraction::initClass(). Reimplemented from SoDragger. |
|
Whether or not the trackball will start a spin animation after a quick drag-and-release.
Note: this feature is not supported yet in the Coin library, so even though if |
|
Set a flag which will decide whether or not the trackball will start a spin animation after a quick drag-and-release. Note: this feature is not supported yet in the Coin library. |
|
Sets up all internal connections for instances of this class. (This method will usually not be of interest to the application programmer, unless you want to extend the library with new custom nodekits or dragger classes. If so, see the SoBaseKit class documentation.) Reimplemented from SoInteractionKit. |
|
(Be aware that this method is unlikely to be of interest to the application programmer who does not want to extend the library with new custom nodekits or draggers. If you indeed are writing extensions, see the information in the SoBaseKit class documentation.)
A virtual method that should call SoField::setDefault() with argument This is typically done when:
Reimplemented from SoDragger. |
|
For internal use only. |
|
For internal use only. |
|
For internal use only. |
|
If the input argument is Used internally during scaling operations and free-form rotations. |
|
For internal use only. |
|
For internal use only. |
|
For internal use only. |
|
For internal use only. |
|
For internal use only. Reimplemented from SoInteractionKit. |
|
For internal use only. |
|
This field is continuously updated to contain the rotation of the dragger's trackball. |
|
Continuously updated to contain the current vector of scaling along the X, Y and Z axes. The three components will always be equal, as this dragger only supports uniform scale operations. |
|
For internal use only. |
|
For internal use only. |