![]() |
VR-Forces 4.1 Class Documentation
|
This class implements an DtEventLoop using the Qt event loop. More...

Public Member Functions | |
| DtQtEventLoop (DtDe &de) | |
| Called by Creator object. | |
| virtual | ~DtQtEventLoop () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtEventLoop | |
| virtual | ~DtEventLoop () |
| DTOR. | |
| void | setAlternateRunFunction (RunFunction aFunction) |
| Set an alternate run function. | |
| void | run () |
| Run the app. | |
Static Public Member Functions | |
| static void | qtEventLoopLogic (DtDe &de) |
| This is the Qt event loop implementation. | |
Static Public Member Functions inherited from makVrv::DtEventLoop | |
| static void | runOnce (DtDe &) |
| Helper function for creating a event loop an run once. | |
| static DtEventLoop * | create (DtDe &theIG) |
| Helper function for create, gets DtEventLoopCreator instance from the de and calls it's create method. | |
Additional Inherited Members | |
Public Types inherited from makVrv::DtEventLoop | |
| typedef void(* | RunFunction )(DtDe &) |
| Public typedefs. | |
Protected Member Functions inherited from makVrv::DtEventLoop | |
| DtEventLoop (DtDe &de) | |
| The constructor for an abstract class is not public. | |
| void | defaultRun () |
| Default implementation of Run. | |
Protected Attributes inherited from makVrv::DtEventLoop | |
| DtDe & | myDe |
| DtTimedSection * | myTimer |
| RunFunction | myRunnerFunction |
This class implements an DtEventLoop using the Qt event loop.
The class sets setAlternateRunFunction as the qtEventLoopLogic function.
| 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.