akregator
#include <akregator_part.h>
Inherits ReadOnlyPart.
Public Types | |
typedef KParts::ReadOnlyPart | inherited |
Public Slots | |
void | fileExport () |
void | fileImport () |
void | saveSettings () |
void | showNotificationOptions () |
void | showOptions () |
void | slotAutoSave () |
void | slotSaveFeedList () |
Signals | |
void | signalArticlesSelected (const QList< Akregator::Article > &) |
void | signalSettingsChanged () |
Public Member Functions | |
Part (QWidget *parentWidget, QObject *parent, const QVariantList &) | |
~Part () | |
void | addFeed () |
void | addFeedsToGroup (const QStringList &urls, const QString &group) |
void | exportFile (const KUrl &url) |
void | fetchAllFeeds () |
void | fetchFeedUrl (const QString &) |
bool | handleCommandLine () |
void | openStandardFeedList () |
bool | openUrl (const KUrl &url) |
virtual void | readProperties (const KConfigGroup &config) |
virtual void | saveProperties (KConfigGroup &config) |
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 76 of file akregator_part.h.
Member Typedef Documentation
typedef KParts::ReadOnlyPart Akregator::Part::inherited |
Definition at line 80 of file akregator_part.h.
Constructor & Destructor Documentation
Default constructor.
Definition at line 201 of file akregator_part.cpp.
Akregator::Part::~Part | ( | ) |
Destructor.
Definition at line 391 of file akregator_part.cpp.
Member Function Documentation
void Akregator::Part::addFeed | ( | ) |
Definition at line 619 of file akregator_part.cpp.
void Akregator::Part::addFeedsToGroup | ( | const QStringList & | urls, |
const QString & | group | ||
) |
Add a feed to a group.
- Parameters
-
url The URL of the feed 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 609 of file akregator_part.cpp.
void Akregator::Part::exportFile | ( | const KUrl & | url | ) |
Definition at line 544 of file akregator_part.cpp.
void Akregator::Part::fetchAllFeeds | ( | ) |
Fetch all feeds in the feed tree.
Definition at line 599 of file akregator_part.cpp.
void Akregator::Part::fetchFeedUrl | ( | const QString & | s | ) |
Definition at line 604 of file akregator_part.cpp.
|
slot |
Definition at line 589 of file akregator_part.cpp.
|
slot |
Definition at line 579 of file akregator_part.cpp.
bool Akregator::Part::handleCommandLine | ( | ) |
Definition at line 735 of file akregator_part.cpp.
void Akregator::Part::openStandardFeedList | ( | ) |
Opens standard feedlist.
Definition at line 424 of file akregator_part.cpp.
bool Akregator::Part::openUrl | ( | const KUrl & | url | ) |
|
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 Akregator MainWidget's readProperties.
Definition at line 400 of file akregator_part.cpp.
|
virtual |
This method is called when it is time for the app to save its properties for session management purposes.
Calls Akregator MainWidget's saveProperties.
Definition at line 409 of file akregator_part.cpp.
|
slot |
Used to save settings after changing them from configuration dialog.
Calls AkregatorPart's saveSettings.
Definition at line 386 of file akregator_part.cpp.
|
slot |
Definition at line 624 of file akregator_part.cpp.
|
slot |
Shows configuration dialog.
Definition at line 630 of file akregator_part.cpp.
|
signal |
|
signal |
|
slot |
Call to auto save.
Definition at line 810 of file akregator_part.cpp.
|
slot |
Saves the standard feed list to it's default location.
Definition at line 479 of file akregator_part.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.