QShowEvent Class Reference

#include <qevent.h>

Inheritance diagram for QShowEvent:

Inheritance graph
[legend]
Collaboration diagram for QShowEvent:

Collaboration graph
[legend]
List of all members.

Detailed Description

The QShowEvent class provides an event that is sent when a widget is shown.

There are two kinds of show events: show events caused by the window system (spontaneous), and internal show events. Spontaneous show events are sent just after the window system shows the window; they are also sent when a top-level window is redisplayed after being iconified. Internal show events are delivered just before the widget becomes visible.

See also:
QHideEvent

Definition at line 343 of file qevent.h.

Public Member Functions

 QShowEvent ()
 ~QShowEvent ()


Constructor & Destructor Documentation

QShowEvent::QShowEvent (  ) 

Constructs a QShowEvent.

Definition at line 2822 of file qevent.cpp.

02823     : QEvent(Show)
02824 {}

QShowEvent::~QShowEvent (  ) 

Definition at line 2828 of file qevent.cpp.

02829 {
02830 }


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