15#ifndef QGSNUMERICFORMATWIDGET_H
16#define QGSNUMERICFORMATWIDGET_H
86#include "ui_qgsbasicnumericformatwidgetbase.h"
114 bool mBlockSignals = false;
117#include "ui_qgsbearingnumericformatwidgetbase.h"
145 bool mBlockSignals = false;
178#include "ui_qgsgeographiccoordinatenumericformatwidgetbase.h"
206 bool mBlockSignals = false;
239#include "ui_qgscurrencynumericformatwidgetbase.h"
267 bool mBlockSignals = false;
271#include "ui_qgspercentagenumericformatwidgetbase.h"
299 bool mBlockSignals = false;
303#include "ui_qgsscientificnumericformatwidgetbase.h"
331 bool mBlockSignals = false;
335#include "ui_qgsfractionnumericformatwidgetbase.h"
361 bool mBlockSignals = false;
365#include "ui_qgsexpressionbasednumericformatwidgetbase.h"
393 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...