MeVisLab Resolution Independence API
|
SoToggle is a SoSwitch node that has a boolean field to toggle the underlying scene graph on/off. More...
#include <SoToggle.h>
Public Member Functions | |
SoToggle () | |
void | onChanged (SoField *field) |
called when the on field changes | |
void | onToggle (SoField *field) |
called when toggle is touched | |
Static Public Member Functions | |
static void | initClass () |
Public Attributes | |
SoSFBool | on |
switches contained scenegraph on/off | |
SoSFTrigger | toggle |
toggles 'on' field | |
SoToggle is a SoSwitch node that has a boolean field to toggle the underlying scene graph on/off.
SoToggle is a SoSwitch node that has a boolean field to toggle the underlying scene graph on/off
Definition at line 39 of file SoToggle.h.
SoToggle::SoToggle | ( | ) |
|
static |
void SoToggle::onChanged | ( | SoField * | field | ) |
called when the on field changes
void SoToggle::onToggle | ( | SoField * | field | ) |
called when toggle is touched
SoSFBool SoToggle::on |
switches contained scenegraph on/off
Definition at line 45 of file SoToggle.h.
SoSFTrigger SoToggle::toggle |
toggles 'on' field
Definition at line 48 of file SoToggle.h.