18#ifndef QGSPLOTCANVASITEM_H
19#define QGSPLOTCANVASITEM_H
21#include <QGraphicsItem>
44 sipType = sipType_QgsPlotCanvasItem;
62 virtual void paint( QPainter *painter ) = 0;
64 void paint( QPainter *painter,
65 const QStyleOptionGraphicsItem *option,
66 QWidget *widget =
nullptr )
override;
An abstract class for items that can be placed on a QgsPlotCanvas.
virtual void paint(QPainter *painter)=0
Paints the item.
~QgsPlotCanvasItem() override
Plot canvas is a class for displaying interactive 2d charts and plots.
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)