25#ifndef  _SO_INTERACTIVE_SWITCH_ 
   26#define  _SO_INTERACTIVE_SWITCH_ 
   28#include <Inventor/nodes/SoSwitch.h> 
  126  static void initClass();
 
  127  static void exitClass();
 
  134  virtual void doChild(
SoAction *action, 
int matchIndex = -1);
 
 
virtual SbBool affectsState() const
Overrides method in SoSwitch to return FALSE if there is no selected child or the selected child does...
SoInteractiveSwitch(int nChildren)
Constructor that takes approximate number of children.
SoSFInt32 whichInteractiveChild
Index of the child to traverse during interaction, (or one of SO_SWITCH_NONE, SO_SWITCH_INHERIT,...
SoInteractiveSwitch()
Creates an interactive-switch node with default settings.
Field containing a int32_t integer.
SoSwitch()
Creates a switch node with default settings.