GraphItemDragHandler QML Type

Assists converting mouse drags into data positions. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

MouseArea

Properties

Signals

Detailed Description

See also Draggable region.

Property Documentation

dataTransform : matrix4x4 [required]

Must be assigned the data transform of the graph area this axis is paired to.

See also GraphArea::dataTransform.


dragging : bool

Whether the handler is currently being dragged.


Signal Documentation

moved(rect position)

Emitted when the handler should be moved, with the rect position that it should be moved to.

Note: The corresponding handler is onMoved.