QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Functions
qgssymbollayerv2utils.h File Reference
#include <QMap>
#include <Qt>
#include <QtCore>
#include <QFont>
#include <QColor>
#include "qgssymbolv2.h"
#include "qgis.h"
#include "qgsmapunitscale.h"
Include dependency graph for qgssymbollayerv2utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsSymbolLayerV2Utils
 

Typedefs

typedef QMap< QString, QString > QgsStringMap
 
typedef QMap< QString,
QgsSymbolV2 * > 
QgsSymbolV2Map
 

Functions

QList< QPolygonF > offsetLine (QPolygonF polyline, double dist)
 
QList< QPolygonF > offsetLine (QPolygonF polyline, double dist, QGis::GeometryType geometryType)
 calculate geometry shifted by a specified distance More...
 

Typedef Documentation

typedef QMap<QString, QString> QgsStringMap

Definition at line 31 of file qgssymbollayerv2utils.h.

typedef QMap<QString, QgsSymbolV2* > QgsSymbolV2Map

Definition at line 34 of file qgssymbollayerv2utils.h.

Function Documentation

QList<QPolygonF> offsetLine ( QPolygonF  polyline,
double  dist 
)
Deprecated:
since 2.4 - calculate line shifted by a specified distance

Definition at line 808 of file qgssymbollayerv2utils.cpp.

References QGis::Line, offsetLine(), QGis::Point, and QGis::Polygon.

QList<QPolygonF> offsetLine ( QPolygonF  polyline,
double  dist,
QGis::GeometryType  geometryType 
)