#include <Inventor/engines/SoOnOff.h>
Inheritance diagram for SoOnOff::
Public Methods | |
SoOnOff (void) | |
Static Public Methods | |
void | initClass (void) |
Public Attributes | |
SoSFTrigger | on |
SoSFTrigger | off |
SoSFTrigger | toggle |
SoEngineOutput | isOn |
SoEngineOutput | isOff |
Protected Methods | |
~SoOnOff () |
|
Default constructor. |
|
Destructor is protected because engines are reference counted. |
|
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. Reimplemented from SoEngine. |
|
An input signal on this trigger makes the SoOnOff::isOn output become |
|
An input signal on this trigger makes the SoOnOff::isOn output become |
|
An input signal on this trigger toggles the |
|
(SoSFBool) Whether the engine is "on" or not. |
|
(SoSFBool) Always the opposite value of SoOnOff::isOn. |