akregator/src

Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CAkregator::AboutData
 CAkregator::Filters::AbstractMatcherAbstract base class for matchers, a matcher just takes an article and checks whether the article matches some criterion or not
 CAkregator::Filters::ArticleMatcherPowerful matcher supporting multiple criterions, which can be combined via logical OR or AND
 CAkregator::ActionManagerInterface for accessing actions, popup menus etc
 CAkregator::ActionManagerImplAkregator-specific implementation of the ActionManager interface
 CAkregator::ArticleA proxy class for RSS::Article with some additional methods to assist sorting
 CAkregator::Filters::ArticleFilterArticle filter, basically a matcher and an action
 CAkregator::ArticleInterceptorInterface for intercepting new articles which were just fetched before adding them to the archive
 CAkregator::ArticleInterceptorManagerSingleton managing the interceptors
 CAkregator::ArticleViewerThis HTML viewer is used to display articles
 CAkregator::Backend::CategoryConvenience class to handle categories in the backend
 CAkregator::Filters::CriterionCriterion for ArticleMatcher
 CAkregator::FeedListThe model of a feed tree, represents an OPML document
 CAkregator::KCursorSaverSets a cursor and makes sure it's restored on destruction Create a KCursorSaver object when you want to set the cursor
 CAkregator::ListTabWidgetA widget containing multiple list views, e.g
 CAkregator::MainWindowThis is the application "Shell"
 CAkregator::NotificationManagerThis class collects notification requests (new articles etc.) and processes them using KNotify
 CAkregator::PartThis is a RSS Aggregator "Part"
 CAkregator::ProgressItemHandlerThis class handles the creation and deletion of progress items for one feed
 CAkregator::ProgressManagerThis class manages the progress items for all feeds
 CAkregator::SelectNodeDialogA dialog with a simple listview displaying a feed list for selection purposes Use this dialog if you want the user to select a node from the feed list where FeedListView is inappropriate (e.g
 CAkregator::Backend::StorageStorage is the main interface to the article archive
 CAkregator::Backend::StorageDummyImplMetakit implementation of Storage interface
 CAkregator::TagActionTDEToggleAction for assigning and removing tags
 CAkregator::TagSetSet of tags (see Tag) In an application, there is usually one central tag set that is used
 CAkregator::TreeNodeAbstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search folders later)
 CAkregator::FeedFeed
 CAkregator::FolderRepresents a folder (containing feeds and/or other folders)
 CAkregator::TreeNodeItemAbstract base class for all items in the feeds tree
 CAkregator::FeedItemItem class corresponding to a Feed
 CAkregator::ViewThis is the main widget of the view, containing tree view, article list, viewer etc