![]() |
VR-Forces 4.0.4 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. | |
Public Member Functions | |
| ~DtQtDeTicker () | |
Protected Member Functions | |
| DtQtDeTicker (DtDe &de, QObject *parent) | |
| CTOR. This. | |
Protected Attributes | |
| DtDe * | myDe |
| DtTimedSection * | myPerformanceTimer |
| QTimer * | myTimer |
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.
| makVrv::DtQtDeTicker::DtQtDeTicker | ( | DtDe & | de, |
| QObject * | parent | ||
| ) | [protected] |
CTOR. This.
| virtual void makVrv::DtQtDeTicker::tick | ( | ) | [virtual, slot] |
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.
friend class DtQtDeTickerProvider [friend] |
DtDe* makVrv::DtQtDeTicker::myDe [protected] |
DtTimedSection* makVrv::DtQtDeTicker::myPerformanceTimer [protected] |
QTimer* makVrv::DtQtDeTicker::myTimer [protected] |