akregator
Akregator::Command Class Referenceabstract
#include <command.h>
Inheritance diagram for Akregator::Command:
Signals | |
void | finished () |
void | progress (int percent, const QString &msg) |
void | started () |
Public Member Functions | |
Command (QObject *parent=0) | |
virtual | ~Command () |
void | abort () |
QWidget * | parentWidget () const |
void | setParentWidget (QWidget *parentWidget) |
void | start () |
void | waitForFinished () |
Protected Member Functions | |
virtual void | doAbort ()=0 |
void | done () |
virtual void | doStart ()=0 |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Definition at line 44 of file command.cpp.
|
virtual |
Definition at line 49 of file command.cpp.
Member Function Documentation
void Command::abort | ( | ) |
Definition at line 70 of file command.cpp.
|
protectedpure virtual |
|
protected |
Definition at line 75 of file command.cpp.
|
protectedpure virtual |
|
signal |
QWidget * Command::parentWidget | ( | ) | const |
Definition at line 54 of file command.cpp.
|
signal |
void Command::setParentWidget | ( | QWidget * | parentWidget | ) |
Definition at line 59 of file command.cpp.
void Command::start | ( | ) |
Definition at line 64 of file command.cpp.
|
signal |
void Command::waitForFinished | ( | ) |
Definition at line 81 of file command.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.