|
QVISH 0.1
|
A object that regularly issues an request(), with a rate of several ticks per second. More...
#include <qVHeartBeat.hpp>
Public Slots | |
| void | scheduleFileLoading (QString LoadFileName) |
| void | stop () |
Public Member Functions | |
| void | activate (double secs) |
| set the timer to run with | |
| double | fps () const |
| qVHeartBeat (const RefPtr< VValueParameter< double > > &FPSNotifier) | |
| void | reactivate () |
| restart the timer with the last target time. | |
| void | resetActivationCounter () |
| void | run () override |
| void | scheduled () |
| void | timerEvent (QTimerEvent *) override |
| bool | UseThreads () |
A object that regularly issues an request(), with a rate of several ticks per second.