From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qhideevent.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 doc/html/qhideevent.html (limited to 'doc/html/qhideevent.html') diff --git a/doc/html/qhideevent.html b/doc/html/qhideevent.html new file mode 100644 index 0000000..4aefaf4 --- /dev/null +++ b/doc/html/qhideevent.html @@ -0,0 +1,74 @@ + + + + + +QHideEvent Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

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 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 and Event Classes. + +


Member Function Documentation

+

QHideEvent::QHideEvent () +

+ +

Constructs a QHideEvent. + + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.3