kget
KGetGlobalJob Class Reference
#include <kgetglobaljob.h>
Inheritance diagram for KGetGlobalJob:
Signals | |
void | requestStop (KJob *job, TransferHandler *handler) |
Public Member Functions | |
KGetGlobalJob (QObject *parent=0) | |
~KGetGlobalJob () | |
void | start () |
void | update () |
Protected Member Functions | |
virtual bool | doKill () |
Detailed Description
Definition at line 18 of file kgetglobaljob.h.
Constructor & Destructor Documentation
KGetGlobalJob::KGetGlobalJob | ( | QObject * | parent = 0 | ) |
Definition at line 20 of file kgetglobaljob.cpp.
KGetGlobalJob::~KGetGlobalJob | ( | ) |
Definition at line 26 of file kgetglobaljob.cpp.
Member Function Documentation
|
protectedvirtual |
Definition at line 65 of file kgetglobaljob.cpp.
|
signal |
Emitted when doKill is called, e.g.
when the gui is closed. Not handling this signal might lead to a crash if something tries to access the then non-existing gui.
- Parameters
-
job is this handler is always 0 suggesting that all TransferHandlers should be stopped
|
inline |
Definition at line 27 of file kgetglobaljob.h.
void KGetGlobalJob::update | ( | ) |
Definition at line 31 of file kgetglobaljob.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: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.