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

Detailed Description
Definition at line 19 of file metalink.h.
Public Slots | |
| void | start () |
| void | stop () |
| int | elapsedTime () const |
| int | remainingTime () const |
| bool | isResumable () const |
| void | save (const QDomElement &e) |
Public Member Functions | |
| metalink (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
| metalink::metalink | ( | TransferGroup * | parent, | |
| TransferFactory * | factory, | |||
| Scheduler * | scheduler, | |||
| const KUrl & | src, | |||
| const KUrl & | dest, | |||
| const QDomElement * | e = 0 | |||
| ) |
Definition at line 23 of file metalink.cpp.
Member Function Documentation
| void metalink::start | ( | ) | [virtual, slot] |
| void metalink::stop | ( | ) | [virtual, slot] |
| int metalink::elapsedTime | ( | ) | const [virtual, slot] |
| int metalink::remainingTime | ( | ) | const [virtual, slot] |
| bool metalink::isResumable | ( | ) | const [virtual, slot] |
| void metalink::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 78 of file metalink.cpp.
| void metalink::load | ( | const QDomElement & | e | ) | [protected, virtual] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference