akregator/src

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NAkregator
 oNBackend
 |oCCategoryConvenience class to handle categories in the backend
 |oCStorageStorage is the main interface to the article archive
 |\CStorageDummyImplMetakit implementation of Storage interface
 oNFilters
 |oCArticleFilterArticle filter, basically a matcher and an action
 |oCAbstractMatcherAbstract base class for matchers, a matcher just takes an article and checks whether the article matches some criterion or not
 |oCArticleMatcherPowerful matcher supporting multiple criterions, which can be combined via logical OR or AND
 |\CCriterionCriterion for ArticleMatcher
 oNKBusyPtrConvenience functions
 oCAboutData
 oCActionManagerInterface for accessing actions, popup menus etc
 oCActionManagerImplAkregator-specific implementation of the ActionManager interface
 oCPartThis is a RSS Aggregator "Part"
 oCViewThis is the main widget of the view, containing tree view, article list, viewer etc
 oCArticleA proxy class for RSS::Article with some additional methods to assist sorting
 oCArticleInterceptorInterface for intercepting new articles which were just fetched before adding them to the archive
 oCArticleInterceptorManagerSingleton managing the interceptors
 oCArticleViewerThis HTML viewer is used to display articles
 oCFeedFeed
 oCFeedItemItem class corresponding to a Feed
 oCFeedListThe model of a feed tree, represents an OPML document
 oCFolderRepresents a folder (containing feeds and/or other folders)
 oCKCursorSaverSets a cursor and makes sure it's restored on destruction Create a KCursorSaver object when you want to set the cursor
 oCListTabWidgetA widget containing multiple list views, e.g
 oCMainWindowThis is the application "Shell"
 oCNotificationManagerThis class collects notification requests (new articles etc.) and processes them using KNotify
 oCProgressManagerThis class manages the progress items for all feeds
 oCProgressItemHandlerThis class handles the creation and deletion of progress items for one feed
 oCSelectNodeDialogA 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
 oCTagActionKToggleAction for assigning and removing tags
 oCTagSetSet of tags (see Tag) In an application, there is usually one central tag set that is used
 oCTreeNodeAbstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search folders later)
 \CTreeNodeItemAbstract base class for all items in the feeds tree