QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
qgslinesymbollayerv2.cpp File Reference
#include "qgslinesymbollayerv2.h"
#include "qgsdxfexport.h"
#include "qgssymbollayerv2utils.h"
#include "qgsexpression.h"
#include "qgsrendercontext.h"
#include "qgslogger.h"
#include "qgsvectorlayer.h"
#include "qgsgeometrysimplifier.h"
#include <QPainter>
#include <QDomDocument>
#include <QDomElement>
#include <cmath>
Include dependency graph for qgslinesymbollayerv2.cpp:

Go to the source code of this file.

Classes

class  MyLine
 

Functions

static double _averageAngle (const QPointF &prevPt, const QPointF &pt, const QPointF &nextPt)
 

Function Documentation

static double _averageAngle ( const QPointF &  prevPt,
const QPointF &  pt,
const QPointF &  nextPt 
)
static

Definition at line 884 of file qgslinesymbollayerv2.cpp.

References MyLine::angle().

Referenced by QgsMarkerLineSymbolLayerV2::markerAngle().