This class add event handling to QGraphicsEllipseItem. More...
#include <GraphicsPointEllipse.h>
Public Member Functions | |
GraphicsPointEllipse (GraphicsPoint &graphicsPoint, const QRect &rect) | |
Single constructor. | |
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. | |
This class add event handling to QGraphicsEllipseItem.
Definition at line 10 of file GraphicsPointEllipse.h.