kget
Handler Class Referenceabstract
#include <handler.h>
Inheritance diagram for Handler:
Public Member Functions | |
Handler (Scheduler *scheduler, QObject *parent) | |
virtual | ~Handler () |
virtual QVariant | data (int column)=0 |
virtual void | start ()=0 |
virtual void | stop ()=0 |
Protected Attributes | |
Scheduler * | m_scheduler |
Detailed Description
Constructor & Destructor Documentation
Definition at line 14 of file handler.cpp.
|
virtual |
Definition at line 20 of file handler.cpp.
Member Function Documentation
|
pure virtual |
Implemented in TransferHandler, and TransferGroupHandler.
|
pure virtual |
|
pure virtual |
Member Data Documentation
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:53:18 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:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.