|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
#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 "qgssldexportcontext.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 1012 of file qgssymbollayer.cpp.
| QgsProperty propertyFromMap | ( | const QVariantMap & | map, |
| const QString & | baseName | ||
| ) |
Definition at line 362 of file qgssymbollayer.cpp.