QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Functions
qgsvectorlayerlabeling.cpp File Reference
#include "qgsvectorlayerlabeling.h"
#include "qgspallabeling.h"
#include "qgsrulebasedlabeling.h"
#include "qgsvectorlayer.h"
#include "qgssymbollayerutils.h"
#include "qgssymbollayer.h"
#include "qgsmarkersymbollayer.h"
#include "qgis.h"
#include "qgsstyleentityvisitor.h"
#include "qgsmarkersymbol.h"
Include dependency graph for qgsvectorlayerlabeling.cpp:

Go to the source code of this file.

Functions

void appendSimpleFunction (QDomDocument &doc, QDomElement &parent, const QString &name, const QString &attribute)
 
std::unique_ptr< QgsMarkerSymbolLayerbackgroundToMarkerLayer (const QgsTextBackgroundSettings &settings)
 
QPointF quadOffsetToSldAnchor (Qgis::LabelQuadrantPosition quadrantPosition)
 

Function Documentation

◆ appendSimpleFunction()

void appendSimpleFunction ( QDomDocument &  doc,
QDomElement &  parent,
const QString &  name,
const QString &  attribute 
)

Definition at line 188 of file qgsvectorlayerlabeling.cpp.

◆ backgroundToMarkerLayer()

std::unique_ptr< QgsMarkerSymbolLayer > backgroundToMarkerLayer ( const QgsTextBackgroundSettings settings)

Definition at line 198 of file qgsvectorlayerlabeling.cpp.

◆ quadOffsetToSldAnchor()

QPointF quadOffsetToSldAnchor ( Qgis::LabelQuadrantPosition  quadrantPosition)

Definition at line 139 of file qgsvectorlayerlabeling.cpp.