QGIS API Documentation  3.8.0-Zanzibar (11aff65)
Typedefs | Functions
qgsvaluerelationfieldformatter.cpp File Reference
#include "qgsvaluerelationfieldformatter.h"
#include "qgis.h"
#include "qgsproject.h"
#include "qgsvectorlayer.h"
#include "qgsexpressionnodeimpl.h"
#include "qgsapplication.h"
#include "qgsexpressioncontextutils.h"
#include "qgsvectorlayerref.h"
#include <nlohmann/json.hpp>
#include <QSettings>
Include dependency graph for qgsvaluerelationfieldformatter.cpp:

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Functions

bool orderByKeyLessThan (const QgsValueRelationFieldFormatter::ValueRelationItem &p1, const QgsValueRelationFieldFormatter::ValueRelationItem &p2)
 
bool orderByValueLessThan (const QgsValueRelationFieldFormatter::ValueRelationItem &p1, const QgsValueRelationFieldFormatter::ValueRelationItem &p2)
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 27 of file qgsvaluerelationfieldformatter.cpp.

Function Documentation

◆ orderByKeyLessThan()

Definition at line 31 of file qgsvaluerelationfieldformatter.cpp.

◆ orderByValueLessThan()

Definition at line 36 of file qgsvaluerelationfieldformatter.cpp.