10 #ifndef DtEventLoop_H_
11 #define DtEventLoop_H_
29 typedef void (*RunFunction)(
DtDe&);
36 static void runOnce(
DtDe&);
52 void setAlternateRunFunction(RunFunction aFunction);
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv::DtVirtualBaseClass class.
The abstract DtEventLoop creator for the abstract DtEventLoops class.
Definition: DtEventLoop.h:79
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtDe & myDe
Definition: DtEventLoop.h:71
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
RunFunction myRunnerFunction
Definition: DtEventLoop.h:73
The abstract DtEventLoop class.
Definition: DtEventLoop.h:24
DtTimedSection * myTimer
Definition: DtEventLoop.h:72
Contains DLL export macros.