kget
TransferKio Class Reference
#include <transferKio.h>
Inheritance diagram for TransferKio:

Detailed Description
This transfer uses the KIO class to download files.Definition at line 23 of file transferKio.h.
Public Slots | |
| bool | isResumable () const |
| void | postDeleteEvent () |
| void | save (const QDomElement &e) |
| void | start () |
| void | stop () |
Public Member Functions | |
| TransferKio (TransferGroup *parent, TransferFactory *factory, Scheduler *scheduler, const KUrl &src, const KUrl &dest, const QDomElement *e=0) | |
Protected Member Functions | |
| void | load (const QDomElement &e) |
Constructor & Destructor Documentation
| TransferKio::TransferKio | ( | TransferGroup * | parent, | |
| TransferFactory * | factory, | |||
| Scheduler * | scheduler, | |||
| const KUrl & | src, | |||
| const KUrl & | dest, | |||
| const QDomElement * | e = 0 | |||
| ) |
Definition at line 20 of file transferKio.cpp.
Member Function Documentation
| bool TransferKio::isResumable | ( | ) | const [virtual, slot] |
| void TransferKio::load | ( | const QDomElement & | e | ) | [protected, virtual] |
| void TransferKio::postDeleteEvent | ( | ) | [virtual, slot] |
| void TransferKio::save | ( | const QDomElement & | element | ) | [virtual, slot] |
Saves this transfer to the given QDomNode.
- Parameters:
-
n The pointer to the QDomNode where the transfer will be saved
- Returns:
- The created QDomElement
Reimplemented from Transfer.
Definition at line 85 of file transferKio.cpp.
| void TransferKio::start | ( | ) | [virtual, slot] |
| void TransferKio::stop | ( | ) | [virtual, slot] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference