QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#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>
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) |
using json = nlohmann::json |
Definition at line 27 of file qgsvaluerelationfieldformatter.cpp.
bool orderByKeyLessThan | ( | const QgsValueRelationFieldFormatter::ValueRelationItem & | p1, |
const QgsValueRelationFieldFormatter::ValueRelationItem & | p2 | ||
) |
Definition at line 31 of file qgsvaluerelationfieldformatter.cpp.
bool orderByValueLessThan | ( | const QgsValueRelationFieldFormatter::ValueRelationItem & | p1, |
const QgsValueRelationFieldFormatter::ValueRelationItem & | p2 | ||
) |
Definition at line 36 of file qgsvaluerelationfieldformatter.cpp.