24 #ifndef COIN_SOONOFF_H 
   25 #define COIN_SOONOFF_H 
   27 #include <Inventor/engines/SoSubEngine.h> 
   28 #include <Inventor/engines/SoEngineOutput.h> 
   29 #include <Inventor/fields/SoSFTrigger.h> 
   38   static void initClass(
void);
 
   58 #endif // !COIN_SOONOFF_H 
SoEngineOutput isOff
Definition: SoOnOff.h:46
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
The SoFieldContainer class is a base class for all classes that contain fields.The classes containing...
Definition: SoFieldContainer.h:34
SoSFTrigger toggle
Definition: SoOnOff.h:43
The SoSFTrigger class is the "void" class used for detecting field changes.Connect this field to a ma...
Definition: SoSFTrigger.h:32
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:38
SoSFTrigger on
Definition: SoOnOff.h:41
The SoOnOff engine is a simple on/off switch. 
Definition: SoOnOff.h:32
virtual void inputChanged(SoField *which)
Definition: SoEngine.cpp:290
SoSFTrigger off
Definition: SoOnOff.h:42
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
virtual void evaluate(void)=0
SoEngineOutput isOn
Definition: SoOnOff.h:45