kget
kt::ChunkDownloadModel::Item Struct Reference
#include <chunkdownloadmodel.h>
Public Member Functions | |
Item (bt::ChunkDownloadInterface *cd, const QString &files) | |
bool | changed (int col, bool &modified) const |
QVariant | data (int col) const |
bool | lessThan (int col, const Item *other) const |
Public Attributes | |
bt::ChunkDownloadInterface * | cd |
QString | files |
bt::ChunkDownloadInterface::Stats | stats |
Detailed Description
Definition at line 74 of file chunkdownloadmodel.h.
Constructor & Destructor Documentation
kt::ChunkDownloadModel::Item::Item | ( | bt::ChunkDownloadInterface * | cd, |
const QString & | files | ||
) |
Definition at line 34 of file chunkdownloadmodel.cpp.
Member Function Documentation
bool kt::ChunkDownloadModel::Item::changed | ( | int | col, |
bool & | modified | ||
) | const |
Definition at line 39 of file chunkdownloadmodel.cpp.
QVariant kt::ChunkDownloadModel::Item::data | ( | int | col | ) | const |
Definition at line 60 of file chunkdownloadmodel.cpp.
bool kt::ChunkDownloadModel::Item::lessThan | ( | int | col, |
const Item * | other | ||
) | const |
Definition at line 73 of file chunkdownloadmodel.cpp.
Member Data Documentation
bt::ChunkDownloadInterface* kt::ChunkDownloadModel::Item::cd |
Definition at line 77 of file chunkdownloadmodel.h.
QString kt::ChunkDownloadModel::Item::files |
Definition at line 78 of file chunkdownloadmodel.h.
|
mutable |
Definition at line 76 of file chunkdownloadmodel.h.
The documentation for this struct 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.