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);
91 void setAuthor(
const Author& author);
103 void setLicense(
const QString& license);
127 void setVersion(
const QString& version);
140 void setRelease(
int release);
152 void setReleaseDate(
const QDate& releasedate);
159 QDate releaseDate()
const;
197 void setUnInstalledFiles(
const QStringList& files);
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);
304 void setStatus(
Status status);
325 void setSource(Source source);
329 void setIdNumber(
int number);
330 int idNumber()
const;
333 EntryPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:42:10 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.