75    void setBackgroundColor( const QColor &color );
 
  100    void setRowHeight( 
double height );
 
  108    void setColumnWidth( 
double width );
 
  118    void setHorizontalAlignment( Qt::Alignment alignment );
 
  128    void setVerticalAlignment( Qt::Alignment alignment );
 
  135    void setCellProperty( const 
QgsProperty &property );
 
  153    void backgroundColorChanged( const QColor &color );
 
  158    void numberFormatChanged();
 
  165    void textFormatChanged();
 
  170    void rowHeightChanged( 
double height );
 
  175    void columnWidthChanged( 
double width );
 
  182    void horizontalAlignmentChanged( Qt::Alignment alignment );
 
  189    void verticalAlignmentChanged( Qt::Alignment alignment );
 
  201    int mBlockSignals = 0;
 
 
Abstract interface for generating an expression context.
 
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...