81#ifndef _SO_SCALE_1_DRAGGER_
82#define _SO_SCALE_1_DRAGGER_
200 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.
Field containing a three-dimensional vector.
Object you can scale in one dimension by dragging with the mouse.
static void finishCB(void *, SoDragger *)
static void startCB(void *, SoDragger *)
SbLineProjector * lineProj
projector for linear scaling
virtual ~SoScale1Dragger()
static void valueChangedCB(void *, SoDragger *)
static void motionCB(void *, SoDragger *)
virtual bool setUpConnections(bool onOff, bool doItAlways=FALSE)
detach/attach any sensors, callbacks, and/or field connections.
static void initClass()
initialize the class
SoFieldSensor * fieldSensor
SoScale1Dragger()
Constructor.
static void fieldSensorCB(void *, SoSensor *)
Abstract base class for Inventor sensors.