InputHandler3D QML Type
기본 휠 마우스 기반 입력 핸들러입니다. 더 보기...
Import Statement: | import QtDataVisualization 1.8 |
Since: | QtDataVisualization 1.2 |
In C++: | Q3DInputHandler |
Inherited By: |
속성
- rotationEnabled : bool
(since QtDataVisualization 1.2)
- selectionEnabled : bool
(since QtDataVisualization 1.2)
- zoomAtTargetEnabled : bool
(since QtDataVisualization 1.2)
- zoomEnabled : bool
(since QtDataVisualization 1.2)
상세 설명
InputHandler3D는 휠 마우스 유형의 입력 장치를 위한 기본 입력 핸들러입니다.
자세한 내용은 Q3DInputHandler 문서를 참조하세요.
프로퍼티 문서
rotationEnabled : bool |
이 입력 핸들러가 그래프 회전을 허용할지 여부를 정의합니다. 기본값은 true
입니다.
이 프로퍼티는 QtDataVisualization 1.2에 도입되었습니다.
selectionEnabled : bool |
이 입력 핸들러가 그래프에서 선택을 허용할지 여부를 정의합니다. 기본값은 true
입니다.
이 프로퍼티는 QtDataVisualization 1.2에 도입되었습니다.
zoomAtTargetEnabled : bool |
확대/축소 시 카메라 타겟을 확대/축소 당시의 입력 위치로 변경할지 여부를 정의합니다. 기본값은 true
입니다.
이 프로퍼티는 QtDataVisualization 1.2에 도입되었습니다.
zoomEnabled : bool |
이 입력 핸들러가 그래프 확대/축소를 허용할지 여부를 정의합니다. 기본값은 true
입니다.
이 프로퍼티는 QtDataVisualization 1.2에 도입되었습니다.
© 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.