|
| DownloadItem () |
| Creates an empty DownloadItem.
|
|
| DownloadItem (const DownloadItem &other) |
| Copy constructor.
|
|
| ~DownloadItem () |
| Destructor.
|
|
QString | gpgFingerprint () const |
|
QString | gpgSignature () const |
|
QString | mimeType () const |
|
DownloadItem & | operator= (const DownloadItem &other) |
| Assignment operator.
|
|
QString | packageName () const |
|
QString | packageRepository () const |
|
void | setGpgFingerprint (const QString &gpgFingerprint) |
|
void | setGpgSignature (const QString &gpgSignature) |
|
void | setMimeType (const QString &mimeType) |
|
void | setPackageName (const QString &packageName) |
|
void | setPackageRepository (const QString &packageRepository) |
|
void | setType (Attica::DownloadDescription::Type type) |
|
void | setUrl (const QUrl &url) |
|
Attica::DownloadDescription::Type | type () |
|
QUrl | url () const |
|
Represents a download item.