QGIS API Documentation 3.99.0-Master (357b655ed83)
Loading...
Searching...
No Matches
qgsvectorlayerlabeling.cpp File Reference
#include "qgsvectorlayerlabeling.h"
#include "qgis.h"
#include "qgsmarkersymbol.h"
#include "qgsmarkersymbollayer.h"
#include "qgspallabeling.h"
#include "qgsrulebasedlabeling.h"
#include "qgssldexportcontext.h"
#include "qgsstyleentityvisitor.h"
#include "qgssymbollayer.h"
#include "qgssymbollayerutils.h"
#include "qgsvectorlayer.h"
#include <QString>
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 215 of file qgsvectorlayerlabeling.cpp.

◆ backgroundToMarkerLayer()

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

Definition at line 225 of file qgsvectorlayerlabeling.cpp.

◆ quadOffsetToSldAnchor()

QPointF quadOffsetToSldAnchor ( Qgis::LabelQuadrantPosition quadrantPosition)

Definition at line 166 of file qgsvectorlayerlabeling.cpp.