/************************************************************************ * This file has been generated automatically from * * * * src/core/fieldformatter/qgsrangefieldformatter.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ class QgsRangeFieldFormatter : QgsFieldFormatter { %Docstring Field formatter for a range (double) field with precision and locale .. versionadded:: 3.0 %End %TypeHeaderCode #include "qgsrangefieldformatter.h" %End public: QgsRangeFieldFormatter(); %Docstring Default constructor of field formatter for a range (double)field. %End virtual QString id() const; virtual QString representValue( QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config, const QVariant &cache, const QVariant &value ) const; }; /************************************************************************ * This file has been generated automatically from * * * * src/core/fieldformatter/qgsrangefieldformatter.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/