KNewStuff
KNS::Feed Class Reference
#include <feed.h>
Public Member Functions | |
Feed () | |
~Feed () | |
void | addEntry (Entry *entry) |
KTranslatable | description () const |
Entry::List | entries () const |
KUrl | feedUrl () const |
KTranslatable | name () const |
void | removeEntry (Entry *entry) |
void | setDescription (const KTranslatable &type) |
void | setFeedUrl (const KUrl &feedurl) |
void | setName (const KTranslatable &name) |
Detailed Description
KNewStuff feed.
A feed represents a collection of entries for download. One or more feeds are offered by a provider, each of which has a different characteristics. Usually, GHNS providers offer three feeds, for the most popular, highest rated and latest entries. Simple providers might offer no special feeds at all, only one default feed will be available in this case. Entries might appear in different feeds at the same time.
Constructor & Destructor Documentation
Member Function Documentation
void Feed::addEntry | ( | Entry * | entry | ) |
KTranslatable Feed::description | ( | ) | const |
Entry::List Feed::entries | ( | ) | const |
KUrl Feed::feedUrl | ( | ) | const |
KTranslatable Feed::name | ( | ) | const |
void Feed::removeEntry | ( | Entry * | entry | ) |
void Feed::setDescription | ( | const KTranslatable & | type | ) |
void Feed::setFeedUrl | ( | const KUrl & | feedurl | ) |
void Feed::setName | ( | const KTranslatable & | name | ) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.