15#ifndef QGSNUMERICFORMATWIDGET_H
16#define QGSNUMERICFORMATWIDGET_H
86#include "ui_qgsbasicnumericformatwidgetbase.h"
114 bool mBlockSignals = false;
118#include "ui_qgsbearingnumericformatwidgetbase.h"
146 bool mBlockSignals = false;
181#include "ui_qgsgeographiccoordinatenumericformatwidgetbase.h"
209 bool mBlockSignals = false;
245#include "ui_qgscurrencynumericformatwidgetbase.h"
273 bool mBlockSignals = false;
278#include "ui_qgspercentagenumericformatwidgetbase.h"
306 bool mBlockSignals = false;
312#include "ui_qgsscientificnumericformatwidgetbase.h"
340 bool mBlockSignals = false;
345#include "ui_qgsfractionnumericformatwidgetbase.h"
371 bool mBlockSignals = false;
376#include "ui_qgsexpressionbasednumericformatwidgetbase.h"
404 bool mBlockSignals = false;
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...