akregator
Akregator Namespace Reference
Classes | |
| class | AboutData |
|
More... | |
| class | AbstractSelectionController |
| class | ActionManager |
| interface for accessing actions, popup menus etc. More... | |
| class | ActionManagerImpl |
| Akregator-specific implementation of the ActionManager interface. More... | |
| class | AddFeedDialog |
| class | AddFeedWidget |
| class | Article |
| A proxy class for Syndication::ItemPtr with some additional methods to assist sorting. More... | |
| class | ArticleDeleteJob |
| class | ArticleFormatter |
| struct | ArticleId |
| class | ArticleLister |
| class | ArticleListView |
| class | ArticleModel |
| class | ArticleModifyJob |
| class | ArticleViewer |
| class | ArticleViewerPart |
| class | BrowserExtension |
| class | BrowserFrame |
| class | BrowserInterface |
| class | BrowserRun |
| class | Command |
| class | CreateFeedCommand |
| class | CreateFolderCommand |
| class | DefaultCombinedViewFormatter |
| class | DefaultNormalViewFormatter |
| class | DeleteSubscriptionCommand |
| class | DeleteSubscriptionJob |
| class | EditSubscriptionCommand |
| class | ExpireItemsCommand |
| class | FaviconListener |
| class | Feed |
| represents a feed More... | |
| class | FeedIconManager |
| class | FeedItem |
| the item class corresponding to a Feed More... | |
| class | FeedList |
| The model of a feed tree, represents an OPML document. More... | |
| class | FeedListManagementImpl |
| class | FeedListManagementInterface |
| class | FeedListView |
| class | FeedPropertiesDialog |
| class | FeedPropertiesWidget |
| class | FetchQueue |
| class | FilterColumnsProxyModel |
| class | FilterDeletedProxyModel |
| class | Folder |
| Represents a folder (containing feeds and/or other folders). More... | |
| class | FolderExpansionHandler |
| class | FolderItem |
| class | Frame |
| class | FrameManager |
| class | Kernel |
| class | MainFrame |
| class | MainWidget |
| This is the main widget of the view, containing tree view, article list, viewer etc. More... | |
| class | MainWindow |
| This is the application "Shell". More... | |
| class | MoveSubscriptionJob |
| class | NotificationManager |
| this class collects notification requests (new articles etc. More... | |
| class | OnlineSyncPlugin |
| class | OnlineSyncSettings |
| class | OpenUrlRequest |
| class | PageViewer |
| class | Part |
| This is a RSS Aggregator "Part". More... | |
| class | Plugin |
| class | PluginManager |
| class | ProgressItemHandler |
| this class handles the creation and deletion of progress items for one feed. More... | |
| class | ProgressManager |
| This class manages the progress items for all feeds. More... | |
| class | RenameSubscriptionJob |
| class | SearchBar |
| class | SelectionController |
| class | Settings |
| class | SettingsAdvanced |
| struct | Shared |
| class | SingleArticleDisplay |
| class | SortColorizeProxyModel |
| class | SpeechClient |
| class | SubscriptionLister |
| class | SubscriptionListModel |
| class | SubscriptionListView |
| class | TabWidget |
| class | TemporaryValue |
| class | TrayIcon |
| class | TreeNode |
| Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search folders later). More... | |
| class | TreeNodeItem |
| abstract base class for all items in the feeds tree More... | |
| class | TreeNodeVisitor |
| class | Utils |
Namespaces | |
| namespace | Backend |
| namespace | Filters |
Typedefs | |
| typedef QList < Akregator::ArticleId > | ArticleIdList |
Enumerations | |
| enum | ArticleStatus { Unread = 0, Read, New } |
Functions | |
| void | add (const SubscriptionList &list) |
| Akregator (QObject *p) | |
| static KCmdLineOptions | akregator_options () |
| static const KAboutData & | createAboutData () |
| QAction * | createOpenLinkInExternalBrowserAction (const KUrl &url, QObject *receiver, const char *slot, QObject *parent) |
| QAction * | createOpenLinkInNewTabAction (const KUrl &url, QObject *receiver, const char *slot, QObject *parent) |
| SubscriptionList | getSubscriptionList () const |
| K_PLUGIN_FACTORY (AkregatorFactory, registerPlugin< Part >();) K_EXPORT_PLUGIN(AkregatorFactory(createAboutData())) BrowserExtension | |
| void | load () |
| static QString | path_of_folder (const Folder *fol) |
| void | remove (const SubscriptionList &list) |
| void | sendSignalLoadDone () |
| void | update (const SubscriptionList &list) |
| ~Akregator () | |
Variables | |
| static K3StaticDeleter< Kernel > | kernelsd |
| static K3StaticDeleter < NotificationManager > | notificationmanagersd |
| static K3StaticDeleter < ProgressManager > | progressmanagersd |
| static K3StaticDeleter < SpeechClient > | speechclsd |
Typedef Documentation
Definition at line 49 of file articlejobs.h.
Enumeration Type Documentation
Function Documentation
| void Akregator::add | ( | const SubscriptionList & | list | ) |
Definition at line 60 of file akregator.cpp.
| Akregator::Akregator | ( | QObject * | p | ) |
Definition at line 12 of file akregator.cpp.
| static KCmdLineOptions Akregator::akregator_options | ( | ) | [static] |
Definition at line 33 of file akregator_options.h.
| static const KAboutData& Akregator::createAboutData | ( | ) | [static] |
Definition at line 74 of file akregator_part.cpp.
| QAction * Akregator::createOpenLinkInExternalBrowserAction | ( | const KUrl & | url, | |
| QObject * | receiver, | |||
| const char * | slot, | |||
| QObject * | parent | |||
| ) |
Definition at line 42 of file actions.cpp.
| QAction * Akregator::createOpenLinkInNewTabAction | ( | const KUrl & | url, | |
| QObject * | receiver, | |||
| const char * | slot, | |||
| QObject * | parent | |||
| ) |
Definition at line 33 of file actions.cpp.
| SubscriptionList Akregator::getSubscriptionList | ( | ) | const |
Definition at line 22 of file akregator.cpp.
| Akregator::K_PLUGIN_FACTORY | ( | AkregatorFactory | , | |
| registerPlugin< Part >(); | ||||
| ) |
Definition at line 80 of file akregator_part.cpp.
| void Akregator::load | ( | ) |
Definition at line 28 of file akregator.cpp.
| static QString Akregator::path_of_folder | ( | const Folder * | fol | ) | [static] |
Definition at line 489 of file feedlist.cpp.
| void Akregator::remove | ( | const SubscriptionList & | list | ) |
Definition at line 110 of file akregator.cpp.
| void Akregator::sendSignalLoadDone | ( | ) |
Definition at line 55 of file akregator.cpp.
| void Akregator::update | ( | const SubscriptionList & | list | ) |
Definition at line 102 of file akregator.cpp.
| Akregator::~Akregator | ( | ) |
Definition at line 17 of file akregator.cpp.
Variable Documentation
K3StaticDeleter<Kernel> Akregator::kernelsd [static] |
Definition at line 37 of file kernel.cpp.
K3StaticDeleter<NotificationManager> Akregator::notificationmanagersd [static] |
Definition at line 132 of file notificationmanager.cpp.
K3StaticDeleter<ProgressManager> Akregator::progressmanagersd [static] |
Definition at line 52 of file progressmanager.cpp.
K3StaticDeleter<SpeechClient> Akregator::speechclsd [static] |
Definition at line 52 of file speechclient.cpp.
KDE 4.2 API Reference