Classes - Annotated - Tree - Functions - Home - Structure

QHideEvent Class Reference

The QHideEvent class provides an event which is sent after a widget is hidden. More...

#include <qevent.h>

Inherits QEvent.

List of all member functions.

Public 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 - i.e., the user hid the window via 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() is TRUE.

See also QShowEvent.


Member Function Documentation

QHideEvent::QHideEvent ()

Constructs a QHideEvent.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2001 Trolltech, all rights reserved.


Copyright © 2001 TrolltechTrademarks
Qt version 3.0.0-beta1-beta1