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