16#ifndef QGSVERTEXMARKER_H
17#define QGSVERTEXMARKER_H
42 sipType = sipType_QgsVertexMarker;
80 void setIconType(
int iconType );
82 void setIconSize(
int iconSize );
89 void setColor(
const QColor &color );
96 QColor
color()
const {
return mColor; }
104 void setFillColor(
const QColor &color );
114 void setPenWidth(
int width );
116 void paint( QPainter *p )
override;
127 int mIconType = ICON_X;
138 QColor mColor = QColor( 255, 0, 0 );
144 QColor mFillColor = QColor( 0, 0, 0, 0 );
An abstract class for items that can be placed on the map canvas.
QRectF boundingRect() const override
virtual void paint(QPainter *painter)=0
function to be implemented by derived classes
virtual void updatePosition()
called on changed extent or resize event to update position of the item
Map canvas is a class for displaying all GIS data types on a canvas.
A class to represent a 2D point.
A class for marking vertices of features using e.g.
QColor color() const
Returns the stroke color for the marker.
@ ICON_TRIANGLE
Added in QGIS 3.12.
@ ICON_DOUBLE_TRIANGLE
Added in QGIS 3.0.
@ ICON_INVERTED_TRIANGLE
Added in QGIS 3.20.
@ ICON_RHOMBUS
Added in QGIS 3.12.
QgsPointXY center() const
Returns the center point of the marker, in map coordinates.
QColor fillColor() const
Returns the fill color for the marker.
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)