1#ifndef COIN_SOINTERACTIONKIT_H
2#define COIN_SOINTERACTIONKIT_H
36#include <Inventor/nodekits/SoSubKit.h>
37#include <Inventor/nodekits/SoBaseKit.h>
38#include <Inventor/fields/SoSFEnum.h>
44#include <Inventor/sensors/SoFieldSensor.h>
55 SO_KIT_CATALOG_ENTRY_HEADER(geomSeparator);
56 SO_KIT_CATALOG_ENTRY_HEADER(topSeparator);
66 static void initClass(
void);
78 SbBool isPathSurrogateInMySubgraph(
const SoPath *path,
83 SbBool isPathSurrogateInMySubgraph(
const SoPath *path);
84 static void setSwitchValue(
SoNode *node,
const int newVal);
93 virtual SbBool readInstance(
SoInput *
in,
unsigned short flags);
94 static void readDefaultParts(
const char *
fileName,
105 SbBool setAnySurrogatePath(
const SbName &name,
109 virtual SbBool setUpConnections(SbBool
onoff, SbBool
doitalways = FALSE);
110 virtual void setDefaultOnNonWritingFields();
113 static void fieldSensorCB(
void *,
SoSensor *);
119 class SoInteractionKitP * pimpl;
120 friend class SoInteractionKitP;
The SbList class is a template container class for lists.
Definition SbList.h:70
The SbName class stores strings by reference.
Definition SbName.h:40
The SoBaseKit class is the top level superclass for nodekits.
Definition SoBaseKit.h:66
The SoFieldContainer class is a base class for all classes that contain fields.
Definition SoFieldContainer.h:43
The SoFieldSensor class detects changes to a field.
Definition SoFieldSensor.h:38
The SoInteractionKit class is a base class for draggers.
Definition SoInteractionKit.h:50
SoSFEnum renderCaching
Definition SoInteractionKit.h:59
SoFieldSensor * fieldSensor
Definition SoInteractionKit.h:112
SoSeparator * oldTopSep
Definition SoInteractionKit.h:114
CacheEnabled
Definition SoInteractionKit.h:68
SoSFEnum boundingBoxCaching
Definition SoInteractionKit.h:60
SoSFEnum renderCulling
Definition SoInteractionKit.h:61
SoSFEnum pickCulling
Definition SoInteractionKit.h:62
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52
The SoSFEnum class is a container for an enum value.
Definition SoSFEnum.h:40
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:43
The SoSeparator class is a state-preserving group node.
Definition SoSeparator.h:44