itom  4.1.0
ito::DelayJobRunner< OBJECT, FUNC > Class Template Reference
Inheritance diagram for ito::DelayJobRunner< OBJECT, FUNC >:
ito::DelayJobRunnerBase

Public Member Functions

 DelayJobRunner (int delay=500, QObject *parent=NULL)
 
void requestJob (OBJECT *obj, FUNC f, const QList< QVariant > &args)
 
virtual void cancelRequests ()
 
- Public Member Functions inherited from ito::DelayJobRunnerBase
 DelayJobRunnerBase (int delay=500, QObject *parent=NULL)
 
int delay () const
 
void setDelay (int delay)
 

Private Member Functions

virtual void execRequestedJob ()
 

Private Attributes

OBJECT * m_obj
 
FUNC m_func
 
QList< QVariant > m_args
 

Additional Inherited Members

- Protected Attributes inherited from ito::DelayJobRunnerBase
QTimer m_timer
 
int m_delay
 

The documentation for this class was generated from the following file: