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 77 of file akregator_part.h.
Member Typedef Documentation
typedef KParts::ReadOnlyPart Akregator::Part::inherited |
Definition at line 81 of file akregator_part.h.
Constructor & Destructor Documentation
Default constructor.
Definition at line 200 of file akregator_part.cpp.
Akregator::Part::~Part | ( | ) |
Destructor.
Definition at line 390 of file akregator_part.cpp.
Member Function Documentation
void Akregator::Part::addFeed | ( | ) |
Definition at line 621 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 611 of file akregator_part.cpp.
void Akregator::Part::exportFile | ( | const KUrl & | url | ) |
Definition at line 546 of file akregator_part.cpp.
void Akregator::Part::fetchAllFeeds | ( | ) |
Fetch all feeds in the feed tree.
Definition at line 601 of file akregator_part.cpp.
void Akregator::Part::fetchFeedUrl | ( | const QString & | s | ) |
Definition at line 606 of file akregator_part.cpp.
|
slot |
Definition at line 591 of file akregator_part.cpp.
|
slot |
Definition at line 581 of file akregator_part.cpp.
bool Akregator::Part::handleCommandLine | ( | ) |
Definition at line 737 of file akregator_part.cpp.
void Akregator::Part::openStandardFeedList | ( | ) |
Opens standard feedlist.
Definition at line 426 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 402 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 411 of file akregator_part.cpp.
|
slot |
Used to save settings after changing them from configuration dialog.
Calls AkregatorPart's saveSettings.
Definition at line 385 of file akregator_part.cpp.
|
slot |
Definition at line 626 of file akregator_part.cpp.
|
slot |
Shows configuration dialog.
Definition at line 632 of file akregator_part.cpp.
|
signal |
|
signal |
|
slot |
Call to auto save.
Definition at line 812 of file akregator_part.cpp.
|
slot |
Saves the standard feed list to it's default location.
Definition at line 481 of file akregator_part.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.