QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgssymbollayer.h"
#include "qgsrendercontext.h"
#include "qgsdxfexport.h"
#include "qgsgeometrysimplifier.h"
#include "qgspainteffect.h"
#include "qgspainteffectregistry.h"
#include "qgsproperty.h"
#include "qgsexpressioncontext.h"
#include "qgssymbollayerutils.h"
#include "qgslegendpatchshape.h"
#include "qgsstyle.h"
#include "qgsexpressioncontextutils.h"
#include "qgssymbol.h"
#include "qgssymbollayerreference.h"
#include "qgsgeos.h"
#include <QSize>
#include <QPainter>
#include <QPointF>
#include <QPolygonF>
#include <QUuid>
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) |
QPainterPath generateClipPath | ( | const QgsRenderContext & | renderContext, |
const QString & | id, | ||
const QRectF * | rect, | ||
bool & | foundGeometries | ||
) |
Definition at line 958 of file qgssymbollayer.cpp.
QgsProperty propertyFromMap | ( | const QVariantMap & | map, |
const QString & | baseName | ||
) |
Definition at line 346 of file qgssymbollayer.cpp.