GraphItemDragHandler QML Type
Assists converting mouse drags into data positions. More...
Import Statement: | import QuickGraphLib.GraphItems |
Inherits: |
Properties
- dataTransform : matrix4x4
- dragging : bool
Signals
- moved(rect position)
Detailed Description
See also Draggable region.
Property Documentation
dataTransform : matrix4x4 |
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
.