java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QFocusEvent
- All Implemented Interfaces:
QtObjectInterface
public class QFocusEvent extends QEvent
Contains event parameters for widget focus events
Java wrapper for Qt class QFocusEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QFocusEvent(QEvent.Type type)
Overloaded constructor forQFocusEvent(io.qt.core.QEvent.Type, io.qt.core.Qt.FocusReason)
withreason = io.qt.core.Qt.FocusReason.OtherFocusReason
.QFocusEvent(QEvent.Type type, Qt.FocusReason reason)
protected
QFocusEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QFocusEvent
Overloaded constructor for
QFocusEvent(io.qt.core.QEvent.Type, io.qt.core.Qt.FocusReason)
withreason = io.qt.core.Qt.FocusReason.OtherFocusReason
. -
QFocusEvent
-
QFocusEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details