The QChildEvent class contains event parameters for child widget events. More...
#include <qevent.h>
Inherits QEvent.
Child events are sent to widgets when children are inserted or removed.
In this release of Qt, no event handlers are defined to receive child events. Reimplement QObject::event() or install an QObject::eventFilter() to handle these events.
Constructs a child event object.
The type parameter must be either Event_ChildInserted or Event_ChildRemoved.
Returns the child widget inserted or removed.
Returns TRUE if the widget received a new child.
Returns TRUE if the widget lost a child.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.
It was generated from the following files:
Copyright © 1998 Troll Tech | Trademarks | Qt version 1.42
|