24 #include "Portability.h"    27 #ifndef DOXYGEN_SHOULD_SKIP_THIS    92     virtual void processEvent(
const Event& event) = 0;
    98 #ifndef DOXYGEN_SHOULD_SKIP_THIS   103 #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:97
 
void reset()
Desactivate the control. 
Definition: Control.h:81