QHideEvent Class Reference

#include <qevent.h>

Inheritance diagram for QHideEvent:

Inheritance graph
[legend]
Collaboration diagram for QHideEvent:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 351 of file qevent.h.

Public Member Functions

 QHideEvent ()
 ~QHideEvent ()


Constructor & Destructor Documentation

QHideEvent::QHideEvent (  ) 

Constructs a QHideEvent.

Definition at line 2793 of file qevent.cpp.

02794     : QEvent(Hide)
02795 {}

QHideEvent::~QHideEvent (  ) 

Definition at line 2799 of file qevent.cpp.

02800 {
02801 }


The documentation for this class was generated from the following files:
Generated on Thu Mar 15 17:59:04 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1