akregator
Akregator::ExpireItemsCommand Class Reference
#include <expireitemscommand.h>
Inheritance diagram for Akregator::ExpireItemsCommand:

Public Member Functions | |
| ExpireItemsCommand (QObject *parent=0) | |
| ~ExpireItemsCommand () | |
| boost::weak_ptr< FeedList > | feedList () const |
| QVector< int > | feeds () const |
| void | setFeedList (const boost::weak_ptr< FeedList > &feedList) |
| void | setFeeds (const QVector< int > &feeds) |
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 expireitemscommand.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 104 of file expireitemscommand.cpp.
| ExpireItemsCommand::~ExpireItemsCommand | ( | ) |
Definition at line 108 of file expireitemscommand.cpp.
Member Function Documentation
| weak_ptr< FeedList > ExpireItemsCommand::feedList | ( | ) | const |
Definition at line 118 of file expireitemscommand.cpp.
| QVector< int > ExpireItemsCommand::feeds | ( | ) | const |
Definition at line 128 of file expireitemscommand.cpp.
| void ExpireItemsCommand::setFeedList | ( | const boost::weak_ptr< FeedList > & | feedList | ) |
Definition at line 113 of file expireitemscommand.cpp.
| void ExpireItemsCommand::setFeeds | ( | const QVector< int > & | feeds | ) |
Definition at line 123 of file expireitemscommand.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