![]() |
VR-Forces Developer's Guide
|
Implement of the event loop suitable to the standard de application.

Public Member Functions | |
| DtAppEventLoop (DtDe &de) | |
| virtual | ~DtAppEventLoop () |
Public Member Functions inherited from makVrv::DtEventLoop | |
| virtual | ~DtEventLoop () |
| void | setAlternateRunFunction (RunFunction aFunction) |
| void | run () |
Additional Inherited Members | |
Public Types inherited from makVrv::DtEventLoop | |
| typedef void(* | RunFunction )(DtDe &) |
Static Public Member Functions inherited from makVrv::DtEventLoop | |
| static void | runOnce (DtDe &) |
| static DtEventLoop * | create (DtDe &theIG) |
Protected Member Functions inherited from makVrv::DtEventLoop | |
| DtEventLoop (DtDe &de) | |
| void | defaultRun () |
Protected Attributes inherited from makVrv::DtEventLoop | |
| DtDe & | myDe |
| DtTimedSection * | myTimer |
| RunFunction | myRunnerFunction |
| makVrv::DtAppEventLoop::DtAppEventLoop | ( | DtDe & | de | ) |
Called by Creator object.
|
virtual |
DTOR.