7#ifndef DOWNLOADLINKINFO_H
8#define DOWNLOADLINKINFO_H
10#include "KNSCore/Entry"
14class DownloadLinkInfoPrivate;
25 Q_PROPERTY(
QString name READ name CONSTANT)
26 Q_PROPERTY(
QString priceAmount READ priceAmount CONSTANT)
27 Q_PROPERTY(
QString distributionType READ distributionType CONSTANT)
28 Q_PROPERTY(
QString descriptionLink READ descriptionLink CONSTANT)
29 Q_PROPERTY(
int id READ
id CONSTANT)
30 Q_PROPERTY(
bool isDownloadtypeLink READ isDownloadtypeLink CONSTANT)
31 Q_PROPERTY(quint64 size READ size CONSTANT)
32 Q_PROPERTY(
QString formattedSize READ formattedSize CONSTANT)
33 Q_PROPERTY(
QString icon READ icon CONSTANT)
36 explicit DownloadLinkInfo(
const KNSCore::Entry::DownloadLinkInformation &data);
43 QString distributionType()
const;
44 QString descriptionLink()
const;
46 bool isDownloadtypeLink()
const;
One downloadable item as contained within one content item.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:20:03 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.