QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
15 #ifndef QGSHIGHLIGHT_H
16 #define QGSHIGHLIGHT_H
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 );
133 void setFillColor(
const QColor &fillColor );
139 int width( )
const {
return mWidth; }
146 void setWidth(
int width );
152 double buffer( )
const {
return mBuffer; }
176 void paint( QPainter *p )
override;
182 void updateTransformedGeometry();
195 std::unique_ptr< QgsFeatureRenderer > createRenderer(
QgsRenderContext &context,
const QColor &color,
const QColor &fillColor );
198 void paintPolygon( QPainter *p,
const QgsPolygonXY &polygon );
208 QPointer< QgsMapLayer > mLayer;
211 double mMinWidth = 0;
RenderUnit
Rendering size units.
QVector< QgsPolylineXY > QgsPolygonXY
Polygon: first item of the list is outer ring, inner rings (if any) start from second item.
Point geometry type, with support for z-dimension and m-values.
QVector< QgsPointXY > QgsPolylineXY
Polyline as represented as a vector of two-dimensional points.
int width() const
Returns the stroke width.
Map canvas is a class for displaying all GIS data types on a canvas.
Contains information about the context of a rendering operation.
Abstract base class for all rendered symbols.
void setBuffer(double buffer)
Set line / stroke buffer in millimeters.
A class for highlight features on the map.
void setMinWidth(double width)
Set minimum line / stroke width in millimeters.
virtual void updatePosition()
called on changed extent or resize event to update position of the item
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)
virtual void paint(QPainter *painter)=0
function to be implemented by derived classes
An abstract class for items that can be placed on the map canvas.
QColor fillColor() const
Returns the fill color.
QgsMapLayer * layer() const
Returns the layer for which this highlight has been created.
A geometry is the spatial representation of a feature.
double buffer() const
Returns the buffer.
Represents a vector layer which manages a vector based data sets.
Base class for all map layer types. This is the base class for all map layer types (vector,...
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...