A delegate for showing column sort order as a combo box.
More...
#include <qgslayoutattributeselectiondialog.h>
|
| QgsLayoutColumnSortOrderDelegate (QObject *parent=nullptr) |
| constructor More...
|
|
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
|
void | setEditorData (QWidget *editor, const QModelIndex &index) const override |
|
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const override |
|
void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
|
A delegate for showing column sort order as a combo box.
- Note
- This class is not a part of public API
- Since
- QGIS 3.12
Definition at line 258 of file qgslayoutattributeselectiondialog.h.
◆ QgsLayoutColumnSortOrderDelegate()
QgsLayoutColumnSortOrderDelegate::QgsLayoutColumnSortOrderDelegate |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ createEditor()
QWidget * QgsLayoutColumnSortOrderDelegate::createEditor |
( |
QWidget * |
parent, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ setEditorData()
void QgsLayoutColumnSortOrderDelegate::setEditorData |
( |
QWidget * |
editor, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ setModelData()
void QgsLayoutColumnSortOrderDelegate::setModelData |
( |
QWidget * |
editor, |
|
|
QAbstractItemModel * |
model, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ updateEditorGeometry()
void QgsLayoutColumnSortOrderDelegate::updateEditorGeometry |
( |
QWidget * |
editor, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
The documentation for this class was generated from the following files: