15 #ifndef BORNAGAIN_GUI_VIEW_TOOL_UPDATETIMER_H
16 #define BORNAGAIN_GUI_VIEW_TOOL_UPDATETIMER_H
30 explicit UpdateTimer(
int timerInterval, QObject* parent =
nullptr);
The UpdateTimer class accumulates update requests during certain period of time, and at the end of th...
UpdateTimer(int timerInterval, QObject *parent=nullptr)
void setWallclockTimer(int timerInterval)
qint64 m_update_request_count
Number of requests accumulated so far.
int m_timer_interval
Timer in msec.