Stores a boolean value for toggling on/off. More...
#include <Inventor/VRMLnodes/SoVRMLBooleanToggle.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLBooleanToggle () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFBool | toggle |
SoSFBool | set_boolean |
See the X3D Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
This utility event stores a boolean value for toggling on and off.
When a set_boolean TRUE event is received, the BooleanToggle negates the value of the toggle field and generates the corresponding toggle field output event. set_boolean FALSE events are ignored.
The BooleanToggle can be reset to a specific state by directly setting the value of the inputOutput toggle field.
Refer to "Event Utilities Component" for a more detailed discussion.
toggle | FALSE |
metadata | NULL |
SoSFBool | set_boolean |
SoSFBool | set_toggle |
SoSFNode | set_metadata |
SoSFBool | toggle_changed |
SoSFNode | metadata_changed |
SoVRMLBooleanToggle::SoVRMLBooleanToggle | ( | ) |
Constructor.
static SoType SoVRMLBooleanToggle::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLNode.
virtual SoType SoVRMLBooleanToggle::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLNode.
Output event on toggle changes.
The boolean value for toggling on/off.