KNewStuff
entryinternal.h
Go to the documentation of this file.
68 };
77 };
void appendDownloadLinkInformation(const DownloadLinkInformation &info)
Definition: entryinternal.cpp:407
void setUpdateReleaseDate(const QDate &releasedate)
Sets the release date that is available as update.
Definition: entryinternal.cpp:249
void setSource(Source source)
The source of this entry can be Cache, Registry or Online -.
Definition: entryinternal.cpp:362
void setReleaseDate(const QDate &releasedate)
Sets the release date.
Definition: entryinternal.cpp:229
static KNS3::EntryInternal fromEntry(const KNS3::Entry &entry)
Definition: entryinternal.cpp:581
void setUnInstalledFiles(const QStringList &files)
Set the files that have been uninstalled by the uninstall command.
Definition: entryinternal.cpp:387
bool operator==(const EntryInternal &other) const
Definition: entryinternal.cpp:110
void setUpdateVersion(const QString &version)
Sets the version number that is available as update.
Definition: entryinternal.cpp:259
QString knowledgebaseLink() const
Definition: entryinternal.cpp:333
bool setEntryXML(const QDomElement &xmldata)
set the xml for the entry parses the xml and sets the private members accordingly used to deserialize...
Definition: entryinternal.cpp:417
int downloadLinkCount() const
Definition: entryinternal.cpp:397
QString updateVersion() const
Retrieve the version string of the object that is available as update.
Definition: entryinternal.cpp:254
void setSummary(const QString &summary)
Sets a short description on what the object is all about.
Definition: entryinternal.cpp:199
bool operator<(const EntryInternal &other) const
Definition: entryinternal.cpp:105
void setProviderId(const QString &id)
Definition: entryinternal.cpp:149
int downloadCount() const
Retrieve the download count for the object, which has been determined by its hosting sites and thus m...
Definition: entryinternal.cpp:294
Source
Source of the entry, A entry's data is coming from either cache, or an online provider this helps the...
Definition: entryinternal.h:64
void setUniqueId(const QString &id)
Definition: entryinternal.cpp:139
void setPreviewImage(const QImage &image, PreviewType type=PreviewSmall1)
Definition: entryinternal.cpp:279
void setDonationLink(const QString &link)
Definition: entryinternal.cpp:319
void clearDownloadLinkInformation()
Definition: entryinternal.cpp:412
void setPreviewUrl(const QString &url, PreviewType type=PreviewSmall1)
Sets the object's preview file, if available.
Definition: entryinternal.cpp:269
QStringList installedFiles() const
Retrieve the locally installed files.
Definition: entryinternal.cpp:382
QString previewUrl(PreviewType type=PreviewSmall1) const
Retrieve the file name of an image containing a preview of the object.
Definition: entryinternal.cpp:264
void setNumberKnowledgebaseEntries(int num)
Definition: entryinternal.cpp:328
void setName(const QString &name)
Sets the name for this data object.
Definition: entryinternal.cpp:129
void setStatus(Entry::Status status)
Returns the checksum for the entry.
Definition: entryinternal.cpp:372
void setRating(int rating)
Sets the rating between 0 (worst) and 100 (best).
Definition: entryinternal.cpp:289
QDate releaseDate() const
Retrieve the date of the object's publication.
Definition: entryinternal.cpp:224
QString providerId() const
The id of the provider this entry belongs to.
Definition: entryinternal.cpp:144
int rating() const
Retrieve the rating for the object, which has been determined by its users and thus might change over...
Definition: entryinternal.cpp:284
QString summary() const
Retrieve a short description about the object.
Definition: entryinternal.cpp:194
QImage previewImage(PreviewType type=PreviewSmall1) const
This will not be loaded automatically, instead use Engine to load the actual images.
Definition: entryinternal.cpp:274
int numberKnowledgebaseEntries() const
Definition: entryinternal.cpp:324
void setKnowledgebaseLink(const QString &link)
Definition: entryinternal.cpp:337
void setInstalledFiles(const QStringList &files)
Set the files that have been installed by the install command.
Definition: entryinternal.cpp:377
void setLicense(const QString &license)
Sets the license (abbreviation) applicable to the object.
Definition: entryinternal.cpp:189
QStringList uninstalledFiles() const
Retrieve the locally uninstalled files.
Definition: entryinternal.cpp:392
void setChangelog(const QString &changelog)
The user written changelog.
Definition: entryinternal.cpp:204
QList< DownloadLinkInformation > downloadLinkInformationList() const
Definition: entryinternal.cpp:402
void setCategory(const QString &category)
Sets the data category, e.g.
Definition: entryinternal.cpp:159
QDate updateReleaseDate() const
Retrieve the date of the newer version that is available as update.
Definition: entryinternal.cpp:244
EntryInternal & operator=(const EntryInternal &other)
Definition: entryinternal.cpp:99
Definition: atticaprovider.cpp:36
QString replaceBBCode(const QString &unformattedText)
function to remove bb code formatting that opendesktop sends
Definition: entryinternal.cpp:586
QString distributionType
Definition: entryinternal.h:82
QString descriptionLink
Definition: entryinternal.h:83
QString priceAmount
Definition: entryinternal.h:81
bool isDownloadtypeLink
Definition: entryinternal.h:85
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.