akregator
Akregator::DeleteSubscriptionCommand Class Reference
#include <deletesubscriptioncommand.h>
Inheritance diagram for Akregator::DeleteSubscriptionCommand:

Public Member Functions | |
| DeleteSubscriptionCommand (QObject *parent=0) | |
| ~DeleteSubscriptionCommand () | |
| boost::weak_ptr< FeedList > | feedList () const |
| void | setSubscription (const boost::weak_ptr< FeedList > &feedList, int subId) |
| int | subscriptionId () const |
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 deletesubscriptioncommand.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 139 of file deletesubscriptioncommand.cpp.
| DeleteSubscriptionCommand::~DeleteSubscriptionCommand | ( | ) |
Definition at line 143 of file deletesubscriptioncommand.cpp.
Member Function Documentation
| weak_ptr< FeedList > DeleteSubscriptionCommand::feedList | ( | ) | const |
Definition at line 159 of file deletesubscriptioncommand.cpp.
| void DeleteSubscriptionCommand::setSubscription | ( | const boost::weak_ptr< FeedList > & | feedList, |
| int | subId | ||
| ) |
Definition at line 148 of file deletesubscriptioncommand.cpp.
| int DeleteSubscriptionCommand::subscriptionId | ( | ) | const |
Definition at line 154 of file deletesubscriptioncommand.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