akregator
Akregator::Command Class Reference
#include <command.h>
Inheritance diagram for Akregator::Command:

Detailed Description
Definition at line 36 of file command.h.
Signals | |
| void | finished () |
| void | progress (int percent, const QString &msg) |
| void | started () |
Public Member Functions | |
| void | abort () |
| Command (QObject *parent=0) | |
| QWidget * | parentWidget () const |
| void | setParentWidget (QWidget *parentWidget) |
| void | start () |
| void | waitForFinished () |
| virtual | ~Command () |
Protected Member Functions | |
| virtual void | doAbort ()=0 |
| void | done () |
| virtual void | doStart ()=0 |
Constructor & Destructor Documentation
| Command::Command | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 42 of file command.cpp.
| Command::~Command | ( | ) | [virtual] |
Definition at line 47 of file command.cpp.
Member Function Documentation
| void Command::abort | ( | ) |
Definition at line 68 of file command.cpp.
| virtual void Akregator::Command::doAbort | ( | ) | [protected, pure virtual] |
| void Command::done | ( | ) | [protected] |
Definition at line 73 of file command.cpp.
| virtual void Akregator::Command::doStart | ( | ) | [protected, pure virtual] |
| void Akregator::Command::finished | ( | ) | [signal] |
| QWidget * Command::parentWidget | ( | ) | const |
Definition at line 52 of file command.cpp.
| void Akregator::Command::progress | ( | int | percent, | |
| const QString & | msg | |||
| ) | [signal] |
| void Command::setParentWidget | ( | QWidget * | parentWidget | ) |
Definition at line 57 of file command.cpp.
| void Command::start | ( | ) |
Definition at line 62 of file command.cpp.
| void Akregator::Command::started | ( | ) | [signal] |
| void Command::waitForFinished | ( | ) |
Definition at line 79 of file command.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference