24#ifndef _SO_INTERACTIVE_SWITCH_ELEMENT
25#define _SO_INTERACTIVE_SWITCH_ELEMENT
56 {
set(state, index); }
76 static void initClass();
77 static void exitClass();
#define SoEXTENDER_Documented
#define SO_ELEMENT_HEADER(className)
Stores a single int32_t, int, or enum value.
Stores the current interactive switch index.
static int32_t get(SoState *state)
Returns current switch index from the state.
static void set(SoState *state, int32_t index)
Sets the current switch index in the state.
static int32_t getDefault()
Returns the default switch index.
static void set(SoState *state, SoNode *, int32_t index)
Sets the current switch index in the state.
static int getClassStackIndex()
Returns the stack id for this element.
static SoType getClassTypeId()
Returns the type identifier for this class.
Abstract base class for all database nodes.