VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions
makVrv::DtQtEventLoop Class Reference

This class implements an DtEventLoop using the Qt event loop. More...

Inheritance diagram for makVrv::DtQtEventLoop:
Inheritance graph
[legend]

Public Member Functions

 DtQtEventLoop (DtDe &de)
 Called by Creator object. More...
 
virtual ~DtQtEventLoop ()
 DTOR. More...
 
- Public Member Functions inherited from makVrv::DtEventLoop
virtual ~DtEventLoop ()
 DTOR. More...
 
void setAlternateRunFunction (RunFunction aFunction)
 Set an alternate run function. More...
 
void run ()
 Run the app. More...
 

Static Public Member Functions

static void qtEventLoopLogic (DtDe &de)
 This is the Qt event loop implementation. More...
 
- Static Public Member Functions inherited from makVrv::DtEventLoop
static void runOnce (DtDe &)
 Helper function for creating a event loop an run once. More...
 
static DtEventLoopcreate (DtDe &theIG)
 Helper function for create, gets DtEventLoopCreator instance from the de and calls it's create method. More...
 

Additional Inherited Members

- Public Types inherited from makVrv::DtEventLoop
typedef void(* RunFunction )(DtDe &)
 Public typedefs. More...
 
- Protected Member Functions inherited from makVrv::DtEventLoop
 DtEventLoop (DtDe &de)
 The constructor for an abstract class is not public. More...
 
void defaultRun ()
 Default implementation of Run. More...
 
- Protected Attributes inherited from makVrv::DtEventLoop
DtDemyDe
 
DtTimedSection * myTimer
 
RunFunction myRunnerFunction
 

Detailed Description

This class implements an DtEventLoop using the Qt event loop.

The class sets setAlternateRunFunction as the qtEventLoopLogic function.

Constructor & Destructor Documentation

makVrv::DtQtEventLoop::DtQtEventLoop ( DtDe de)

Called by Creator object.

virtual makVrv::DtQtEventLoop::~DtQtEventLoop ( )
virtual

DTOR.

Member Function Documentation

static void makVrv::DtQtEventLoop::qtEventLoopLogic ( DtDe de)
static

This is the Qt event loop implementation.

This function calls exec on a Qt Application object.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)