#include <Inventor/engines/SoTriggerAny.h>
Public Member Functions | |
SoTriggerAny (void) | |
Static Public Member Functions | |
static void | initClass (void) |
Public Attributes | |
SoSFTrigger | input0 |
SoSFTrigger | input1 |
SoSFTrigger | input2 |
SoSFTrigger | input3 |
SoSFTrigger | input4 |
SoSFTrigger | input5 |
SoSFTrigger | input6 |
SoSFTrigger | input7 |
SoSFTrigger | input8 |
SoSFTrigger | input9 |
SoEngineOutput | output |
Protected Member Functions | |
~SoTriggerAny () |
When any one of the input triggers are "pulsed", any field connected as a slave to the engine output will be notified.
SoTriggerAny::SoTriggerAny | ( | void | ) |
Default constructor.
SoTriggerAny::~SoTriggerAny | ( | ) | [protected] |
Destructor is protected because explicit destruction of engines is not allowed.
void SoTriggerAny::initClass | ( | void | ) | [static] |
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system.
Reimplemented from SoEngine.
Input trigger.
Input trigger.
Input trigger.
Input trigger.
Input trigger.
Input trigger.
Input trigger.
Input trigger.
Input trigger.
Input trigger.
(SoSFTrigger) Connect to the output with the field(s) you want notified upon any input trigger "pulses".