QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Classes | Macros
qgslinesymbollayer.h File Reference
#include "qgis_core.h"
#include "qgis.h"
#include "qgssymbollayer.h"
#include <QPen>
#include <QVector>
Include dependency graph for qgslinesymbollayer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsHashedLineSymbolLayer
 Line symbol layer type which draws repeating line sections along a line feature. More...
 
class  QgsMarkerLineSymbolLayer
 Line symbol layer type which draws repeating marker symbols along a line feature. More...
 
class  QgsSimpleLineSymbolLayer
 A simple line symbol layer, which renders lines using a line in a variety of styles (e.g. More...
 
class  QgsTemplatedLineSymbolLayerBase
 Base class for templated line symbols, e.g. More...
 

Macros

#define DEFAULT_MARKERLINE_INTERVAL   3
 
#define DEFAULT_MARKERLINE_ROTATE   true
 
#define DEFAULT_SIMPLELINE_CAPSTYLE   Qt::SquareCap
 
#define DEFAULT_SIMPLELINE_COLOR   QColor(35,35,35)
 
#define DEFAULT_SIMPLELINE_JOINSTYLE   Qt::BevelJoin
 
#define DEFAULT_SIMPLELINE_PENSTYLE   Qt::SolidLine
 
#define DEFAULT_SIMPLELINE_WIDTH   DEFAULT_LINE_WIDTH
 

Macro Definition Documentation

◆ DEFAULT_MARKERLINE_INTERVAL

#define DEFAULT_MARKERLINE_INTERVAL   3

Definition at line 243 of file qgslinesymbollayer.h.

◆ DEFAULT_MARKERLINE_ROTATE

#define DEFAULT_MARKERLINE_ROTATE   true

Definition at line 242 of file qgslinesymbollayer.h.

◆ DEFAULT_SIMPLELINE_CAPSTYLE

#define DEFAULT_SIMPLELINE_CAPSTYLE   Qt::SquareCap

Definition at line 32 of file qgslinesymbollayer.h.

◆ DEFAULT_SIMPLELINE_COLOR

#define DEFAULT_SIMPLELINE_COLOR   QColor(35,35,35)

Definition at line 28 of file qgslinesymbollayer.h.

◆ DEFAULT_SIMPLELINE_JOINSTYLE

#define DEFAULT_SIMPLELINE_JOINSTYLE   Qt::BevelJoin

Definition at line 31 of file qgslinesymbollayer.h.

◆ DEFAULT_SIMPLELINE_PENSTYLE

#define DEFAULT_SIMPLELINE_PENSTYLE   Qt::SolidLine

Definition at line 30 of file qgslinesymbollayer.h.

◆ DEFAULT_SIMPLELINE_WIDTH

#define DEFAULT_SIMPLELINE_WIDTH   DEFAULT_LINE_WIDTH

Definition at line 29 of file qgslinesymbollayer.h.