![]() |
VR-Forces 4.0.4 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. | |
Static Public Member Functions | |
| static void | qtEventLoopLogic (DtDe &de) |
| This is the Qt event loop implementation. | |
This class implements an DtEventLoop using the Qt event loop.
The class sets setAlternateRunFunction as the qtEventLoopLogic function.
Called by Creator object.
| virtual makVrv::DtQtEventLoop::~DtQtEventLoop | ( | ) | [virtual] |
DTOR.
| static void makVrv::DtQtEventLoop::qtEventLoopLogic | ( | DtDe & | de | ) | [static] |
This is the Qt event loop implementation.
This function calls exec on a Qt Application object.