feedlist.h
A proxy class for RSS::Article with some additional methods to assist sorting.
Definition: article.h:58
virtual bool readFromXML(const TQDomDocument &doc)
reads an OPML document and appends the items to this list
Definition: feedlist.cpp:145
Feed * findByURL(const TQString &feedURL) const
returns a feed object for a given feed URL.
Definition: feedlist.cpp:204
void append(FeedList *list, Folder *parent=0, TreeNode *after=0)
appends another feed list as sub tree.
Definition: feedlist.cpp:219
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
Definition: treenode.h:52