1 #ifndef COIN_SOINTERACTIONKIT_H
2 #define COIN_SOINTERACTIONKIT_H
27 #include <Inventor/nodekits/SoSubKit.h>
28 #include <Inventor/nodekits/SoBaseKit.h>
29 #include <Inventor/fields/SoSFEnum.h>
33 #else // !COIN_INTERNAL
35 #include <Inventor/sensors/SoFieldSensor.h>
36 #endif // !COIN_INTERNAL
46 SO_KIT_CATALOG_ENTRY_HEADER(geomSeparator);
47 SO_KIT_CATALOG_ENTRY_HEADER(topSeparator);
57 static void initClass(
void);
61 virtual SbBool setPartAsPath(
const SbName &partname,
63 virtual SbBool setPartAsDefault(
const SbName &partname,
65 SbBool onlyifdefault = TRUE);
66 virtual SbBool setPartAsDefault(
const SbName &partname,
68 SbBool onlyifdefault = TRUE);
69 SbBool isPathSurrogateInMySubgraph(
const SoPath *path,
73 SbBool fillargs = TRUE);
74 SbBool isPathSurrogateInMySubgraph(
const SoPath *path);
75 static void setSwitchValue(
SoNode *node,
const int newVal);
81 SbBool copyConnections);
85 static void readDefaultParts(
const char *fileName,
86 const char defaultBuffer[],
88 virtual SbBool setAnyPartAsDefault(
const SbName &partname,
90 SbBool anypart = TRUE,
91 SbBool onlyifdefault = TRUE);
92 virtual SbBool setAnyPartAsDefault(
const SbName &partname,
94 SbBool anypart = TRUE,
95 SbBool onlyifdefault = TRUE);
96 SbBool setAnySurrogatePath(
const SbName &name,
98 SbBool leafcheck = FALSE,
99 SbBool publiccheck = FALSE);
104 static void fieldSensorCB(
void *,
SoSensor *);
107 void connectSeparatorFields(
SoSeparator *dest, SbBool onOff );
110 class SoInteractionKitP * pimpl;
111 friend class SoInteractionKitP;
114 #endif // !COIN_SOINTERACTIONKIT_H