Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
CAkregator::AboutData | |
▼CAkregator::Filters::AbstractMatcher | Abstract base class for matchers, a matcher just takes an article and checks whether the article matches some criterion or not |
CAkregator::Filters::ArticleMatcher | Powerful matcher supporting multiple criterions, which can be combined via logical OR or AND |
▼CAkregator::ActionManager | Interface for accessing actions, popup menus etc |
CAkregator::ActionManagerImpl | Akregator-specific implementation of the ActionManager interface |
CAkregator::Article | A proxy class for RSS::Article with some additional methods to assist sorting |
CAkregator::Filters::ArticleFilter | Article filter, basically a matcher and an action |
CAkregator::ArticleInterceptor | Interface for intercepting new articles which were just fetched before adding them to the archive |
CAkregator::ArticleInterceptorManager | Singleton managing the interceptors |
CAkregator::ArticleViewer | This HTML viewer is used to display articles |
CAkregator::Backend::Category | Convenience class to handle categories in the backend |
CAkregator::Filters::Criterion | Criterion for ArticleMatcher |
CAkregator::FeedList | The model of a feed tree, represents an OPML document |
CAkregator::KCursorSaver | Sets a cursor and makes sure it's restored on destruction Create a KCursorSaver object when you want to set the cursor |
CAkregator::ListTabWidget | A widget containing multiple list views, e.g |
CAkregator::MainWindow | This is the application "Shell" |
CAkregator::NotificationManager | This class collects notification requests (new articles etc.) and processes them using KNotify |
CAkregator::Part | This is a RSS Aggregator "Part" |
CAkregator::ProgressItemHandler | This class handles the creation and deletion of progress items for one feed |
CAkregator::ProgressManager | This class manages the progress items for all feeds |
CAkregator::SelectNodeDialog | A 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::Storage | Storage is the main interface to the article archive |
CAkregator::Backend::StorageDummyImpl | Metakit implementation of Storage interface |
CAkregator::TagAction | TDEToggleAction for assigning and removing tags |
CAkregator::TagSet | Set of tags (see Tag) In an application, there is usually one central tag set that is used |
▼CAkregator::TreeNode | Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search folders later) |
CAkregator::Feed | Feed |
CAkregator::Folder | Represents a folder (containing feeds and/or other folders) |
▼CAkregator::TreeNodeItem | Abstract base class for all items in the feeds tree |
CAkregator::FeedItem | Item class corresponding to a Feed |
CAkregator::View | This is the main widget of the view, containing tree view, article list, viewer etc |