kget
Public Types |
Signals |
Public Member Functions |
Static Public Member Functions |
List of all members
ChecksumSearch Class Reference
#include <checksumsearch.h>
Inheritance diagram for ChecksumSearch:
Public Types | |
enum | UrlChangeMode { kg_Append, kg_ReplaceFile, kg_ReplaceEnding } |
Signals | |
void | data (QString type, QString checksum) |
Public Member Functions | |
ChecksumSearch (const QList< KUrl > &srcs, const QString &fileName, const QStringList &types, QObject *parent=0) | |
~ChecksumSearch () | |
Static Public Member Functions | |
static KUrl | createUrl (const KUrl &src, const QString &change, UrlChangeMode mode) |
static QStringList | urlChangeModes () |
Detailed Description
Definition at line 28 of file checksumsearch.h.
Member Enumeration Documentation
Used to define in whiche way the url should be changed to try and find Checksums.
Definition at line 40 of file checksumsearch.h.
Constructor & Destructor Documentation
ChecksumSearch::ChecksumSearch | ( | const QList< KUrl > & | srcs, |
const QString & | fileName, | ||
const QStringList & | types, | ||
QObject * | parent = 0 |
||
) |
Definition at line 32 of file checksumsearch.cpp.
ChecksumSearch::~ChecksumSearch | ( | ) |
Definition at line 42 of file checksumsearch.cpp.
Member Function Documentation
|
static |
Returns a modified url according to the parameters.
- Parameters
-
src the url to modify change the string containing the change e.g. ".md5" mode the mode of the change e.g. Append
Definition at line 166 of file checksumsearch.cpp.
|
signal |
|
inlinestatic |
Returns the available mode-names.
The order of the Stringlist is the same as in the enum
Definition at line 50 of file checksumsearch.h.
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.