#include <callback.h>
Inheritance diagram for FrameCallback:
Public Types | |
enum | FRAMECALLBACKTYPE { PERLIGHT = 0, FRAMEEND = 1, NUMCALLBACKS = 2 } |
Callback type identifiers. More... | |
Public Member Functions | |
virtual void | FrameEvent (FRAMECALLBACKTYPE eType, void *pData)=0 |
bool | IsActive () const |
virtual void | Activate () |
virtual void | Deactivate () |
bool | Toggle () |
Protected Attributes | |
bool | m_bActive |
|
Callback type identifiers.
|
|
Frame callback method
|
|
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 |