Engines
RssEngine Class Reference
This class can be used to fetch one or more rss feeds. More...
#include <rss.h>
Inheritance diagram for RssEngine:

Public Member Functions | |
RssEngine (QObject *parent, const QVariantList &args) | |
virtual | ~RssEngine () |
Protected Slots | |
void | processRss (Syndication::Loader *loader, Syndication::FeedPtr feed, Syndication::ErrorCode error) |
void | slotIconChanged (bool isHost, const QString &hostOrURL, const QString &iconName) |
void | timeout (const QString &source) |
Protected Member Functions | |
bool | sourceRequestEvent (const QString &name) |
bool | updateSourceEvent (const QString &name) |
Detailed Description
This class can be used to fetch one or more rss feeds.By requesting a datasource with the url's of one or more rss feeds separated by " ", you will receive a merged list containing the items of all feeds requested. This list is sorted by timestamp. This class also fetches the favicons from all requested feeds.
Definition at line 41 of file rss.h.
Constructor & Destructor Documentation
RssEngine::RssEngine | ( | QObject * | parent, | |
const QVariantList & | args | |||
) |
Member Function Documentation
void RssEngine::processRss | ( | Syndication::Loader * | loader, | |
Syndication::FeedPtr | feed, | |||
Syndication::ErrorCode | error | |||
) | [protected, slot] |
bool RssEngine::sourceRequestEvent | ( | const QString & | name | ) | [protected] |
void RssEngine::timeout | ( | const QString & | source | ) | [protected, slot] |
bool RssEngine::updateSourceEvent | ( | const QString & | name | ) | [protected] |
The documentation for this class was generated from the following files: