java.lang.Object
io.qt.QtObject
io.qt.qt3d.extras.QAbstractCameraController.InputState
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QAbstractCameraController
Java wrapper for Qt class Qt3DExtras::QAbstractCameraController::InputState
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
clone()
final boolean
Kotlin property getter.final boolean
Kotlin property getter.final boolean
Kotlin property getter.final boolean
Kotlin property getter.final float
Kotlin property getter.final float
Kotlin property getter.final boolean
Kotlin property getter.final float
Kotlin property getter.final float
Kotlin property getter.final float
Kotlin property getter.final boolean
final boolean
final boolean
final float
final float
final void
setAltKeyActive
(boolean altKeyActive) final void
setLeftMouseButtonActive
(boolean leftMouseButtonActive) final void
setMiddleMouseButtonActive
(boolean middleMouseButtonActive) final void
setRightMouseButtonActive
(boolean rightMouseButtonActive) final void
setRxAxisValue
(float rxAxisValue) final void
setRyAxisValue
(float ryAxisValue) final void
setShiftKeyActive
(boolean shiftKeyActive) final void
setTxAxisValue
(float txAxisValue) final void
setTyAxisValue
(float tyAxisValue) final void
setTzAxisValue
(float tzAxisValue) final boolean
final float
final float
final float
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
InputState
public InputState() -
InputState
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setAltKeyActive
-
getAltKeyActive
Kotlin property getter. In Java use
altKeyActive()
instead. -
altKeyActive
-
setLeftMouseButtonActive
-
getLeftMouseButtonActive
Kotlin property getter. In Java use
leftMouseButtonActive()
instead. -
leftMouseButtonActive
-
setMiddleMouseButtonActive
-
getMiddleMouseButtonActive
Kotlin property getter. In Java use
middleMouseButtonActive()
instead. -
middleMouseButtonActive
-
setRightMouseButtonActive
-
getRightMouseButtonActive
Kotlin property getter. In Java use
rightMouseButtonActive()
instead. -
rightMouseButtonActive
-
setRxAxisValue
-
getRxAxisValue
Kotlin property getter. In Java use
rxAxisValue()
instead. -
rxAxisValue
-
setRyAxisValue
-
getRyAxisValue
Kotlin property getter. In Java use
ryAxisValue()
instead. -
ryAxisValue
-
setShiftKeyActive
-
getShiftKeyActive
Kotlin property getter. In Java use
shiftKeyActive()
instead. -
shiftKeyActive
-
setTxAxisValue
-
getTxAxisValue
Kotlin property getter. In Java use
txAxisValue()
instead. -
txAxisValue
-
setTyAxisValue
-
getTyAxisValue
Kotlin property getter. In Java use
tyAxisValue()
instead. -
tyAxisValue
-
setTzAxisValue
-
getTzAxisValue
Kotlin property getter. In Java use
tzAxisValue()
instead. -
tzAxisValue
-
clone
-