#include <Ticker.h>
Inherits QObject.
Signals | |
void | Tick () |
Connect to this signal to handle the tick. | |
Public Member Functions | |
Ticker (QObject *parent=nullptr, float timeoutMS=10.f) | |
void | Start () |
Starts the ticking on a thread. | |
void | Cancel () |
Cancels and destroys the ticking thread. | |
Qt suppresses all timer events during modal dialogs, this object allows us to emit a Tick event from which we can broadcast a SystemTick event.