![]() |
VR-Forces 5.0.2 Developer's Guide
|
This class implements an DtEventLoop using the Qt event loop. The class sets setAlternateRunFunction as the qtEventLoopLogic function.

Public Member Functions | |
| DtQtEventLoop (DtDe &de) | |
| virtual | ~DtQtEventLoop () |
Public Member Functions inherited from makVrv::DtEventLoop | |
| virtual | ~DtEventLoop () |
| void | setAlternateRunFunction (RunFunction aFunction) |
| void | run () |
Static Public Member Functions | |
| static void | qtEventLoopLogic (DtDe &de) |
Static Public Member Functions inherited from makVrv::DtEventLoop | |
| static void | runOnce (DtDe &) |
| static DtEventLoop * | create (DtDe &theIG) |
Additional Inherited Members | |
Public Types inherited from makVrv::DtEventLoop | |
| typedef void(* | RunFunction )(DtDe &) |
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::DtQtEventLoop::DtQtEventLoop | ( | DtDe & | de | ) |
Called by Creator object.
|
virtual |
DTOR.
|
static |
This is the Qt event loop implementation. This function calls exec on a Qt Application object.