java.lang.Object
io.qt.QtObject
io.qt.test.QTestEvent
io.qt.test.QTestKeyEvent
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QTestKeyEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQTestKeyEvent
(QTest.KeyAction action, byte ascii, Qt.KeyboardModifiers modifiers, int delay) QTestKeyEvent
(QTest.KeyAction action, Qt.Key key, Qt.KeyboardModifiers modifiers, int delay) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionprotected final QTest.KeyAction
action()
protected final byte
ascii()
clone()
protected final int
delay()
protected final QTest.KeyAction
Kotlin property getter.protected final byte
getAscii()
Kotlin property getter.protected final int
getDelay()
Kotlin property getter.protected final Qt.Key
getKey()
Kotlin property getter.protected final Qt.KeyboardModifiers
Kotlin property getter.protected final Qt.Key
key()
protected final Qt.KeyboardModifiers
protected final void
setAction
(QTest.KeyAction action) protected final void
setAscii
(byte ascii) protected final void
setDelay
(int delay) protected final void
protected final void
setModifiers
(Qt.KeyboardModifier ... modifiers) Overloaded function forsetModifiers(io.qt.core.Qt.KeyboardModifiers)
.protected final void
setModifiers
(Qt.KeyboardModifiers modifiers) void
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QTestKeyEvent
-
QTestKeyEvent
-
QTestKeyEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clone
- Specified by:
clone
in classQTestEvent
-
simulate
- Specified by:
simulate
in classQTestEvent
-
setAction
-
getAction
Kotlin property getter. In Java use
action()
instead. -
action
-
setAscii
-
getAscii
Kotlin property getter. In Java use
ascii()
instead. -
ascii
-
setDelay
-
getDelay
Kotlin property getter. In Java use
delay()
instead. -
delay
-
setKey
-
getKey
Kotlin property getter. In Java use
key()
instead. -
key
-
setModifiers
Overloaded function for
setModifiers(io.qt.core.Qt.KeyboardModifiers)
. -
setModifiers
-
getModifiers
Kotlin property getter. In Java use
modifiers()
instead. -
modifiers
-