1 #ifndef COIN_SOCENTERBALLDRAGGER_H 2 #define COIN_SOCENTERBALLDRAGGER_H 37 #include <Inventor/tools/SbLazyPimplPtr.h> 38 #include <Inventor/fields/SoSFRotation.h> 39 #include <Inventor/fields/SoSFVec3f.h> 43 class SoCenterballDraggerP;
50 SO_KIT_CATALOG_ENTRY_HEADER(XAxis);
51 SO_KIT_CATALOG_ENTRY_HEADER(XAxisSwitch);
52 SO_KIT_CATALOG_ENTRY_HEADER(XCenterChanger);
53 SO_KIT_CATALOG_ENTRY_HEADER(XRotator);
54 SO_KIT_CATALOG_ENTRY_HEADER(YAxis);
55 SO_KIT_CATALOG_ENTRY_HEADER(YAxisSwitch);
56 SO_KIT_CATALOG_ENTRY_HEADER(YCenterChanger);
57 SO_KIT_CATALOG_ENTRY_HEADER(YRotator);
58 SO_KIT_CATALOG_ENTRY_HEADER(ZAxis);
59 SO_KIT_CATALOG_ENTRY_HEADER(ZAxisSwitch);
60 SO_KIT_CATALOG_ENTRY_HEADER(ZCenterChanger);
61 SO_KIT_CATALOG_ENTRY_HEADER(ZRotator);
62 SO_KIT_CATALOG_ENTRY_HEADER(antiSquish);
63 SO_KIT_CATALOG_ENTRY_HEADER(lightModel);
64 SO_KIT_CATALOG_ENTRY_HEADER(rot2X90);
65 SO_KIT_CATALOG_ENTRY_HEADER(rotX90);
66 SO_KIT_CATALOG_ENTRY_HEADER(rotY90);
67 SO_KIT_CATALOG_ENTRY_HEADER(rotator);
68 SO_KIT_CATALOG_ENTRY_HEADER(surroundScale);
69 SO_KIT_CATALOG_ENTRY_HEADER(translateToCenter);
82 void transferCenterDraggerMotion(
SoDragger * childdragger);
83 void setSwitches(
SoDragger * activechild);
88 static void valueChangedCB(
void * f,
SoDragger * d);
89 static void kidStartCB(
void * f,
SoDragger * d);
90 static void kidFinishCB(
void * f,
SoDragger * d);
102 void removeChildDragger(
const char *childname);
112 #endif // !COIN_SOCENTERBALLDRAGGER_H static void fieldSensorCB(void *, SoSensor *)
Definition: SoInteractionKit.cpp:752
virtual void getMatrix(SoGetMatrixAction *action)
Definition: SoDragger.cpp:533
The SoGetMatrixAction class is an action for accumulating the transformation matrix of a subgraph...
Definition: SoGetMatrixAction.h:46
The SoSFRotation class is a container for an SbRotation.
Definition: SoSFRotation.h:40
SoFieldSensor * centerFieldSensor
Definition: SoCenterballDragger.h:96
SoSFVec3f center
Definition: SoCenterballDragger.h:78
The SoCenterballDragger class is a dragger you can rotate and translate.
Definition: SoCenterballDragger.h:45
virtual void saveStartParameters(void)
Definition: SoDragger.cpp:990
virtual void getBoundingBox(SoGetBoundingBoxAction *action)
Definition: SoDragger.cpp:1801
The SoDragger class is the base class for all draggers.
Definition: SoDragger.h:64
The SoSensor class is the abstract base class for all sensors.
Definition: SoSensor.h:43
SoSFRotation rotation
Definition: SoCenterballDragger.h:77
static void initClass(void)
Definition: SoDragger.cpp:409
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:51
The SoFieldSensor class detects changes to a field.
Definition: SoFieldSensor.h:38
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.
Definition: SoGetBoundingBoxAction.h:45
The SoSFVec3f class is a container for an SbVec3f vector.
Definition: SoSFVec3f.h:40
SoFieldSensor * rotFieldSensor
Definition: SoCenterballDragger.h:95
virtual SbBool setUpConnections(SbBool onoff, SbBool doitalways=FALSE)
Definition: SoInteractionKit.cpp:675
virtual void setDefaultOnNonWritingFields(void)
Definition: SoDragger.cpp:1829