QGIS API Documentation 3.41.0-Master (57ec4277f5e)
|
A delegate for showing column attribute source as a QgsFieldExpressionWidget. More...
#include <qgslayoutattributeselectiondialog.h>
Public Member Functions | |
QgsLayoutColumnSourceDelegate (QgsVectorLayer *vlayer, QObject *parent=nullptr, const QgsLayoutObject *layoutObject=nullptr, bool forceExpressions=false) | |
Constructor for QgsLayoutColumnSourceDelegate. | |
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 |
Public Member Functions inherited from QgsExpressionContextGenerator | |
virtual | ~QgsExpressionContextGenerator ()=default |
A delegate for showing column attribute source as a QgsFieldExpressionWidget.
Definition at line 207 of file qgslayoutattributeselectiondialog.h.
QgsLayoutColumnSourceDelegate::QgsLayoutColumnSourceDelegate | ( | QgsVectorLayer * | vlayer, |
QObject * | parent = nullptr , |
||
const QgsLayoutObject * | layoutObject = nullptr , |
||
bool | forceExpressions = false |
||
) |
Constructor for QgsLayoutColumnSourceDelegate.
If forceExpressionValues is true
then the values generated by the delegate will always be complete QGIS expressions, i.e. field references will be quoted accordingly.
Definition at line 416 of file qgslayoutattributeselectiondialog.cpp.
|
override |
Definition at line 437 of file qgslayoutattributeselectiondialog.cpp.
|
override |
Definition at line 451 of file qgslayoutattributeselectiondialog.cpp.
|
override |
Definition at line 460 of file qgslayoutattributeselectiondialog.cpp.
|
override |
Definition at line 468 of file qgslayoutattributeselectiondialog.cpp.