akregator
Akregator::ImportFeedListCommand Class Reference
#include <importfeedlistcommand.h>
Inheritance diagram for Akregator::ImportFeedListCommand:

Public Types | |
| enum | RootFolderOption { None, Auto, Ask } |
Public Member Functions | |
| ImportFeedListCommand (QObject *parent=0) | |
| ~ImportFeedListCommand () | |
| void | setFeedListDocument (const QDomDocument &doc) |
| void | setImportedRootFolderName (const QString &defaultName) |
| void | setImportedRootFolderOption (RootFolderOption opt) |
| void | setTargetList (const boost::weak_ptr< FeedList > &feedList) |
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 | |
Signals inherited from Akregator::Command | |
| void | finished () |
| void | progress (int percent, const QString &msg) |
| void | started () |
Protected Member Functions inherited from Akregator::Command | |
| void | done () |
Detailed Description
Definition at line 38 of file importfeedlistcommand.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| None | |
| Auto | |
| Ask | |
Definition at line 48 of file importfeedlistcommand.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 121 of file importfeedlistcommand.cpp.
| ImportFeedListCommand::~ImportFeedListCommand | ( | ) |
Definition at line 125 of file importfeedlistcommand.cpp.
Member Function Documentation
| void ImportFeedListCommand::setFeedListDocument | ( | const QDomDocument & | doc | ) |
Definition at line 143 of file importfeedlistcommand.cpp.
| void ImportFeedListCommand::setImportedRootFolderName | ( | const QString & | defaultName | ) |
Definition at line 139 of file importfeedlistcommand.cpp.
| void ImportFeedListCommand::setImportedRootFolderOption | ( | RootFolderOption | opt | ) |
Definition at line 135 of file importfeedlistcommand.cpp.
| void ImportFeedListCommand::setTargetList | ( | const boost::weak_ptr< FeedList > & | feedList | ) |
Definition at line 130 of file importfeedlistcommand.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
Public Member Functions inherited from