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(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description Qt.ApplicationState
applicationState()
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QApplicationStateChangeEvent
-
QApplicationStateChangeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details