QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
qgssymbollayer.cpp File Reference
#include "qgssymbollayer.h"
#include "qgsdxfexport.h"
#include "qgsexpressioncontext.h"
#include "qgsexpressioncontextutils.h"
#include "qgsgeometrysimplifier.h"
#include "qgsgeos.h"
#include "qgslegendpatchshape.h"
#include "qgspainteffect.h"
#include "qgspainteffectregistry.h"
#include "qgsproperty.h"
#include "qgsrendercontext.h"
#include "qgssldexportcontext.h"
#include "qgsstyle.h"
#include "qgssymbol.h"
#include "qgssymbollayerreference.h"
#include "qgssymbollayerutils.h"
#include <QPainter>
#include <QPointF>
#include <QPolygonF>
#include <QSize>
#include <QUuid>
Include dependency graph for qgssymbollayer.cpp:

Go to the source code of this file.

Functions

QPainterPath generateClipPath (const QgsRenderContext &renderContext, const QString &id, const QRectF *rect, bool &foundGeometries)
QgsProperty propertyFromMap (const QVariantMap &map, const QString &baseName)

Function Documentation

◆ generateClipPath()

QPainterPath generateClipPath ( const QgsRenderContext & renderContext,
const QString & id,
const QRectF * rect,
bool & foundGeometries )

Definition at line 1042 of file qgssymbollayer.cpp.

◆ propertyFromMap()

QgsProperty propertyFromMap ( const QVariantMap & map,
const QString & baseName )

Definition at line 392 of file qgssymbollayer.cpp.