Qt logo

QChildEvent Class Reference


The QChildEvent class contains event parameters for child object events. More...

#include <qevent.h>

Inherits QEvent.

List of all member functions.

Public Members


Detailed Description

The QChildEvent class contains event parameters for child object events.

Child events are sent to objects when children are inserted or removed.

The handler for these events is QObject::childEvent().


Member Function Documentation

QChildEvent::QChildEvent ( Type type, QObject * child )

Constructs a child event object.

The type parameter must be either QEvent::ChildInserted or QEvent::ChildRemoved.

QObject * QChildEvent::child () const

Returns the child widget inserted or removed.

bool QChildEvent::inserted () const

Returns TRUE if the widget received a new child.

bool QChildEvent::removed () const

Returns TRUE if the object 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-99 Troll Tech, all rights reserved.


Copyright © 1999 Troll TechTrademarks
Qt version 2.0.2