113#ifndef  _SO_JACK_DRAGGER_ 
  114#define  _SO_JACK_DRAGGER_ 
  248    static const unsigned char geomBuffer[];
 
 
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
 
#define SO_KIT_CATALOG_ENTRY_HEADER(partName)
This defines an SoSFNode field for the catalog part given.
 
#define SO_KIT_HEADER(className)
 
This is a dictionary mapping (size_t) integer keys to (void *) data pointers.
 
Base class for nodekits that move in response to click-drag-release mouse events.
 
Sensor class that can be attached to Inventor fields.
 
Jack-shaped object you rotate, translate, or scale by dragging with the mouse.
 
SoFieldSensor * translFieldSensor
 
SoFieldSensor * rotFieldSensor
 
static void initClass()
initialize the class
 
static void fieldSensorCB(void *, SoSensor *)
 
virtual bool setUpConnections(bool onOff, bool doItAlways=FALSE)
detach/attach any sensors, callbacks, and/or field connections.
 
virtual void setDefaultOnNonWritingFields()
Called by the SoBaseKit::write() method.
 
static void invalidateSurroundScaleCB(void *, SoDragger *)
 
SoFieldSensor * scaleFieldSensor
 
SoJackDragger()
Constructor.
 
static void valueChangedCB(void *, SoDragger *)
 
Field containing a rotation.
 
Field containing a three-dimensional vector.
 
Abstract base class for Inventor sensors.