60    static void buildInsertDynamicTextMenu( 
QgsLayout *layout, QMenu *menu, 
const std::function<
void( 
const QString &expression )> &callback );
 
   66    void mHtmlCheckBox_stateChanged( 
int i );
 
   67    void mTextEdit_textChanged();
 
   68    void mInsertExpressionButton_clicked();
 
   69    void mMarginXDoubleSpinBox_valueChanged( 
double d );
 
   70    void mMarginYDoubleSpinBox_valueChanged( 
double d );
 
   71    void horizontalAlignmentChanged();
 
   72    void verticalAlignmentChanged();
 
   73    void setGuiElementValues();
 
   77    QPointer<QgsLayoutItemLabel> mLabel = 
nullptr;
 
   81    QMenu *mDynamicTextMenu = 
nullptr;
 
   83    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...