|
void | cancel () |
| Call this method to cancel job.
|
|
void | signalError (const QString &errMsg) |
|
void | signalOneProccessed (const QUrl &url) |
|
void | signalDone () |
| Use this signal in your implementation to inform ActionThreadBase manager the job is done.
|
|
void | signalProgress (int) |
| Use this signal in your implementation to inform ActionThreadBase manager the job progress.
|
|
void | signalStarted () |
| Use this signal in your implementation to inform ActionThreadBase manager that job is started.
|
|
QElapsedTimer | m_timer |
| Timer to determine the running time of the job.
|
|
bool | m_cancel = false |
| You can use this boolean in your implementation to know if job must be canceled.
|
|