| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
#include "qgssymbollayerutils.h"#include "qgssymbollayer.h"#include "qgssymbollayerregistry.h"#include "qgssymbol.h"#include "qgscolorramp.h"#include "qgsexpression.h"#include "qgsexpressionnode.h"#include "qgspainteffect.h"#include "qgspainteffectregistry.h"#include "qgsapplication.h"#include "qgspathresolver.h"#include "qgsproject.h"#include "qgsogcutils.h"#include "qgslogger.h"#include "qgsreadwritecontext.h"#include "qgsrendercontext.h"#include "qgsunittypes.h"#include "qgsexpressioncontextutils.h"#include "qgseffectstack.h"#include "qgsstyleentityvisitor.h"#include "qgsrenderer.h"#include "qgsxmlutils.h"#include "qgsfillsymbollayer.h"#include "qgslinesymbollayer.h"#include "qgslinesymbol.h"#include "qgsmarkersymbol.h"#include "qgsfillsymbol.h"#include "qgssymbollayerreference.h"#include <QColor>#include <QFont>#include <QDomDocument>#include <QDomNode>#include <QDomElement>#include <QIcon>#include <QPainter>#include <QSettings>#include <QPicture>#include <QUrl>#include <QUrlQuery>#include <QMimeData>#include <QRegularExpression>#include <QPolygonF>#include <cmath>#include <cfloat>
Go to the source code of this file.
| Macros | |
| #define | POINTS_TO_MM 2.83464567 | 
| Functions | |
| QList< QPolygonF > | offsetLine (QPolygonF polyline, double dist, QgsWkbTypes::GeometryType geometryType) | 
| calculate geometry shifted by a specified distance  More... | |
| #define POINTS_TO_MM 2.83464567 | 
Definition at line 60 of file qgssymbollayerutils.cpp.
| QList<QPolygonF> offsetLine | ( | QPolygonF | polyline, | 
| double | dist, | ||
| QgsWkbTypes::GeometryType | geometryType | ||
| ) | 
calculate geometry shifted by a specified distance
Definition at line 1032 of file qgssymbollayerutils.cpp.