QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
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 211 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 419 of file qgslayoutattributeselectiondialog.cpp.
|
override |
Definition at line 441 of file qgslayoutattributeselectiondialog.cpp.
|
override |
Definition at line 455 of file qgslayoutattributeselectiondialog.cpp.
|
override |
Definition at line 464 of file qgslayoutattributeselectiondialog.cpp.
|
override |
Definition at line 472 of file qgslayoutattributeselectiondialog.cpp.