13 #include <QtCore/QObject>
14 #include <QtCore/QTimer>
47 virtual void unpause();
59 virtual bool event(
QEvent* e);
68 virtual void slot_postInitialize();
Virtual base class.
Definition: DtVirtualBaseClass.h:22
The DtQtDeTickerProvider is a singleton which provides the an single DtQtDeTicker instance...
Definition: DtQtDeTicker.h:82
This class exists so that a QTimer can call the tick() slot as fast as possible.
Definition: DtQtDeTicker.h:26
QTimer * myTimer
Definition: DtQtDeTicker.h:74
An internal ticker class which operates by directly calling tick rather than going through the signal...
Definition: DtQtDeTicker.h:53
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
bool mySkipTicks
Definition: DtQtDeTicker.h:75
Contains makVrv::DtVirtualBaseClass class.
DtDe * myDe
Definition: DtQtDeTicker.h:72
DtDe * myDe
Definition: DtQtDeTicker.h:107
bool myShouldStartTicking
Definition: DtQtDeTicker.h:76
DtQtDeTicker * myTicker
Definition: DtQtDeTicker.h:108
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtQtDeTicker & myTicker
Definition: DtQtDeTicker.h:60
DtTimedSection * myPerformanceTimer
Definition: DtQtDeTicker.h:73