java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QShortcutEvent
- All Implemented Interfaces:
QtObjectInterface
Event which is generated when the user presses a key combination
Java wrapper for Qt class QShortcutEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionQShortcutEvent(QKeySequence key, int id) Overloaded constructor forQShortcutEvent(io.qt.gui.QKeySequence, int, boolean)withambiguous = false.QShortcutEvent(QKeySequence key, int id, boolean ambiguous) protectedQShortcutEvent(QShortcutEvent arg__1) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final booleanfinal QKeySequencekey()protected final voidset(QShortcutEvent other) protected final voidsetAmbiguous(boolean ambiguous) protected final voidsetKey(QKeySequence key) protected final voidsetShortcutId(int shortcutId) final inttoString()Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QShortcutEvent
Overloaded constructor for
QShortcutEvent(io.qt.gui.QKeySequence, int, boolean)withambiguous = false. -
QShortcutEvent
-
QShortcutEvent
-
QShortcutEvent
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details