java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QWindowStateChangeEvent
- All Implemented Interfaces:
QtObjectInterface
public class QWindowStateChangeEvent extends QEvent
The window state before a window state change
Java wrapper for Qt class QWindowStateChangeEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QWindowStateChangeEvent(Qt.WindowStates aOldState)
Overloaded constructor forQWindowStateChangeEvent(io.qt.core.Qt.WindowStates, boolean)
withisOverride = false
.QWindowStateChangeEvent(Qt.WindowStates aOldState, boolean isOverride)
protected
QWindowStateChangeEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description boolean
isOverride()
Qt.WindowStates
oldState()
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QWindowStateChangeEvent
Overloaded constructor for
QWindowStateChangeEvent(io.qt.core.Qt.WindowStates, boolean)
withisOverride = false
. -
QWindowStateChangeEvent
-
QWindowStateChangeEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details