The QChildEvent class contains event parameters for child object events. More...
#include <qevent.h>
Inherits QEvent.
Child events are sent to objects when children are inserted or removed.
A ChildRemoved
event is sent immediately, but a ChildInserted
event
is posted (with QApplication::postEvent())
The handler for these events is QObject::childEvent().
Constructs a child event object.
The type parameter must be either QEvent::ChildInserted or QEvent::ChildRemoved.
Returns the child widget inserted or removed.
Returns TRUE if the widget received a new child.
Returns TRUE if the object lost a child.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|