#include <ItemSelectionDelegate.h>
|
QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const override |
|
◆ ItemSelectionDelegate()
ItemSelectionDelegate::ItemSelectionDelegate |
( |
QObject * |
parent = nullptr | ) |
|
◆ commitData
void ItemSelectionDelegate::commitData |
( |
QWidget * |
editor | ) |
const |
|
signal |
◆ createEditor()
QWidget * ItemSelectionDelegate::createEditor |
( |
QWidget * |
parent, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index = QModelIndex() |
|
) |
| const |
|
override |
◆ setEditableItemCombo()
void ItemSelectionDelegate::setEditableItemCombo |
( |
bool |
editable | ) |
|
◆ setEditorData()
void ItemSelectionDelegate::setEditorData |
( |
QWidget * |
editor, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ setMaximumQty()
void ItemSelectionDelegate::setMaximumQty |
( |
int |
maxQty | ) |
|
◆ setModelData()
void ItemSelectionDelegate::setModelData |
( |
QWidget * |
editor, |
|
|
QAbstractItemModel * |
model, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ setShowPlaceholderItems()
void ItemSelectionDelegate::setShowPlaceholderItems |
( |
bool |
showPlaceholderItems | ) |
|
◆ sizeHint()
QSize ItemSelectionDelegate::sizeHint |
( |
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
overrideprotected |
◆ updateEditorGeometry()
void ItemSelectionDelegate::updateEditorGeometry |
( |
QWidget * |
editor, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
The documentation for this class was generated from the following files: