Definition at line 349 of file qcoreevent.h.
#include <qcoreevent.h>

Public Member Functions |
|
| QChildEvent (Type type, QObject *child) | |
| ~QChildEvent () | |
| QObject * | child () const |
| bool | added () const |
| bool | polished () const |
| bool | removed () const |
Protected Attributes |
|
| QObject * | c |
| QChildEvent | ( | Type | type, |
| QObject * | child | ||
| ) |
| ~QChildEvent | ( | ) |
| QObject* child | ( | ) | const [inline] |
| bool added | ( | ) | const [inline] |
Definition at line 355 of file qcoreevent.h.
{ return type() == ChildAdded; }
| bool polished | ( | ) | const [inline] |
Definition at line 359 of file qcoreevent.h.
{ return type() == ChildPolished; }
| bool removed | ( | ) | const [inline] |
Definition at line 360 of file qcoreevent.h.
{ return type() == ChildRemoved; }
Definition at line 362 of file qcoreevent.h.