java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QApplicationStateChangeEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QApplicationStateChangeEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ConstructorDescriptionSeeQApplicationStateChangeEvent::
QApplicationStateChangeEvent(Qt::ApplicationState) SeeQApplicationStateChangeEvent::
QApplicationStateChangeEvent(QApplicationStateChangeEvent) -
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.ApplicationState
SeeQApplicationStateChangeEvent::
applicationState()const clone()
Creates and returns a copy of this object.Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QApplicationStateChangeEvent
See
QApplicationStateChangeEvent::
QApplicationStateChangeEvent(QApplicationStateChangeEvent) - Parameters:
other
-
-
QApplicationStateChangeEvent
See
QApplicationStateChangeEvent::
QApplicationStateChangeEvent(Qt::ApplicationState) - Parameters:
state
-
-
-
Method Details