69 void mHtmlCheckBox_stateChanged(
int i );
70 void mTextEdit_textChanged();
71 void mInsertExpressionButton_clicked();
72 void mMarginXDoubleSpinBox_valueChanged(
double d );
73 void mMarginYDoubleSpinBox_valueChanged(
double d );
74 void horizontalAlignmentChanged();
75 void verticalAlignmentChanged();
76 void setGuiElementValues();
80 QPointer<QgsLayoutItemLabel> mLabel =
nullptr;
84 QMenu *mDynamicTextMenu =
nullptr;
86 void blockAllSignals(
bool block );
Abstract interface for generating an expression context.
virtual QgsExpressionContext createExpressionContext() const =0
This method needs to be reimplemented in all classes which implement this interface and return an exp...
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...