The RotationHandle class provides handles to update its parents orientation.
More...
#include <PainterGraphicsItems.h>
|
| virtual void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| | Override event handler to listen to mouse move events.
|
| |
The RotationHandle class provides handles to update its parents orientation.
| PainterPanel::BaseShapeItem::RotationHandle::RotationHandle |
( |
BaseShapeItem * |
parent | ) |
|
|
inline |
| virtual void PainterPanel::BaseShapeItem::RotationHandle::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::RotationHandle::m_parent |
|
private |
The parent of this handle.
| float PainterPanel::BaseShapeItem::RotationHandle::m_angle |
|
private |
The current orientation of the parent item.
The documentation for this class was generated from the following file: