2017-06-07 16:07:17 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2017-08-06 13:39:03 +02:00
|
|
|
* src/core/symbology/qgslinesymbollayer.h *
|
2017-06-07 16:07:17 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-08-06 11:01:42 +02:00
|
|
|
class QgsSimpleLineSymbolLayer : QgsLineSymbolLayer
|
2012-09-24 02:28:15 +02:00
|
|
|
{
|
2017-06-07 16:07:17 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-06-07 16:07:17 +02:00
|
|
|
#include "qgslinesymbollayer.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
2017-06-07 16:07:17 +02:00
|
|
|
QgsSimpleLineSymbolLayer( const QColor &color = DEFAULT_SIMPLELINE_COLOR,
|
|
|
|
double width = DEFAULT_SIMPLELINE_WIDTH,
|
|
|
|
Qt::PenStyle penStyle = DEFAULT_SIMPLELINE_PENSTYLE );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
static QgsSymbolLayer *create( const QgsStringMap &properties = QgsStringMap() ) /Factory/;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: QgsSymbolLayer
|
|
|
|
%End
|
2017-05-01 18:13:15 +02:00
|
|
|
static QgsSymbolLayer *createFromSld( QDomElement &element ) /Factory/;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: QgsSymbolLayer
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
|
|
|
virtual QString layerType() const;
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual void startRender( QgsSymbolRenderContext &context );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual void stopRender( QgsSymbolRenderContext &context );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual void renderPolyline( const QPolygonF &points, QgsSymbolRenderContext &context );
|
|
|
|
|
|
|
|
|
|
|
|
virtual void renderPolygonStroke( const QPolygonF &points, QList<QPolygonF> *rings, QgsSymbolRenderContext &context );
|
|
|
|
|
|
|
|
|
|
|
|
virtual QgsStringMap properties() const;
|
2014-05-27 23:22:50 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
virtual QgsSimpleLineSymbolLayer *clone() const /Factory/;
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual void toSld( QDomDocument &doc, QDomElement &element, const QgsStringMap &props ) const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual QString ogrFeatureStyle( double mmScaleFactor, double mapUnitScaleFactor ) const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual void setOutputUnit( QgsUnitTypes::RenderUnit unit );
|
|
|
|
|
|
|
|
virtual QgsUnitTypes::RenderUnit outputUnit() const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual void setMapUnitScale( const QgsMapUnitScale &scale );
|
|
|
|
|
|
|
|
virtual QgsMapUnitScale mapUnitScale() const;
|
2014-01-27 09:22:24 +01:00
|
|
|
|
2014-05-07 19:02:11 +02:00
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual double estimateMaxBleed( const QgsRenderContext &context ) const;
|
2014-01-27 09:22:24 +01:00
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
Qt::PenStyle penStyle() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: Qt.PenStyle
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
void setPenStyle( Qt::PenStyle style );
|
|
|
|
|
|
|
|
Qt::PenJoinStyle penJoinStyle() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: Qt.PenJoinStyle
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
void setPenJoinStyle( Qt::PenJoinStyle style );
|
|
|
|
|
|
|
|
Qt::PenCapStyle penCapStyle() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: Qt.PenCapStyle
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
void setPenCapStyle( Qt::PenCapStyle style );
|
|
|
|
|
|
|
|
bool useCustomDashPattern() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: bool
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
void setUseCustomDashPattern( bool b );
|
|
|
|
|
2016-07-17 22:11:17 +10:00
|
|
|
void setCustomDashPatternUnit( QgsUnitTypes::RenderUnit unit );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Sets the units for lengths used in the custom dash pattern.
|
|
|
|
\param unit length units
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`customDashPatternUnit()`
|
2017-06-07 16:07:17 +02:00
|
|
|
%End
|
2016-07-18 09:42:45 +10:00
|
|
|
|
2016-07-17 22:11:17 +10:00
|
|
|
QgsUnitTypes::RenderUnit customDashPatternUnit() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Returns the units for lengths used in the custom dash pattern.
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`setCustomDashPatternUnit()`
|
2017-06-07 16:07:17 +02:00
|
|
|
:rtype: QgsUnitTypes.RenderUnit
|
|
|
|
%End
|
2014-05-07 19:02:11 +02:00
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
const QgsMapUnitScale &customDashPatternMapUnitScale() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: QgsMapUnitScale
|
|
|
|
%End
|
|
|
|
void setCustomDashPatternMapUnitScale( const QgsMapUnitScale &scale );
|
2013-04-19 15:20:44 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
QVector<qreal> customDashVector() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: list of qreal
|
|
|
|
%End
|
2017-05-01 18:13:15 +02:00
|
|
|
void setCustomDashVector( const QVector<qreal> &vector );
|
2014-01-27 09:22:24 +01:00
|
|
|
|
2014-01-20 22:34:22 +11:00
|
|
|
bool drawInsidePolygon() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: bool
|
|
|
|
%End
|
2014-01-20 22:34:22 +11:00
|
|
|
void setDrawInsidePolygon( bool drawInsidePolygon );
|
2014-01-27 09:22:24 +01:00
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual QVector<qreal> dxfCustomDashPattern( QgsUnitTypes::RenderUnit &unit ) const;
|
|
|
|
|
|
|
|
virtual Qt::PenStyle dxfPenStyle() const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual double dxfWidth( const QgsDxfExport &e, QgsSymbolRenderContext &context ) const;
|
|
|
|
|
|
|
|
virtual double dxfOffset( const QgsDxfExport &e, QgsSymbolRenderContext &context ) const;
|
|
|
|
|
|
|
|
virtual QColor dxfColor( QgsSymbolRenderContext &context ) const;
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-01-27 09:22:24 +01:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2016-08-06 11:01:42 +02:00
|
|
|
class QgsMarkerLineSymbolLayer : QgsLineSymbolLayer
|
2012-09-24 02:28:15 +02:00
|
|
|
{
|
2017-06-07 16:07:17 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-06-07 16:07:17 +02:00
|
|
|
#include "qgslinesymbollayer.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
2016-08-06 11:01:42 +02:00
|
|
|
QgsMarkerLineSymbolLayer( bool rotateMarker = DEFAULT_MARKERLINE_ROTATE,
|
2017-06-07 16:07:17 +02:00
|
|
|
double interval = DEFAULT_MARKERLINE_INTERVAL );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
enum Placement
|
|
|
|
{
|
|
|
|
Interval,
|
|
|
|
Vertex,
|
|
|
|
LastVertex,
|
|
|
|
FirstVertex,
|
2016-02-14 03:50:23 +01:00
|
|
|
CentralPoint,
|
|
|
|
CurvePoint
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
static QgsSymbolLayer *create( const QgsStringMap &properties = QgsStringMap() ) /Factory/;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Create a new MarkerLineSymbolLayerV2
|
|
|
|
|
|
|
|
\param properties A property map to deserialize saved information from properties()
|
|
|
|
|
|
|
|
:return: A new MarkerLineSymbolLayerV2
|
|
|
|
:rtype: QgsSymbolLayer
|
|
|
|
%End
|
2016-02-14 03:50:23 +01:00
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
static QgsSymbolLayer *createFromSld( QDomElement &element ) /Factory/;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Create a new MarkerLineSymbolLayerV2 from SLD
|
|
|
|
|
|
|
|
\param element An SLD XML DOM element
|
|
|
|
|
|
|
|
:return: A new MarkerLineSymbolLayerV2
|
|
|
|
:rtype: QgsSymbolLayer
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
|
|
|
virtual QString layerType() const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual void startRender( QgsSymbolRenderContext &context );
|
|
|
|
|
|
|
|
|
|
|
|
virtual void stopRender( QgsSymbolRenderContext &context );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual void renderPolyline( const QPolygonF &points, QgsSymbolRenderContext &context );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual void renderPolygonStroke( const QPolygonF &points, QList<QPolygonF> *rings, QgsSymbolRenderContext &context );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual QgsStringMap properties() const;
|
2014-10-21 00:51:52 +07:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual QgsMarkerLineSymbolLayer *clone() const /Factory/;
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual void toSld( QDomDocument &doc, QDomElement &element, const QgsStringMap &props ) const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual void setColor( const QColor &color );
|
|
|
|
|
2016-05-07 21:52:05 +10:00
|
|
|
virtual QColor color() const;
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual QgsSymbol *subSymbol();
|
|
|
|
|
|
|
|
virtual bool setSubSymbol( QgsSymbol *symbol /Transfer/ );
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
virtual void setWidth( double width );
|
|
|
|
virtual double width() const;
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual double estimateMaxBleed( const QgsRenderContext &context ) const;
|
|
|
|
|
2014-01-27 09:22:24 +01:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
bool rotateMarker() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Shall the marker be rotated.
|
|
|
|
|
|
|
|
:return: True if the marker should be rotated.
|
|
|
|
:rtype: bool
|
|
|
|
%End
|
2016-02-14 03:50:23 +01:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
void setRotateMarker( bool rotate );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Shall the marker be rotated.
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
double interval() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Returns the interval between individual markers. Units are specified through intervalUnits().
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`setInterval()`
|
|
|
|
.. seealso:: :py:func:`intervalUnit()`
|
2017-06-07 16:07:17 +02:00
|
|
|
:rtype: float
|
|
|
|
%End
|
2016-02-14 03:50:23 +01:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
void setInterval( double interval );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Sets the interval between individual markers.
|
|
|
|
\param interval interval size. Units are specified through setIntervalUnits()
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`interval()`
|
|
|
|
.. seealso:: :py:func:`setIntervalUnits()`
|
2017-06-07 16:07:17 +02:00
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2014-01-27 09:22:24 +01:00
|
|
|
Placement placement() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
The placement of the markers.
|
|
|
|
:rtype: Placement
|
|
|
|
%End
|
2016-02-14 03:50:23 +01:00
|
|
|
|
2014-01-27 09:22:24 +01:00
|
|
|
void setPlacement( Placement p );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
The placement of the markers.
|
|
|
|
%End
|
2014-05-07 19:02:11 +02:00
|
|
|
|
2014-05-04 20:27:41 +10:00
|
|
|
double offsetAlongLine() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Returns the offset along the line for the marker placement. For Interval placements, this is the distance
|
|
|
|
between the start of the line and the first marker. For FirstVertex and LastVertex placements, this is the
|
|
|
|
distance between the marker and the start of the line or the end of the line respectively.
|
|
|
|
This setting has no effect for Vertex or CentralPoint placements.
|
|
|
|
:return: The offset along the line. The unit for the offset is retrievable via offsetAlongLineUnit.
|
|
|
|
.. versionadded:: 2.3
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`setOffsetAlongLine`
|
|
|
|
.. seealso:: :py:func:`offsetAlongLineUnit`
|
|
|
|
.. seealso:: :py:func:`placement`
|
2017-06-07 16:07:17 +02:00
|
|
|
:rtype: float
|
|
|
|
%End
|
2014-05-04 20:27:41 +10:00
|
|
|
|
|
|
|
void setOffsetAlongLine( double offsetAlongLine );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Sets the the offset along the line for the marker placement. For Interval placements, this is the distance
|
|
|
|
between the start of the line and the first marker. For FirstVertex and LastVertex placements, this is the
|
|
|
|
distance between the marker and the start of the line or the end of the line respectively.
|
|
|
|
This setting has no effect for Vertex or CentralPoint placements.
|
|
|
|
\param offsetAlongLine Distance to offset markers along the line. The offset
|
|
|
|
unit is set via setOffsetAlongLineUnit.
|
|
|
|
.. versionadded:: 2.3
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`offsetAlongLine`
|
|
|
|
.. seealso:: :py:func:`setOffsetAlongLineUnit`
|
|
|
|
.. seealso:: :py:func:`setPlacement`
|
2017-06-07 16:07:17 +02:00
|
|
|
%End
|
2014-05-07 19:02:11 +02:00
|
|
|
|
2016-07-17 22:11:17 +10:00
|
|
|
QgsUnitTypes::RenderUnit offsetAlongLineUnit() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Returns the unit used for calculating the offset along line for markers.
|
|
|
|
:return: Offset along line unit type.
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`setOffsetAlongLineUnit`
|
|
|
|
.. seealso:: :py:func:`offsetAlongLine`
|
2017-06-07 16:07:17 +02:00
|
|
|
:rtype: QgsUnitTypes.RenderUnit
|
|
|
|
%End
|
2014-05-04 20:27:41 +10:00
|
|
|
|
2016-07-17 22:11:17 +10:00
|
|
|
void setOffsetAlongLineUnit( QgsUnitTypes::RenderUnit unit );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Sets the unit used for calculating the offset along line for markers.
|
|
|
|
\param unit Offset along line unit type.
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`offsetAlongLineUnit`
|
|
|
|
.. seealso:: :py:func:`setOffsetAlongLine`
|
2017-06-07 16:07:17 +02:00
|
|
|
%End
|
2014-05-07 19:02:11 +02:00
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
const QgsMapUnitScale &offsetAlongLineMapUnitScale() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Returns the map unit scale used for calculating the offset in map units along line for markers.
|
|
|
|
:return: Offset along line map unit scale.
|
|
|
|
:rtype: QgsMapUnitScale
|
|
|
|
%End
|
2014-04-06 21:14:02 +02:00
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
void setOffsetAlongLineMapUnitScale( const QgsMapUnitScale &scale );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Sets the map unit scale used for calculating the offset in map units along line for markers.
|
|
|
|
\param scale Offset along line map unit scale.
|
|
|
|
%End
|
2014-01-27 09:22:24 +01:00
|
|
|
|
2016-07-17 22:11:17 +10:00
|
|
|
void setIntervalUnit( QgsUnitTypes::RenderUnit unit );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Sets the units for the interval between markers.
|
|
|
|
\param unit interval units
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`intervalUnit()`
|
|
|
|
.. seealso:: :py:func:`setInterval()`
|
2017-06-07 16:07:17 +02:00
|
|
|
%End
|
2016-07-18 09:42:45 +10:00
|
|
|
|
2016-07-17 22:11:17 +10:00
|
|
|
QgsUnitTypes::RenderUnit intervalUnit() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
Returns the units for the interval between markers.
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:func:`setIntervalUnit()`
|
|
|
|
.. seealso:: :py:func:`interval()`
|
2017-06-07 16:07:17 +02:00
|
|
|
:rtype: QgsUnitTypes.RenderUnit
|
|
|
|
%End
|
2014-05-07 19:02:11 +02:00
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
void setIntervalMapUnitScale( const QgsMapUnitScale &scale );
|
|
|
|
const QgsMapUnitScale &intervalMapUnitScale() const;
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: QgsMapUnitScale
|
|
|
|
%End
|
|
|
|
|
|
|
|
virtual void setOutputUnit( QgsUnitTypes::RenderUnit unit );
|
|
|
|
|
|
|
|
virtual QgsUnitTypes::RenderUnit outputUnit() const;
|
2013-04-19 15:20:44 +02:00
|
|
|
|
2014-05-07 19:02:11 +02:00
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
virtual void setMapUnitScale( const QgsMapUnitScale &scale );
|
|
|
|
|
|
|
|
virtual QgsMapUnitScale mapUnitScale() const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual QSet<QString> usedAttributes( const QgsRenderContext &context ) const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual void setDataDefinedProperty( QgsSymbolLayer::Property key, const QgsProperty &property );
|
2013-04-19 15:20:44 +02:00
|
|
|
|
2015-05-19 16:54:37 +10:00
|
|
|
|
2015-11-02 19:32:07 +01:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
protected:
|
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
void renderPolylineInterval( const QPolygonF &points, QgsSymbolRenderContext &context );
|
|
|
|
void renderPolylineVertex( const QPolygonF &points, QgsSymbolRenderContext &context, Placement placement = Vertex );
|
|
|
|
void renderPolylineCentral( const QPolygonF &points, QgsSymbolRenderContext &context );
|
|
|
|
double markerAngle( const QPolygonF &points, bool isRing, int vertex );
|
2017-06-07 16:07:17 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: float
|
|
|
|
%End
|
2017-02-20 10:37:06 +10:00
|
|
|
|
|
|
|
|
2017-06-07 16:07:17 +02:00
|
|
|
private:
|
2017-05-01 18:13:15 +02:00
|
|
|
QgsMarkerLineSymbolLayer( const QgsMarkerLineSymbolLayer &other );
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-06-07 16:07:17 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2017-08-06 13:39:03 +02:00
|
|
|
* src/core/symbology/qgslinesymbollayer.h *
|
2017-06-07 16:07:17 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|