akregator/src

Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCAkregator::AboutData
oCAkregator::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
oCAkregator::ActionManagerInterface for accessing actions, popup menus etc
|\CAkregator::ActionManagerImplAkregator-specific implementation of the ActionManager interface
oCAkregator::ArticleA proxy class for RSS::Article with some additional methods to assist sorting
oCAkregator::Filters::ArticleFilterArticle filter, basically a matcher and an action
oCAkregator::ArticleInterceptorInterface for intercepting new articles which were just fetched before adding them to the archive
oCAkregator::ArticleInterceptorManagerSingleton managing the interceptors
oCAkregator::ArticleViewerThis HTML viewer is used to display articles
oCAkregator::Backend::CategoryConvenience class to handle categories in the backend
oCAkregator::Filters::CriterionCriterion for ArticleMatcher
oCAkregator::FeedListThe model of a feed tree, represents an OPML document
oCAkregator::KCursorSaverSets a cursor and makes sure it's restored on destruction Create a KCursorSaver object when you want to set the cursor
oCAkregator::ListTabWidgetA widget containing multiple list views, e.g
oCAkregator::MainWindowThis is the application "Shell"
oCAkregator::NotificationManagerThis class collects notification requests (new articles etc.) and processes them using KNotify
oCAkregator::PartThis is a RSS Aggregator "Part"
oCAkregator::ProgressItemHandlerThis class handles the creation and deletion of progress items for one feed
oCAkregator::ProgressManagerThis class manages the progress items for all feeds
oCAkregator::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
oCAkregator::Backend::StorageStorage is the main interface to the article archive
|\CAkregator::Backend::StorageDummyImplMetakit implementation of Storage interface
oCAkregator::TagActionTDEToggleAction for assigning and removing tags
oCAkregator::TagSetSet of tags (see Tag) In an application, there is usually one central tag set that is used
oCAkregator::TreeNodeAbstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search folders later)
|oCAkregator::FeedFeed
|\CAkregator::FolderRepresents a folder (containing feeds and/or other folders)
oCAkregator::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