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 );
159 void backgroundColorChanged( const QColor &color );
164 void numberFormatChanged();
171 void textFormatChanged();
176 void rowHeightChanged(
double height );
181 void columnWidthChanged(
double width );
188 void horizontalAlignmentChanged( Qt::Alignment alignment );
195 void verticalAlignmentChanged( Qt::Alignment alignment );
207 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...