kget
ChecksumDelegate Class Reference
#include <dlgchecksumsearch.h>
Inheritance diagram for ChecksumDelegate:
Public Member Functions | |
ChecksumDelegate (QObject *parent=0) | |
ChecksumDelegate (QStringListModel *modesModel, QStringListModel *typesModel, QObject *parent=0) | |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
void | setEditorData (QWidget *editor, const QModelIndex &index) const |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
Detailed Description
Definition at line 70 of file dlgchecksumsearch.h.
Constructor & Destructor Documentation
ChecksumDelegate::ChecksumDelegate | ( | QObject * | parent = 0 | ) |
Definition at line 79 of file dlgchecksumsearch.cpp.
ChecksumDelegate::ChecksumDelegate | ( | QStringListModel * | modesModel, |
QStringListModel * | typesModel, | ||
QObject * | parent = 0 |
||
) |
Definition at line 86 of file dlgchecksumsearch.cpp.
Member Function Documentation
QWidget * ChecksumDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 93 of file dlgchecksumsearch.cpp.
void ChecksumDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
Definition at line 130 of file dlgchecksumsearch.cpp.
void ChecksumDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 148 of file dlgchecksumsearch.cpp.
void ChecksumDelegate::updateEditorGeometry | ( | QWidget * | editor, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 174 of file dlgchecksumsearch.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.