com.trolltech.qt.gui
Class QHideEvent
java.lang.Object
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QEvent
com.trolltech.qt.gui.QHideEvent
- All Implemented Interfaces:
- QtJambiInterface
public class QHideEvent
- extends QEvent
The QHideEvent class provides an event which is sent after a widget is hidden.
This event is sent just before QWidget::hide() returns, and also when a top-level window has been hidden (iconified) by the user.
If spontaneous is true, the event originated outside the application. In this case, the user hid the window using the window manager controls, either by iconifying the window or by switching to another virtual desktop where the window isn't visible. The window will become hidden but not withdrawn. If the window was iconified, QWidget::isMinimized() returns true.
- See Also:
- QShowEvent
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 |
QHideEvent
public QHideEvent()
Constructs a QHideEvent.
fromNativePointer
public static QHideEvent fromNativePointer(QNativePointer nativePointer)
- This function returns the QHideEvent instance pointed to by nativePointer
- Parameters:
nativePointer
- the QNativePointer of which object should be returned.