|
QGIS API Documentation
3.18.1-Zürich (202f1bf7e5)
|
#include <QColor>#include <QImage>#include <QPainter>#include <QSize>#include <QSvgGenerator>#include <cmath>#include <map>#include <random>#include "qgssymbol.h"#include "qgssymbollayer.h"#include "qgslinesymbollayer.h"#include "qgsmarkersymbollayer.h"#include "qgsfillsymbollayer.h"#include "qgsgeometrygeneratorsymbollayer.h"#include "qgsmaptopixelgeometrysimplifier.h"#include "qgslogger.h"#include "qgsrendercontext.h"#include "qgsproject.h"#include "qgsstyle.h"#include "qgspainteffect.h"#include "qgseffectstack.h"#include "qgsvectorlayer.h"#include "qgsfeature.h"#include "qgsgeometry.h"#include "qgsmultipoint.h"#include "qgsgeometrycollection.h"#include "qgslinestring.h"#include "qgspolygon.h"#include "qgsclipper.h"#include "qgsproperty.h"#include "qgscolorschemeregistry.h"#include "qgsapplication.h"#include "qgsexpressioncontextutils.h"#include "qgsrenderedfeaturehandlerinterface.h"#include "qgslegendpatchshape.h"#include "qgsgeos.h"
Go to the source code of this file.
Functions | |
| QgsProperty | rotateWholeSymbol (double additionalRotation, const QgsProperty &property) |
| QgsProperty | scaleWholeSymbol (double scaleFactor, const QgsProperty &property) |
| QgsProperty | scaleWholeSymbol (double scaleFactorX, double scaleFactorY, const QgsProperty &property) |
|
inline |
Definition at line 59 of file qgssymbol.cpp.
|
inline |
Definition at line 66 of file qgssymbol.cpp.
|
inline |
Definition at line 73 of file qgssymbol.cpp.