akregator/src

Akregator Namespace Reference


Classes

class  AboutData
 
Author:
Teemu Rytilahti
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  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  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
class  Kernel
class  ListTabWidget
 A widget containing multiple list views, e.g. More...
class  BrowserInterface
class  MainWindow
 This is the 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  SearchBar
class  SettingsAdvanced
struct  Shared
class  SelectNodeDialog
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
class  TrayIcon
class  TreeNode
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 []
KStaticDeleter
< ArticleInterceptorManager
interceptormanagersd
static
KStaticDeleter
< FeedIconManager
feediconmanagersd
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.

KDE Home | KDE Accessibility Home | Description of Access Keys