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,
77 INVENTOR_6_0 = 0x10000
80 static uint32_t getCompatibilityTypes(
const SoType & nodetype);
81 void setNodeType(
const NodeType type);
82 NodeType getNodeType(
void)
const;
84 virtual SoNode * copy(SbBool copyconnections = FALSE)
const;
85 virtual SbBool affectsState(
void)
const;
87 virtual void doAction(
SoAction * action);
103 virtual void grabEventsSetup(
void);
104 virtual void grabEventsCleanup(
void);
109 uint32_t getNodeId(
void)
const;
113 virtual SoNode * addToCopyDict(
void)
const;
115 SbBool copyconnections);
119 static SoType getClassTypeId(
void);
123 static void initClass(
void);
124 static void initClasses(
void);
126 static uint32_t getNextNodeId(
void);
127 static int getActionMethodIndex(
const SoType type);
153 static void setNextActionMethodIndex(
int index);
154 static int getNextActionMethodIndex(
void);
155 static void incNextActionMethodIndex(
void);
157 static void setCompatibilityTypes(
const SoType & nodetype,
const uint32_t bitmask);
164 static SoType classTypeId;
166 void clearStateFlags(
const unsigned int bits);
167 void setStateFlags(
const unsigned int bits);
168 SbBool getState(
const unsigned int bits)
const;
169 static void cleanupClass(
void);
172 #ifndef COIN_INTERNAL
174 #include <Inventor/SoLists.h>
175 #endif // COIN_INTERNAL
177 #endif // !COIN_SONODE_H