7 #ifndef GRAPHICS_POINT_ELLIPSE_H
8 #define GRAPHICS_POINT_ELLIPSE_H
10 #include <QGraphicsEllipseItem>
24 QVariant
itemChange(GraphicsItemChange change,
const QVariant &value);
35 #endif // GRAPHICS_POINT_ELLIPSE_H
This class add event handling to QGraphicsEllipseItem.
Graphics item for drawing a circular or polygonal Point.
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.