68 void mHtmlCheckBox_stateChanged(
int i );
69 void mTextEdit_textChanged();
70 void mInsertExpressionButton_clicked();
71 void mMarginXDoubleSpinBox_valueChanged(
double d );
72 void mMarginYDoubleSpinBox_valueChanged(
double d );
73 void horizontalAlignmentChanged();
74 void verticalAlignmentChanged();
75 void setGuiElementValues();
79 QPointer<QgsLayoutItemLabel> mLabel =
nullptr;
83 QMenu *mDynamicTextMenu =
nullptr;
85 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...