kget
VerificationThread Class Reference
#include <verificationthread.h>
Inheritance diagram for VerificationThread:
Signals | |
void | brokenPieces (const QList< KIO::fileoffset_t > &offsets, KIO::filesize_t length) |
void | verified (bool verified) |
void | verified (const QString &type, bool verified, const KUrl &file) |
Public Member Functions | |
VerificationThread (QObject *parent=0) | |
~VerificationThread () | |
void | findBrokenPieces (const QString &type, const QList< QString > checksums, KIO::filesize_t length, const KUrl &file) |
void | verifiy (const QString &type, const QString &checksum, const KUrl &file) |
Protected Member Functions | |
void | run () |
Detailed Description
Definition at line 29 of file verificationthread.h.
Constructor & Destructor Documentation
VerificationThread::VerificationThread | ( | QObject * | parent = 0 | ) |
Definition at line 27 of file verificationthread.cpp.
VerificationThread::~VerificationThread | ( | ) |
Definition at line 35 of file verificationthread.cpp.
Member Function Documentation
|
signal |
void VerificationThread::findBrokenPieces | ( | const QString & | type, |
const QList< QString > | checksums, | ||
KIO::filesize_t | length, | ||
const KUrl & | file | ||
) |
Definition at line 58 of file verificationthread.cpp.
|
protected |
Definition at line 75 of file verificationthread.cpp.
|
signal |
Emitted when the verification of a file finishes, connect to this signal if you do the verification for one file only and do not want to bother with file and type.
|
signal |
void VerificationThread::verifiy | ( | const QString & | type, |
const QString & | checksum, | ||
const KUrl & | file | ||
) |
Definition at line 44 of file verificationthread.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.