akregator/src
Akregator::Part Class Reference
This is a RSS Aggregator "Part". More...
#include <akregator_part.h>
Inherits MyBasePart, and Akregator::AkregatorPartIface.
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 (TQWidget *parentWidget, const char *widgetName, TQObject *parent, const char *name, const TQStringList &) | |
virtual | ~Part () |
virtual bool | openURL (const KURL &url) |
virtual void | openStandardFeedList () |
virtual void | fetchFeedUrl (const TQString &) |
virtual void | fetchAllFeeds () |
virtual void | addFeedsToGroup (const TQStringList &urls, const TQString &group) |
virtual void | addFeed () |
virtual void | readProperties (KConfig *config) |
virtual void | saveProperties (KConfig *config) |
virtual bool | mergePart (KParts::Part *) |
void | loadTagSet (const TQString &path) |
void | saveTagSet (const TQString &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) |
TQWidget * | getMainWindow () |
virtual KParts::Part * | hitTest (TQWidget *widget, const TQPoint &globalPos) |
virtual void | partActivateEvent (KParts::PartActivateEvent *event) |
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.
Constructor & Destructor Documentation
Akregator::Part::Part | ( | TQWidget * | parentWidget, | |
const char * | widgetName, | |||
TQObject * | parent, | |||
const char * | name, | |||
const TQStringList & | ||||
) |
Akregator::Part::~Part | ( | ) | [virtual] |
Member Function Documentation
KAboutData * Akregator::Part::createAboutData | ( | ) | [static] |
bool Akregator::Part::openURL | ( | const KURL & | url | ) | [virtual] |
void Akregator::Part::openStandardFeedList | ( | ) | [virtual] |
void Akregator::Part::fetchAllFeeds | ( | ) | [virtual] |
void Akregator::Part::addFeedsToGroup | ( | const TQStringList & | urls, | |
const TQString & | group | |||
) | [virtual] |
Add a feed to a group.
- Parameters:
-
urls The URL(s) of the feed(s) to add. group The name of the folder into which the feed is added. If the group does not exist, it is created. The feed is added as the last member of the group.
Definition at line 759 of file akregator_part.cpp.
void Akregator::Part::readProperties | ( | KConfig * | config | ) | [virtual] |
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.
void Akregator::Part::saveProperties | ( | KConfig * | config | ) | [virtual] |
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.
bool Akregator::Part::mergePart | ( | KParts::Part * | part | ) | [virtual] |
merges a nested part's GUI into the gui of this part
- Returns:
- true iff merging was successful, i.e. the GUI factory was not NULL
Definition at line 510 of file akregator_part.cpp.
void Akregator::Part::saveSettings | ( | ) | [virtual, slot] |
Used to save settings after changing them from configuration dialog.
Calls AkregatorPart's saveSettings.
Definition at line 295 of file akregator_part.cpp.
void Akregator::Part::slotSaveFeedList | ( | ) | [slot] |
Saves the standard feed list to it's default location.
Definition at line 467 of file akregator_part.cpp.
void Akregator::Part::showOptions | ( | ) | [slot] |
bool Akregator::Part::isTrayIconEnabled | ( | ) | const [protected, virtual] |
void Akregator::Part::loadPlugins | ( | ) | [protected] |
bool Akregator::Part::openFile | ( | ) | [protected, virtual] |
TQWidget * Akregator::Part::getMainWindow | ( | ) | [protected] |
void Akregator::Part::partActivateEvent | ( | KParts::PartActivateEvent * | event | ) | [protected, virtual] |
reimplemented to load/unload the merged parts on selection/deselection
Definition at line 801 of file akregator_part.cpp.
The documentation for this class was generated from the following files: