java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QApplicationStateChangeEvent
- All Implemented Interfaces:
QtObjectInterface
public class QApplicationStateChangeEvent extends QEvent
Java wrapper for Qt class QApplicationStateChangeEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QApplicationStateChangeEvent(Qt.ApplicationState state)
protected
QApplicationStateChangeEvent(QApplicationStateChangeEvent arg__1)
protected
QApplicationStateChangeEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description Qt.ApplicationState
applicationState()
QApplicationStateChangeEvent
clone()
protected void
set(QApplicationStateChangeEvent other)
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QApplicationStateChangeEvent
-
QApplicationStateChangeEvent
-
QApplicationStateChangeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details