InputHandler3D QML Type
Basic wheel mouse based input handler. More...
Import Statement: | import QtDataVisualization 1.2 |
Since: | QtDataVisualization 1.2 |
Instantiates: | Q3DInputHandler |
Inherited By: |
Properties
- rotationEnabled : bool
- selectionEnabled : bool
- zoomAtTargetEnabled : bool
- zoomEnabled : bool
Detailed Description
InputHandler3D is the basic input handler for wheel mouse type of input devices.
See Q3DInputHandler documentation for more details.
Property Documentation
This property specifies if this input handler allows graph rotation. Defaults to true
.
This QML property was introduced in QtDataVisualization 1.2.
This property specifies if this input handler allows selection from the graph. Defaults to true
.
This QML property was introduced in QtDataVisualization 1.2.
This property specifies if zooming changes the camera target to the position of the input at the time of the zoom. Defaults to true
.
This QML property was introduced in QtDataVisualization 1.2.
This property specifies if this input handler allows graph zooming. Defaults to true
.
This QML property was introduced in QtDataVisualization 1.2.