24 #include "Portability.h"    27 #ifndef DOXYGEN_SHOULD_SKIP_THIS    96     virtual void processEvent(
const Event& event) = 0;
   102 #ifndef DOXYGEN_SHOULD_SKIP_THIS   107 #endif // GF_CONTROL_H void setActive(bool active=true)
Change the active state of the control. 
Definition: Control.h:70
 
A physical control. 
Definition: Control.h:38
 
bool isActive() const
Check if the control is active. 
Definition: Control.h:61
 
The namespace for gf classes. 
Definition: Action.h:35
 
Control()
Construct a control. 
Definition: Control.h:44
 
Defines a system event and its parameters. 
Definition: Event.h:118
 
void reset()
Desactivate the control. 
Definition: Control.h:85