15#ifndef QGSNUMERICFORMATWIDGET_H
16#define QGSNUMERICFORMATWIDGET_H
85#include "ui_qgsbasicnumericformatwidgetbase.h"
112 bool mBlockSignals = false;
115#include "ui_qgsbearingnumericformatwidgetbase.h"
142 bool mBlockSignals = false;
174#include "ui_qgsgeographiccoordinatenumericformatwidgetbase.h"
201 bool mBlockSignals = false;
233#include "ui_qgscurrencynumericformatwidgetbase.h"
260 bool mBlockSignals = false;
264#include "ui_qgspercentagenumericformatwidgetbase.h"
291 bool mBlockSignals = false;
295#include "ui_qgsscientificnumericformatwidgetbase.h"
322 bool mBlockSignals = false;
326#include "ui_qgsfractionnumericformatwidgetbase.h"
351 bool mBlockSignals = false;
355#include "ui_qgsexpressionbasednumericformatwidgetbase.h"
382 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...