InputHandler3D QML Type
Einfacher Mausrad-basierter Input-Handler. Mehr...
Import Statement: | import QtDataVisualization 1.8 |
Since: | QtDataVisualization 1.2 |
In C++: | Q3DInputHandler |
Inherited By: |
Eigenschaften
- rotationEnabled : bool
(since QtDataVisualization 1.2)
- selectionEnabled : bool
(since QtDataVisualization 1.2)
- zoomAtTargetEnabled : bool
(since QtDataVisualization 1.2)
- zoomEnabled : bool
(since QtDataVisualization 1.2)
Detaillierte Beschreibung
InputHandler3D ist der grundlegende Input-Handler für Eingabegeräte vom Typ Radmaus.
Siehe Q3DInputHandler Dokumentation für weitere Details.
Eigenschaft Dokumentation
rotationEnabled : bool |
Legt fest, ob dieser InputHandler eine Graphendrehung erlaubt. Die Voreinstellung ist true
.
Diese Eigenschaft wurde in QtDataVisualization 1.2 eingeführt.
selectionEnabled : bool |
Legt fest, ob dieser Input-Handler die Auswahl aus dem Graphen erlaubt. Der Standardwert ist true
.
Diese Eigenschaft wurde in QtDataVisualization 1.2 eingeführt.
zoomAtTargetEnabled : bool |
Legt fest, ob beim Zoomen das Kameraziel auf die Position der Eingabe zum Zeitpunkt des Zoomens geändert wird. Die Voreinstellung ist true
.
Diese Eigenschaft wurde in QtDataVisualization 1.2 eingeführt.
zoomEnabled : bool |
Legt fest, ob dieser Input-Handler das Zoomen des Graphen erlaubt. Der Standardwert ist true
.
Diese Eigenschaft wurde in QtDataVisualization 1.2 eingeführt.
© 2025 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.