Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQChildEvent class contains event parameters for child object events. More...
#include <ntqevent.h>
Inherits TQEvent.
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 TQApplication::postEvent()).
Note that if a child is removed immediately after it is inserted, the ChildInserted event may be suppressed, but the ChildRemoved event will always be sent. In this case there will be a ChildRemoved event without a corresponding ChildInserted event.
The handler for these events is TQObject::childEvent().
See also Event Classes.
Constructs a child event object. The child is the object that is to be removed or inserted.
The type parameter must be either TQEvent::ChildInserted or TQEvent::ChildRemoved.
Returns the child widget that was inserted or removed.
Returns TRUE if the widget received a new child; otherwise returns FALSE.
Returns TRUE if the object lost a child; otherwise returns FALSE.
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|