15 #ifndef QGSCURRENCYNUMERICFORMAT_H 
   16 #define QGSCURRENCYNUMERICFORMAT_H 
   18 #include "qgis_core.h" 
   37     QString 
id() 
const override;
 
   50     QString prefix() 
const;
 
   56     void setPrefix( 
const QString &prefix );
 
   62     QString suffix() 
const;
 
   68     void setSuffix( 
const QString &suffix );
 
A context for numeric formats.
The class is used as a container of context for various read/write operations on other objects.