QAxisstores QAbstractAxisInputs used to trigger an input event. 更多 …
def
addInput
(input)
def
inputs
()
def
removeInput
(input)
def
value
()
def
valueChanged
(value)
构造新
QAxis实例与parent.
PySide2.Qt3DInput.Qt3DInput.
QAxis
(
[
parent=None
]
)
¶
- param parent
QNode
构造新
QAxis
instance with parent
parent
.
PySide2.Qt3DInput.Qt3DInput.QAxis.
addInput
(
input
)
¶
input
–
QAbstractAxisInput
添加
input
for the axis.
另请参阅
QAbstractAxisInput
PySide2.Qt3DInput.Qt3DInput.QAxis.
inputs
(
)
¶
Returns vector of all inputs added to the axis.
PySide2.Qt3DInput.Qt3DInput.QAxis.
removeInput
(
input
)
¶
input
–
QAbstractAxisInput
Removes an
input
from the axis.
另请参阅
QAbstractAxisInput
PySide2.Qt3DInput.Qt3DInput.QAxis.
value
(
)
¶
float
PySide2.Qt3DInput.Qt3DInput.QAxis.
valueChanged
(
value
)
¶
value
–
float