27 #include <Inventor/fields/SoFieldContainer.h>
52 #ifndef DOXYGEN_SKIP_THIS
53 enum Stage { FIRST_INSTANCE, PROTO_INSTANCE, OTHER_INSTANCE };
54 #endif // !DOXYGEN_SKIP_THIS
56 void setOverride(
const SbBool state);
57 SbBool isOverride(
void)
const;
64 INVENTOR_2_0 = 0x0008,
65 INVENTOR_2_1 = 0x0010,
66 INVENTOR_2_5 = 0x0020,
67 INVENTOR_2_6 = 0x0040,
74 INVENTOR_5_0 = 0x2000,
78 static uint32_t getCompatibilityTypes(
const SoType & nodetype);
79 void setNodeType(
const NodeType type);
80 NodeType getNodeType(
void)
const;
82 virtual SoNode * copy(SbBool copyconnections = FALSE)
const;
83 virtual SbBool affectsState(
void)
const;
85 virtual void doAction(
SoAction * action);
101 virtual void grabEventsSetup(
void);
102 virtual void grabEventsCleanup(
void);
107 uint32_t getNodeId(
void)
const;
111 virtual SoNode * addToCopyDict(
void)
const;
113 SbBool copyconnections);
122 static void initClasses(
void);
124 static uint32_t getNextNodeId(
void);
125 static int getActionMethodIndex(
const SoType type);
151 static void setNextActionMethodIndex(
int index);
152 static int getNextActionMethodIndex(
void);
153 static void incNextActionMethodIndex(
void);
155 static void setCompatibilityTypes(
const SoType & nodetype,
const uint32_t bitmask);
162 static SoType classTypeId;
164 void clearStateFlags(
const unsigned int bits);
165 void setStateFlags(
const unsigned int bits);
166 SbBool getState(
const unsigned int bits)
const;
168 static SbDict * compatibilitydict;
170 static void cleanupClass(
void);
173 #ifndef COIN_INTERNAL
175 #include <Inventor/SoLists.h>
176 #endif // COIN_INTERNAL
178 #endif // !COIN_SONODE_H