kget
AutoPasteDelegate Class Reference
#include <autopastemodel.h>
Inheritance diagram for AutoPasteDelegate:
Public Member Functions | |
AutoPasteDelegate (QAbstractItemModel *types, QAbstractItemModel *syntaxes, 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 |
QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
Detailed Description
Definition at line 26 of file autopastemodel.h.
Constructor & Destructor Documentation
AutoPasteDelegate::AutoPasteDelegate | ( | QAbstractItemModel * | types, |
QAbstractItemModel * | syntaxes, | ||
QObject * | parent = 0 |
||
) |
Definition at line 28 of file autopastemodel.cpp.
Member Function Documentation
QWidget * AutoPasteDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 35 of file autopastemodel.cpp.
void AutoPasteDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
Definition at line 63 of file autopastemodel.cpp.
void AutoPasteDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 92 of file autopastemodel.cpp.
QSize AutoPasteDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, |
const QModelIndex & | index | ||
) | const |
Definition at line 130 of file autopastemodel.cpp.
void AutoPasteDelegate::updateEditorGeometry | ( | QWidget * | editor, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 124 of file autopastemodel.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.