QGIS API Documentation
3.32.0-Lima (311a8cb8a6)
src
core
symbology
qgslinesymbol.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgslinesymbol.h
3
---------------------
4
begin : November 2009
5
copyright : (C) 2009 by Martin Dobias
6
email : wonder dot sk at gmail dot com
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
#ifndef QGSLINESYMBOL_H
17
#define QGSLINESYMBOL_H
18
19
#include "qgis_core.h"
20
#include "
qgis.h
"
21
#include "
qgssymbol.h
"
22
29
class
CORE_EXPORT
QgsLineSymbol
:
public
QgsSymbol
30
{
31
public
:
32
37
static
QgsLineSymbol
*createSimple(
const
QVariantMap &properties )
SIP_FACTORY
;
38
44
QgsLineSymbol
(
const
QgsSymbolLayerList
&layers
SIP_TRANSFER
=
QgsSymbolLayerList
() );
45
52
void
setWidth(
double
width )
const
;
53
59
void
setWidthUnit(
Qgis::RenderUnit
unit )
const
;
60
71
double
width()
const
;
72
84
double
width(
const
QgsRenderContext
&context )
const
;
85
91
void
setDataDefinedWidth(
const
QgsProperty
&property )
const
;
92
100
QgsProperty
dataDefinedWidth()
const
;
101
114
void
renderPolyline(
const
QPolygonF &points,
const
QgsFeature
*f,
QgsRenderContext
&context,
int
layer = -1,
bool
selected =
false
);
115
116
QgsLineSymbol
*
clone
()
const
override
SIP_FACTORY
;
117
118
private
:
119
120
void
renderPolylineUsingLayer(
QgsLineSymbolLayer
*layer,
const
QPolygonF &points,
QgsSymbolRenderContext
&context );
121
122
};
123
124
125
#endif
// QGSLINESYMBOL_H
126
Qgis::RenderUnit
RenderUnit
Rendering size units.
Definition:
qgis.h:3441
QgsFeature
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Definition:
qgsfeature.h:56
QgsLineSymbolLayer
Definition:
qgssymbollayer.h:1064
QgsLineSymbol
A line symbol type, for rendering LineString and MultiLineString geometries.
Definition:
qgslinesymbol.h:30
QgsProperty
A store for object properties.
Definition:
qgsproperty.h:230
QgsRenderContext
Contains information about the context of a rendering operation.
Definition:
qgsrendercontext.h:61
QgsSymbolRenderContext
Definition:
qgssymbolrendercontext.h:35
QgsSymbol
Abstract base class for all rendered symbols.
Definition:
qgssymbol.h:94
QgsSymbol::clone
virtual QgsSymbol * clone() const =0
Returns a deep copy of this symbol.
qgis.h
SIP_TRANSFER
#define SIP_TRANSFER
Definition:
qgis_sip.h:36
SIP_FACTORY
#define SIP_FACTORY
Definition:
qgis_sip.h:76
qgssymbol.h
QgsSymbolLayerList
QList< QgsSymbolLayer * > QgsSymbolLayerList
Definition:
qgssymbol.h:30
Generated on Sun Jun 25 2023 11:54:04 for QGIS API Documentation by
1.9.4