36 #include <Inventor/fields/SoFieldContainer.h>
61 #ifndef DOXYGEN_SKIP_THIS
62 enum Stage { FIRST_INSTANCE, PROTO_INSTANCE, OTHER_INSTANCE };
63 #endif // !DOXYGEN_SKIP_THIS
65 void setOverride(
const SbBool state);
66 SbBool isOverride(
void)
const;
73 INVENTOR_2_0 = 0x0008,
74 INVENTOR_2_1 = 0x0010,
75 INVENTOR_2_5 = 0x0020,
76 INVENTOR_2_6 = 0x0040,
83 INVENTOR_5_0 = 0x2000,
86 INVENTOR_6_0 = 0x10000,
90 static uint32_t getCompatibilityTypes(
const SoType & nodetype);
91 void setNodeType(
const NodeType type);
92 NodeType getNodeType(
void)
const;
94 virtual SoNode * copy(SbBool copyconnections = FALSE)
const;
95 virtual SbBool affectsState(
void)
const;
97 virtual void doAction(
SoAction * action);
113 virtual void grabEventsSetup(
void);
114 virtual void grabEventsCleanup(
void);
119 uint32_t getNodeId(
void)
const;
123 virtual SoNode * addToCopyDict(
void)
const;
125 SbBool copyconnections);
134 static void initClasses(
void);
136 static uint32_t getNextNodeId(
void);
137 static int getActionMethodIndex(
const SoType type);
163 static void setNextActionMethodIndex(
int index);
164 static int getNextActionMethodIndex(
void);
165 static void incNextActionMethodIndex(
void);
167 static void setCompatibilityTypes(
const SoType & nodetype,
const uint32_t bitmask);
174 static SoType classTypeId;
176 void clearStateFlags(
const unsigned int bits);
177 void setStateFlags(
const unsigned int bits);
178 SbBool getState(
const unsigned int bits)
const;
179 static void cleanupClass(
void);
182 #ifndef COIN_INTERNAL
184 #include <Inventor/SoLists.h>
185 #endif // COIN_INTERNAL
187 #endif // !COIN_SONODE_H