![]() |
VR-Forces 4.8 Class Documentation
|
This class exists so that a QTimer can call the tick() slot as fast as possible. More...

Classes | |
| class | DirectTickerTimer |
| An internal ticker class which operates by directly calling tick rather than going through the signal/slot mechanism. More... | |
Public Slots | |
| virtual void | tick () |
| This class exists so that a QTimer can call the tick() slot as fast as possible. More... | |
| virtual void | pause () |
| pause the ticker (tick() will still be called but it will noop) this was added so SensorFX could pause the ticker while the license dialog is up More... | |
| virtual void | unpause () |
| unpause the ticker tick() will start functioning as normal again More... | |
Public Member Functions | |
| virtual | ~DtQtDeTicker () |
Protected Member Functions | |
| DtQtDeTicker (DtDe &de, QObject *parent) | |
| CTOR. This. More... | |
| virtual void | slot_postInitialize () |
| Slot when DtDe emits sign_postInitialize, we listen to this signal so we can start ticking(after DtDe, all accessories and plugins are initialized). More... | |
Protected Attributes | |
| DtDe * | myDe |
| DtTimedSection * | myPerformanceTimer |
| QTimer * | myTimer |
| bool | mySkipTicks |
| bool | myShouldStartTicking |
Friends | |
| class | DtQtDeTickerProvider |
This class exists so that a QTimer can call the tick() slot as fast as possible.
This will provide a snappy user interface while doing heavy work. There should only be one of these per DtDe.
|
virtual |
|
virtualslot |
This class exists so that a QTimer can call the tick() slot as fast as possible.
This will provide a snappy user interface while doing heavy work.
|
virtualslot |
pause the ticker (tick() will still be called but it will noop) this was added so SensorFX could pause the ticker while the license dialog is up
|
virtualslot |
unpause the ticker tick() will start functioning as normal again
|
protectedvirtual |
Slot when DtDe emits sign_postInitialize, we listen to this signal so we can start ticking(after DtDe, all accessories and plugins are initialized).
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |