itom
|
Public Member Functions | |
DelayJobRunnerBase (int delay=500, QObject *parent=NULL) | |
virtual void | cancelRequests ()=0 |
int | delay () const |
void | setDelay (int delay) |
Protected Attributes | |
QTimer | m_timer |
int | m_delay |
Private Slots | |
virtual void | execRequestedJob ()=0 |