28#include <QPainterPath>
74 sipType = sipType_QgsHighlight;
86 Q_PROPERTY( QColor color READ color WRITE setColor )
87 Q_PROPERTY( QColor fillColor READ fillColor WRITE setFillColor )
88 Q_PROPERTY(
int width READ width WRITE setWidth )
89 Q_PROPERTY(
int buffer READ buffer WRITE setBuffer )
113 QColor color( )
const {
return mColor; }
119 void setColor(
const QColor &color );
132 void setFillColor(
const QColor &fillColor );
138 int width( )
const {
return mWidth; }
145 void setWidth(
int width );
151 double buffer( )
const {
return mBuffer; }
170 void updatePosition()
override;
177 void applyDefaultStyle();
180 void paint( QPainter *p )
override;
186 void updateTransformedGeometry();
199 std::unique_ptr< QgsFeatureRenderer > createRenderer(
QgsRenderContext &context,
const QColor &color,
const QColor &fillColor );
202 void paintPolygon( QPainter *p,
const QgsPolygonXY &polygon );
212 QPointer< QgsMapLayer > mLayer;
215 double mMinWidth = 0;
219 friend class QgsMapToolAddFeature;
220 friend class QgsUpdateGpsDetailsAction;
221 double mPointSizeRadiusMM = 1.5;
222 PointSymbol mPointSymbol = PointSymbol::Square;
RenderUnit
Rendering size units.
Abstract base class for all 2D vector feature renderers.
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
A geometry is the spatial representation of a feature.
A class for highlight features on the map.
QgsMapLayer * layer() const
Returns the layer for which this highlight has been created.
double buffer() const
Returns the buffer.
void setBuffer(double buffer)
Set line / stroke buffer in millimeters.
int width() const
Returns the stroke width.
QColor fillColor() const
Returns the fill color.
void setMinWidth(double width)
Set minimum line / stroke width in millimeters.
An abstract class for items that can be placed on the map canvas.
Map canvas is a class for displaying all GIS data types on a canvas.
Base class for all map layer types.
Point geometry type, with support for z-dimension and m-values.
Contains information about the context of a rendering operation.
Abstract base class for all rendered symbols.
Represents a vector layer which manages a vector based data sets.
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)
QVector< QgsPolylineXY > QgsPolygonXY
Polygon: first item of the list is outer ring, inner rings (if any) start from second item.
QVector< QgsPointXY > QgsPolylineXY
Polyline as represented as a vector of two-dimensional points.