QAxisSetting¶
QAxisSetting
stores settings for the specified list of Axis. More…
Synopsis¶
Functions¶
def
axes
()def
deadZoneRadius
()def
isSmoothEnabled
()
Slots¶
def
setAxes
(axes)def
setDeadZoneRadius
(deadZoneRadius)def
setSmoothEnabled
(enabled)
Signals¶
def
axesChanged
(axes)def
deadZoneRadiusChanged
(deadZoneRadius)def
smoothChanged
(smooth)
Detailed Description¶
Stores the dead zone associated with this axis and defines if smoothing is enabled
- class PySide2.Qt3DInput.Qt3DInput.QAxisSetting([parent=None])¶
- param parent:
Constructs a new
QAxisSetting
instance withparent
.
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.axes()¶
- Return type:
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.axesChanged(axes)¶
- Parameters:
axes –
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.deadZoneRadius()¶
- Return type:
float
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.deadZoneRadiusChanged(deadZoneRadius)¶
- Parameters:
deadZoneRadius – float
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.isSmoothEnabled()¶
- Return type:
bool
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setAxes(axes)¶
- Parameters:
axes –
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setDeadZoneRadius(deadZoneRadius)¶
- Parameters:
deadZoneRadius – float
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setSmoothEnabled(enabled)¶
- Parameters:
enabled – bool
- PySide2.Qt3DInput.Qt3DInput.QAxisSetting.smoothChanged(smooth)¶
- Parameters:
smooth – bool
© 2022 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.