akregator/src
Akregator Namespace Reference
Classes | |
class | AboutData |
More... |
|
class | ActionManager |
interface for accessing actions, popup menus etc. More... | |
class | ActionManagerImpl |
Akregator-specific implementation of the ActionManager interface. More... | |
class | AddFeedWidget |
class | AddFeedDialog |
class | AddFeedWidgetBase |
class | BrowserExtension |
class | Part |
This is a RSS Aggregator "Part". More... | |
class | AkregatorPartIface |
class | BrowserRun |
class | View |
This is the main widget of the view, containing tree view, article list, viewer etc. More... | |
class | Settings |
class | Article |
A proxy class for RSS::Article with some additional methods to assist sorting. More... | |
class | ArticleInterceptor |
Interface for intercepting new articles which were just fetched before adding them to the archive. More... | |
class | ArticleInterceptorManager |
Singleton managing the interceptors. More... | |
class | ArticleListView |
class | ArticleViewer |
This HTML viewer is used to display articles. More... | |
class | ConfigDialog |
struct | ArticleDragItem |
class | ArticleDrag |
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 | NodeListView |
class | TagNodeListView |
class | FetchQueue |
class | Folder |
Represents a folder (containing feeds and/or other folders). More... | |
class | FolderItem |
class | Frame |
class | KCursorSaver |
sets a cursor and makes sure it's restored on destruction Create a KCursorSaver object when you want to set the cursor. More... | |
class | Kernel |
class | ListTabWidget |
A widget containing multiple list views, e.g. More... | |
class | BrowserInterface |
class | MainWindow |
This is the application "Shell".Application Shell. More... | |
class | NodeList |
class | NotificationManager |
this class collects notification requests (new articles etc. More... | |
class | PageViewer |
class | Plugin |
class | PluginManager |
class | ProgressManager |
This class manages the progress items for all feeds. More... | |
class | ProgressItemHandler |
this class handles the creation and deletion of progress items for one feed. More... | |
class | FeedPropertiesWidget |
class | FeedPropertiesDialog |
class | FeedPropertiesWidgetBase |
class | SearchBar |
class | SettingsAdvanced |
class | SettingsAdvancedBase |
class | SettingsAppearance |
class | SettingsArchive |
class | SettingsBrowser |
class | SettingsGeneral |
struct | Shared |
class | 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. More... | |
class | SimpleNodeSelector |
class | SpeechClient |
class | TabWidget |
class | TagAction |
a KToggleAction for assigning and removing tags. More... | |
class | TagFolder |
class | TagFolderItem |
class | TagNode |
class | TagNodeItem |
class | TagNodeList |
class | TagPropertiesDialog |
class | TagSet |
represents a set of tags (see Tag) In an application, there is usually one central tag set that is used. More... | |
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 |
class | Viewer |
Namespaces | |
namespace | Backend |
namespace | Filters |
namespace | KBusyPtr |
Typedefs | |
typedef KParts::GenericFactory< Part > | AkregatorFactory |
typedef KParts::ReadOnlyPart | MyBasePart |
Functions | |
K_EXPORT_COMPONENT_FACTORY (libakregatorpart, AkregatorFactory) BrowserExtension | |
static QString | getMyHostName () |
static QString | directionOf (const QString &str) |
Variables | |
static KCmdLineOptions | akregator_options [] |
static const char *const | AkregatorPartIface_ftable [8][3] |
static const int | AkregatorPartIface_ftable_hiddens [7] |
KStaticDeleter< ArticleInterceptorManager > | interceptormanagersd |
static KStaticDeleter< FeedIconManager > | feediconmanagersd |
static const char *const | FeedIconManager_ftable [2][3] |
static const int | FeedIconManager_ftable_hiddens [1] |
static KStaticDeleter< Kernel > | kernelsd |
static KStaticDeleter< NotificationManager > | notificationmanagersd |
static KStaticDeleter< ProgressManager > | progressmanagersd |
static KStaticDeleter< SpeechClient > | speechclsd |
Variable Documentation
KCmdLineOptions Akregator::akregator_options[] [static] |
Initial value:
{ { "a", 0, 0 }, { "addfeed <url>", I18N_NOOP( "Add a feed with the given URL" ), 0}, { "g", 0, 0 }, { "group <groupname>", I18N_NOOP( "When adding feeds, place them in this group" ), I18N_NOOP("Imported") }, { "hide-mainwindow", I18N_NOOP( "Hide main window on startup" ), 0}, KCmdLineLastOption }
Definition at line 33 of file akregator_options.h.
const char* const Akregator::AkregatorPartIface_ftable[8][3] [static] |
Initial value:
{ { "void", "openStandardFeedList()", "openStandardFeedList()" }, { "void", "fetchFeedUrl(QString)", "fetchFeedUrl(QString)" }, { "void", "fetchAllFeeds()", "fetchAllFeeds()" }, { "void", "saveSettings()", "saveSettings()" }, { "void", "addFeedsToGroup(QStringList,QString)", "addFeedsToGroup(QStringList,QString)" }, { "void", "exportFile(KURL)", "exportFile(KURL url)" }, { "void", "addFeed()", "addFeed()" }, { 0, 0, 0 } }
Definition at line 15 of file akregator_partiface_skel.cpp.
const int Akregator::AkregatorPartIface_ftable_hiddens[7] [static] |
const char* const Akregator::FeedIconManager_ftable[2][3] [static] |
Initial value:
{ { "void", "slotIconChanged(bool,QString,QString)", "slotIconChanged(bool,QString,QString)" }, { 0, 0, 0 } }
Definition at line 15 of file feediconmanager_skel.cpp.
const int Akregator::FeedIconManager_ftable_hiddens[1] [static] |