#include <CREStringListDelegate.h>
|
| virtual QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| |
| | CREStringListDelegate (QObject *parent) |
| |
| virtual void | setEditorData (QWidget *editor, const QModelIndex &index) const override |
| |
| virtual void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const override |
| |
| virtual void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| |
| virtual | ~CREStringListDelegate () |
| |
Delegate allowing edition of a list of strings.
Definition at line 21 of file CREStringListDelegate.h.
◆ CREStringListDelegate()
| CREStringListDelegate::CREStringListDelegate |
( |
QObject * |
parent | ) |
|
◆ ~CREStringListDelegate()
| CREStringListDelegate::~CREStringListDelegate |
( |
| ) |
|
|
virtual |
◆ createEditor()
| QWidget * CREStringListDelegate::createEditor |
( |
QWidget * |
parent, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
overridevirtual |
◆ setEditorData()
| void CREStringListDelegate::setEditorData |
( |
QWidget * |
editor, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
overridevirtual |
◆ setModelData()
| void CREStringListDelegate::setModelData |
( |
QWidget * |
editor, |
|
|
QAbstractItemModel * |
model, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
overridevirtual |
◆ updateEditorGeometry()
| void CREStringListDelegate::updateEditorGeometry |
( |
QWidget * |
editor, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
overridevirtual |
The documentation for this class was generated from the following files: