15#ifndef QGSNUMERICFORMATWIDGET_H 
   16#define QGSNUMERICFORMATWIDGET_H 
   83#include "ui_qgsbasicnumericformatwidgetbase.h" 
  110    bool mBlockSignals = false;
 
 
  113#include "ui_qgsbearingnumericformatwidgetbase.h" 
  140    bool mBlockSignals = false;
 
 
  172#include "ui_qgsgeographiccoordinatenumericformatwidgetbase.h" 
  199    bool mBlockSignals = false;
 
 
  231#include "ui_qgscurrencynumericformatwidgetbase.h" 
  258    bool mBlockSignals = false;
 
 
  262#include "ui_qgspercentagenumericformatwidgetbase.h" 
  289    bool mBlockSignals = false;
 
 
  293#include "ui_qgsscientificnumericformatwidgetbase.h" 
  320    bool mBlockSignals = false;
 
 
  324#include "ui_qgsfractionnumericformatwidgetbase.h" 
  349    bool mBlockSignals = false;
 
 
  353#include "ui_qgsexpressionbasednumericformatwidgetbase.h" 
  380    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...