Attica
9 #include "downloaditem.h"
22 Attica::DownloadDescription::Type m_type;
50 void DownloadItem::setUrl(
const QUrl &url)
55 QUrl DownloadItem::url()
const
60 void DownloadItem::setMimeType(
const QString &mimeType)
65 QString DownloadItem::mimeType()
const
70 void DownloadItem::setPackageName(
const QString &packageName)
72 d->m_packageName = packageName;
75 QString DownloadItem::packageName()
const
77 return d->m_packageName;
80 void DownloadItem::setPackageRepository(
const QString &packageRepository)
82 d->m_packageRepository = packageRepository;
85 QString DownloadItem::packageRepository()
const
87 return d->m_packageRepository;
90 void DownloadItem::setGpgFingerprint(
const QString &gpgFingerprint)
92 d->m_gpgFingerprint = gpgFingerprint;
95 QString DownloadItem::gpgFingerprint()
const
97 return d->m_gpgFingerprint;
100 void DownloadItem::setGpgSignature(
const QString &gpgSignature)
102 d->m_gpgSignature = gpgSignature;
105 QString DownloadItem::gpgSignature()
const
107 return d->m_gpgSignature;
110 void DownloadItem::setType(Attica::DownloadDescription::Type type)
115 Attica::DownloadDescription::Type DownloadItem::type()
Type type(const QSqlDatabase &db)
~DownloadItem()
Destructor.
KCALUTILS_EXPORT QString mimeType()
DownloadItem & operator=(const DownloadItem &other)
Assignment operator.
DownloadItem()
Creates an empty DownloadItem.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:08:16 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.