2017-05-23 14:35:48 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/fieldformatter/qgsrelationreferencefieldformatter.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
2016-12-06 14:20:21 +01:00
|
|
|
class QgsRelationReferenceFieldFormatter : QgsFieldFormatter
|
2016-12-04 17:23:37 +01:00
|
|
|
{
|
2017-05-23 14:35:48 +02:00
|
|
|
%Docstring
|
|
|
|
Field formatter for a relation reference field.
|
|
|
|
A value relation field formatter looks up the values from
|
|
|
|
features on another layer.
|
|
|
|
|
|
|
|
.. versionadded:: 3.0
|
|
|
|
%End
|
|
|
|
|
2016-12-04 17:23:37 +01:00
|
|
|
%TypeHeaderCode
|
2016-12-06 14:20:21 +01:00
|
|
|
#include "qgsrelationreferencefieldformatter.h"
|
2016-12-04 17:23:37 +01:00
|
|
|
%End
|
|
|
|
public:
|
2017-05-24 07:54:57 +02:00
|
|
|
|
|
|
|
QgsRelationReferenceFieldFormatter();
|
|
|
|
%Docstring
|
|
|
|
Default constructor of field formatter for a relation reference field.
|
|
|
|
%End
|
|
|
|
|
2017-05-23 14:35:48 +02:00
|
|
|
virtual QString id() const;
|
2016-12-04 17:23:37 +01:00
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
virtual QString representValue( QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config, const QVariant &cache, const QVariant &value ) const;
|
2017-05-23 14:35:48 +02:00
|
|
|
|
|
|
|
virtual QVariant sortValue( QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config, const QVariant &cache, const QVariant &value ) const;
|
2016-12-04 17:23:37 +01:00
|
|
|
};
|
2017-05-23 14:35:48 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/fieldformatter/qgsrelationreferencefieldformatter.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|