Public Attributes | |
Amorph | a4_ |
Public Attributes inherited from bbb::JobBack3 | |
Amorph | a3_ |
Public Attributes inherited from bbb::JobBack2 | |
Amorph | a2_ |
Public Attributes inherited from bbb::JobBack1 | |
Amorph | a1_ |
Additional Inherited Members | |
Public Types inherited from bbb::JobInterf | |
typedef void(* | KbTimeout )(JobInterf *job) |
the function to call when the timeout expires | |
Public Member Functions inherited from bbb::JobBack | |
JobBack (void) | |
constructor; | |
virtual | ~JobBack (void) |
destructor; | |
bool | startJob (void) |
start the job | |
void | stopJob (void) |
stop the job | |
bool | isJobRunning (void) const |
tell if the job is running | |
void | setFrequency (int milisec) |
set the frequency | |
Protected Member Functions inherited from bbb::JobBack | |
void | timerEvent (QTimerEvent *event) |
internal timer fires; | |
Protected Attributes inherited from bbb::JobInterf | |
KbTimeout | kb_ |
the function to call when the timeout expires | |
int | freq_msec_ |
the frequency | |