29 #ifndef VGRAPHICSFILLITEM_H
30 #define VGRAPHICSFILLITEM_H
32 #include <QGraphicsPathItem>
43 explicit VGraphicsFillItem(
const QColor &color,
bool fill, QGraphicsItem *parent =
nullptr);
54 void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option, QWidget *widget);
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
paint Paints the item, filling the inside surface
~VGraphicsFillItem()
~VGraphicsFillItem Destructor
VGraphicsFillItem(const QColor &color, bool fill, QGraphicsItem *parent=nullptr)
VGraphicsFillItem Constructor.