QGIS API Documentation
3.0.2-Girona (307d082)
|
Field formatter for a range (double) field with precision and locale. More...
#include <qgsrangefieldformatter.h>
Public Member Functions | |
QgsRangeFieldFormatter ()=default | |
Default constructor of field formatter for a range (double)field. More... | |
QString | id () const override |
Return a unique id for this field formatter. More... | |
QString | representValue (QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config, const QVariant &cache, const QVariant &value) const override |
Create a pretty String representation of the value. More... | |
Public Member Functions inherited from QgsFieldFormatter | |
QgsFieldFormatter () | |
virtual | ~QgsFieldFormatter ()=default |
virtual Qt::AlignmentFlag | alignmentFlag (QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config) const |
Return the alignment for a particular field. More... | |
virtual QVariant | createCache (QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config) const |
Create a cache for a given field. More... | |
virtual QVariant | sortValue (QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config, const QVariant &cache, const QVariant &value) const |
If the default sort order should be overwritten for this widget, you can transform the value in here. More... | |
Field formatter for a range (double) field with precision and locale.
Definition at line 28 of file qgsrangefieldformatter.h.
|
default |
Default constructor of field formatter for a range (double)field.
|
overridevirtual |
Return a unique id for this field formatter.
This id will later be used to identify this field formatter in the registry with QgsFieldFormatterRegistry::fieldFormatter().
This id matches the id of a QgsEditorWidgetFactory.
Implements QgsFieldFormatter.
Definition at line 26 of file qgsrangefieldformatter.cpp.
|
overridevirtual |
Create a pretty String representation of the value.
Reimplemented from QgsFieldFormatter.
Definition at line 31 of file qgsrangefieldformatter.cpp.