#include <Inventor/draggers/SoTabBoxDragger.h>
Inheritance diagram for SoTabBoxDragger::
Public Methods | |
SoTabBoxDragger (void) | |
void | adjustScaleTabSize (void) |
Static Public Methods | |
void | initClass (void) |
Public Attributes | |
SoSFVec3f | translation |
SoSFVec3f | scaleFactor |
Protected Methods | |
~SoTabBoxDragger () | |
virtual SbBool | setUpConnections (SbBool onoff, SbBool doitalways=FALSE) |
virtual void | setDefaultOnNonWritingFields (void) |
Static Protected Methods | |
void | invalidateSurroundScaleCB (void *f, SoDragger *d) |
void | fieldSensorCB (void *f, SoSensor *s) |
void | valueChangedCB (void *f, SoDragger *d) |
Protected Attributes | |
SoFieldSensor * | translFieldSensor |
SoFieldSensor * | scaleFieldSensor |
This dragger lets the end-user do translation and non-uniform scaling of geometry with an easy to understand interface.
Click and drag any side of the box to translate (hold down a SHIFT key to lock to one axis) and click and drag any of the tab markers in the corners to scale. The way the different tabs influences the scale operation should be straight-forward and intuitive to the end-user.
The SoTabBoxDragger is a composite dragger, implemented with 6 SoTabPlaneDragger instances set up as the sides of a box.
|
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. |
|
Signals the dragger to recalculate the size of its tabs. Simply calls SoTabPlaneDragger::adjustScaleTabSize() for all 6 planes this dragger consists of. |
|
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. |
|
surroundScale is invalidated every time a child dragger is activated/deactivated using this callback |
|
For internal use only. Reimplemented from SoInteractionKit. |
|
For internal use only. |
|
Continuously updated to contain the current translation from the dragger's local origo position. |
|
Continuously updated to contain the current vector of scaling along the X, Y and Z axes. |
|
For internal use only. |
|
For internal use only. |