15#ifndef QGSEXPRESSIONBASEDNUMERICFORMAT_H 
   16#define QGSEXPRESSIONBASEDNUMERICFORMAT_H 
   35    QString 
id() 
const override;
 
   50    void setExpression( 
const QString &expression ); 
 
   57    QString 
expression()
 const { 
return mExpression.expression(); }
 
 
Handles parsing and evaluation of expressions (formerly called "search strings").
 
A context for numeric formats.
 
A container for the context for various read/write operations on objects.