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;
76 #endif // QGSPLOTCANVASITEM_H