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