#include <activator.h>
Inheritance diagram for Activator:

Public Member Functions | |
| Activator (bool bActive=true) | |
| virtual | ~Activator () |
| bool | IsActive () const |
| virtual void | Activate () |
| virtual void | Deactivate () |
| bool | Toggle () |
Protected Attributes | |
| bool | m_bActive |
|
|
Initialize state of object
|
|
|
|
|
|
Query state of object
|
|
|
Activate object |
|
|
Deactivate object |
|
|
Toggle active state. This method does not need to be overloaded, it is only a wrapper to Activate and Deactivate
|
|
|
Active flag |
1.3.5