akregator
Akregator::LoadFeedListCommand Class Reference
#include <loadfeedlistcommand.h>
Inheritance diagram for Akregator::LoadFeedListCommand:

Signals | |
| void | result (const boost::shared_ptr< Akregator::FeedList > &feedList) |
Signals inherited from Akregator::Command | |
| void | finished () |
| void | progress (int percent, const QString &msg) |
| void | started () |
Public Member Functions | |
| LoadFeedListCommand (QObject *parent=0) | |
| ~LoadFeedListCommand () | |
| void | setDefaultFeedList (const QDomDocument &doc) |
| void | setFileName (const QString &fileName) |
| void | setStorage (Backend::Storage *storage) |
Public Member Functions inherited from Akregator::Command | |
| Command (QObject *parent=0) | |
| virtual | ~Command () |
| void | abort () |
| QWidget * | parentWidget () const |
| void | setParentWidget (QWidget *parentWidget) |
| void | start () |
| void | waitForFinished () |
Additional Inherited Members | |
Protected Member Functions inherited from Akregator::Command | |
| void | done () |
Detailed Description
Definition at line 42 of file loadfeedlistcommand.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 98 of file loadfeedlistcommand.cpp.
| LoadFeedListCommand::~LoadFeedListCommand | ( | ) |
Definition at line 101 of file loadfeedlistcommand.cpp.
Member Function Documentation
|
signal |
| void LoadFeedListCommand::setDefaultFeedList | ( | const QDomDocument & | doc | ) |
Definition at line 108 of file loadfeedlistcommand.cpp.
| void LoadFeedListCommand::setFileName | ( | const QString & | fileName | ) |
Definition at line 105 of file loadfeedlistcommand.cpp.
| void LoadFeedListCommand::setStorage | ( | Backend::Storage * | storage | ) |
Definition at line 112 of file loadfeedlistcommand.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Signals inherited from