74 void setBackgroundColor( const QColor &color );
99 void setRowHeight(
double height );
107 void setColumnWidth(
double width );
117 void setHorizontalAlignment( Qt::Alignment alignment );
127 void setVerticalAlignment( Qt::Alignment alignment );
134 void setCellProperty( const
QgsProperty &property );
158 void backgroundColorChanged( const QColor &color );
163 void numberFormatChanged();
170 void textFormatChanged();
175 void rowHeightChanged(
double height );
180 void columnWidthChanged(
double width );
187 void horizontalAlignmentChanged( Qt::Alignment alignment );
194 void verticalAlignmentChanged( Qt::Alignment alignment );
205 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...