基於滾輪鼠標的基本輸入處理程序。 更多...
| import 語句: |
import QtDataVisualization 1.10
|
| Since: | QtDataVisualization 1.2 |
| 在 C++: | Q3DInputHandler |
| 繼承者: |
(since QtDataVisualization 1.2)
(since QtDataVisualization 1.2)
(since QtDataVisualization 1.2)
(since QtDataVisualization 1.2)
InputHandler3D is the basic input handler for wheel mouse type of input devices.
見 Q3DInputHandler 文檔編製瞭解更多細節。
|
rotationEnabled
:
bool
|
Defines whether this input handler allows graph rotation. Defaults to
true
.
該特性在 QtDataVisualization 1.2 引入。
|
selectionEnabled
:
bool
|
Defines whether this input handler allows selection from the graph. Defaults to
true
.
該特性在 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
.
該特性在 QtDataVisualization 1.2 引入。
|
zoomEnabled
:
bool
|
Defines whether this input handler allows graph zooming. Defaults to
true
.
該特性在 QtDataVisualization 1.2 引入。