This class add event handling to QGraphicsPolygonItem. More...
#include <GraphicsPointPolygon.h>
Public Member Functions | |
GraphicsPointPolygon (GraphicsPoint &graphicsPoint, const QPolygonF &polygon) | |
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 QGraphicsPolygonItem.
Definition at line 16 of file GraphicsPointPolygon.h.