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