akregator/src
Akregator::Part Class Reference
#include <akregator_part.h>
Inheritance diagram for Akregator::Part:

Detailed Description
This is a RSS Aggregator "Part".It does all the real work. It is also embeddable into other applications (e.g. for use in Kontact).
Definition at line 77 of file akregator_part.h.
Public Types | |
typedef MyBasePart | inherited |
Public Slots | |
virtual void | saveSettings () |
void | slotSaveFeedList () |
void | fileImport () |
void | fileExport () |
void | fileGetFeeds () |
void | fileSendLink () |
void | fileSendFile () |
void | fileSendArticle (bool attach=false) |
void | showOptions () |
void | showKNotifyOptions () |
Signals | |
void | showPart () |
void | signalSettingsChanged () |
Public Member Functions | |
Part (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const QStringList &) | |
virtual | ~Part () |
virtual bool | openURL (const KURL &url) |
virtual void | openStandardFeedList () |
virtual void | fetchFeedUrl (const QString &) |
virtual void | fetchAllFeeds () |
virtual void | addFeedsToGroup (const QStringList &urls, const QString &group) |
virtual void | addFeed () |
virtual void | readProperties (KConfig *config) |
virtual void | saveProperties (KConfig *config) |
virtual bool | mergePart (KParts::Part *) |
void | loadTagSet (const QString &path) |
void | saveTagSet (const QString &path) |
Static Public Member Functions | |
static KAboutData * | createAboutData () |
Protected Slots | |
void | slotOnShutdown () |
void | slotSettingsChanged () |
Protected Member Functions | |
virtual bool | isTrayIconEnabled () const |
void | loadPlugins () |
virtual bool | openFile () |
void | importFile (const KURL &url) |
void | exportFile (const KURL &url) |
QWidget * | getMainWindow () |
virtual KParts::Part * | hitTest (QWidget *widget, const QPoint &globalPos) |
virtual void | partActivateEvent (KParts::PartActivateEvent *event) |
Constructor & Destructor Documentation
|
Default constructor.
Definition at line 119 of file akregator_part.cpp. |
|
Destructor.
Definition at line 301 of file akregator_part.cpp. |
Member Function Documentation
|
Add a feed to a group.
Implements Akregator::AkregatorPartIface. Definition at line 759 of file akregator_part.cpp. |
|
Create KAboutData for this KPart.
Definition at line 774 of file akregator_part.cpp. |
|
Fetch all feeds in the feed tree.
Implements Akregator::AkregatorPartIface. Definition at line 749 of file akregator_part.cpp. |
|
FIXME: hack to get the tray icon working.
Definition at line 537 of file akregator_part.cpp. |
|
Definition at line 505 of file akregator_part.cpp. |
|
loads all Akregator plugins
Definition at line 238 of file akregator_part.cpp. |
|
merges a nested part's GUI into the gui of this part
Definition at line 510 of file akregator_part.cpp. |
|
This must be implemented by each part.
Definition at line 398 of file akregator_part.cpp. |
|
Opens standard feedlist.
Implements Akregator::AkregatorPartIface. Definition at line 335 of file akregator_part.cpp. |
|
Opens feedlist.
Definition at line 329 of file akregator_part.cpp. |
|
reimplemented to load/unload the merged parts on selection/deselection
Definition at line 801 of file akregator_part.cpp. |
|
This method is called when this app is restored. The KConfig object points to the session management config file that was saved with saveProperties Calls AkregatorView's saveProperties. Definition at line 311 of file akregator_part.cpp. |
|
This method is called when it is time for the app to save its properties for session management purposes. Calls AkregatorView's readProperties. Definition at line 320 of file akregator_part.cpp. |
|
Used to save settings after changing them from configuration dialog. Calls AkregatorPart's saveSettings. Implements Akregator::AkregatorPartIface. Definition at line 295 of file akregator_part.cpp. |
|
Shows configuration dialog.
Definition at line 786 of file akregator_part.cpp. |
|
Saves the standard feed list to it's default location.
Definition at line 467 of file akregator_part.cpp. |
The documentation for this class was generated from the following files: