1 #ifndef GRAPHICS_POINT_POLYGON_H
2 #define GRAPHICS_POINT_POLYGON_H
4 #include <QGraphicsPolygonItem>
15 const QPolygonF &polygon);
18 QVariant
itemChange(GraphicsItemChange change,
const QVariant &value);
30 #endif // GRAPHICS_POINT_POLYGON_H
QVariant itemChange(GraphicsItemChange change, const QVariant &value)
Intercept moves by dragging so moved items can be identified. This replaces unreliable hit tests...
void setRadius(int radius)
Update the radius.
Graphics item for drawing a circular or polygonal Point.
This class add event handling to QGraphicsPolygonItem.