The PointHandle class provides handles to update its parents bounding points.
More...
#include <PainterGraphicsItems.h>
|
| virtual void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| | Override event handler to listen to mouse move events.
|
| |
The PointHandle class provides handles to update its parents bounding points.
| PainterPanel::BaseShapeItem::PointHandle::PointHandle |
( |
QPointF |
position, |
|
|
BaseShapeItem * |
parent, |
|
|
QColor |
penColor = Qt::gray |
|
) |
| |
|
inline |
| virtual void PainterPanel::BaseShapeItem::PointHandle::mouseMoveEvent |
( |
QGraphicsSceneMouseEvent * |
event | ) |
|
|
inlineprotectedvirtual |
Override event handler to listen to mouse move events.
- Parameters
-
| event | the graphics scene mouse event to listen to |
| BaseShapeItem* PainterPanel::BaseShapeItem::PointHandle::m_parent |
|
private |
The parent of this handle.
The documentation for this class was generated from the following file: