InputHandler3D QML Type
Basic wheel mouse based input handler. More...
Import Statement: | import QtDataVisualization 1.7 |
Since: | QtDataVisualization 1.2 |
Instantiates: | Q3DInputHandler |
Inherited By: |
Properties
- rotationEnabled : bool
(since QtDataVisualization 1.2)
- selectionEnabled : bool
(since QtDataVisualization 1.2)
- zoomAtTargetEnabled : bool
(since QtDataVisualization 1.2)
- zoomEnabled : bool
(since QtDataVisualization 1.2)
Detailed Description
InputHandler3D is the basic input handler for wheel mouse type of input devices.
See Q3DInputHandler documentation for more details.
Property Documentation
rotationEnabled : bool |
Defines whether this input handler allows graph rotation. Defaults to true
.
This property was introduced in QtDataVisualization 1.2.
selectionEnabled : bool |
Defines whether this input handler allows selection from the graph. Defaults to true
.
This property was introduced in QtDataVisualization 1.2.
zoomAtTargetEnabled : bool |
Defines whether zooming changes the camera target to the position of the input at the time of the zoom. Defaults to true
.
This property was introduced in QtDataVisualization 1.2.
zoomEnabled : bool |
Defines whether this input handler allows graph zooming. Defaults to true
.
This property was introduced in QtDataVisualization 1.2.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.