The baseclass for all job classes.
More...
#include <atticabasejob.h>
|
enum | NetworkRequestCustomAttributes { UserAttribute = QNetworkRequest::User + 1
, PasswordAttribute
} |
|
|
void | abort () |
|
void | start () |
|
|
| BaseJob (PlatformDependent *internals) |
|
virtual QNetworkReply * | executeRequest ()=0 |
|
PlatformDependent * | internals () |
|
virtual void | parse (const QString &xml)=0 |
|
void | setError (int errorCode) |
|
void | setMetadata (const Metadata &data) const |
|
The baseclass for all job classes.
◆ isAborted()
bool Attica::BaseJob::isAborted |
( |
| ) |
const |
- Returns
- whether abort() has been called on the job
- Since
- 5.87