com.trolltech.qt.gui
Class QWindowStateChangeEvent
java.lang.Object
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QEvent
com.trolltech.qt.gui.QWindowStateChangeEvent
- All Implemented Interfaces:
- QtJambiInterface
public class QWindowStateChangeEvent
- extends QEvent
The QWindowStateChangeEvent class provides the window state before a window state change.
Nested classes/interfaces inherited from class com.trolltech.qt.core.QEvent |
QEvent.Type |
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QWindowStateChangeEvent
public QWindowStateChangeEvent(Qt.WindowStates aOldState,
boolean isOverride)
-
QWindowStateChangeEvent
public QWindowStateChangeEvent(Qt.WindowStates aOldState)
-
isOverride
public final boolean isOverride()
-
oldState
public final Qt.WindowStates oldState()
Returns the state of the window before the change.
fromNativePointer
public static QWindowStateChangeEvent fromNativePointer(QNativePointer nativePointer)
- This function returns the QWindowStateChangeEvent instance pointed to by nativePointer
- Parameters:
nativePointer
- the QNativePointer of which object should be returned.