kget
#include <verifier_p.h>
Public Member Functions | |
VerifierPrivate (Verifier *verifier) | |
~VerifierPrivate () | |
QStringList | orderChecksumTypes (Verifier::ChecksumStrength strength) const |
Static Public Member Functions | |
static QString | calculatePartialChecksum (QFile *file, const QString &type, KIO::fileoffset_t startOffset, int pieceLength, KIO::filesize_t fileSize=0, bool *abortPtr=0) |
Public Attributes | |
QString | dBusObjectPath |
KUrl | dest |
VerificationModel * | model |
QHash< QString, PartialChecksums * > | partialSums |
Verifier * | q |
Verifier::VerificationStatus | status |
VerificationThread | thread |
Static Public Attributes | |
static const int | DIGGESTLENGTH [] = {128, 96, 64, 40, 40, 32, 32} |
static const QString | MD5 = QString("md5") |
static const int | MD5LENGTH = 32 |
static const int | PARTSIZE = 500 * 1024 |
static const QStringList | SUPPORTED = (QStringList() << "sha512" << "sha384" << "sha256" << "ripmed160" << "sha1" << "md5" << "md4") |
Detailed Description
Definition at line 29 of file verifier_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 31 of file verifier_p.h.
VerifierPrivate::~VerifierPrivate | ( | ) |
Definition at line 44 of file verifier.cpp.
Member Function Documentation
|
static |
Definition at line 50 of file verifier.cpp.
QStringList VerifierPrivate::orderChecksumTypes | ( | Verifier::ChecksumStrength | strength | ) | const |
Definition at line 142 of file verifier.cpp.
Member Data Documentation
QString VerifierPrivate::dBusObjectPath |
Definition at line 45 of file verifier_p.h.
KUrl VerifierPrivate::dest |
Definition at line 47 of file verifier_p.h.
|
static |
Definition at line 56 of file verifier_p.h.
Definition at line 55 of file verifier_p.h.
|
static |
Definition at line 57 of file verifier_p.h.
VerificationModel* VerifierPrivate::model |
Definition at line 46 of file verifier_p.h.
QHash<QString, PartialChecksums*> VerifierPrivate::partialSums |
Definition at line 50 of file verifier_p.h.
|
static |
Definition at line 58 of file verifier_p.h.
Verifier* VerifierPrivate::q |
Definition at line 43 of file verifier_p.h.
Verifier::VerificationStatus VerifierPrivate::status |
Definition at line 48 of file verifier_p.h.
|
static |
Definition at line 54 of file verifier_p.h.
|
mutable |
Definition at line 52 of file verifier_p.h.
The documentation for this struct was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:28:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.