Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QChildEvent class contains event parameters for child object events. More...
#include <QChildEvent>
Inherits QEvent.
The QChildEvent class contains event parameters for child object events.
Child events are sent immediately to objects when children are added or removed.
In both cases you can only rely on the child being a QObject, or if isWidgetType() returns true, a QWidget. This is because in the ChildAdded case the child is not yet fully constructed; in the ChildRemoved case it might have already been destructed.
The handler for these events is QObject::childEvent().
Constructs a child event object of a particular type for the child.
Returns true if a child has been added to the object; otherwise returns false.
Returns the child object that was added or removed.
Returns true if a child has been removed from the object; otherwise returns false.
Copyright © 2004 Trolltech | Trademarks | Qt 4.0.0-b1 |