KNewStuff
Go to the documentation of this file.
19 #ifndef KNEWSTUFF2_ENTRY_H
20 #define KNEWSTUFF2_ENTRY_H
27 #include <QtCore/QDate>
28 #include <QtCore/QString>
79 void setCategory(
const QString& category);
86 QString category()
const;
91 void setAuthor(
const Author& author);
103 void setLicense(
const QString& license);
110 QString license()
const;
127 void setVersion(
const QString& version);
134 QString version()
const;
140 void setRelease(
int release);
152 void setReleaseDate(
const QDate& releasedate);
159 QDate releaseDate()
const;
190 void setInstalledFiles(
const QStringList& files);
197 void setUnInstalledFiles(
const QStringList& files);
204 QStringList installedFiles()
const;
211 QStringList uninstalledFiles()
const;
220 void setRating(
int rating);
235 void setDownloads(
int downloads);
243 int downloads()
const;
253 void setChecksum(
const QString& checksum);
261 void setSignature(
const QString& signature);
270 QString checksum()
const;
279 QString signature()
const;
304 void setStatus(
Status status);
325 void setSource(Source source);
329 void setIdNumber(
int number);
330 int idNumber()
const;
333 EntryPrivate *
const d;
Source
Source of the entry, A entry's data is coming from either cache, or an online provider this helps the...
KNewStuff data entry container.
Status
Status of the entry.
String class with multiple localized representations.
const char * name(StandardAction id)
KNewStuff author information.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.