Qt 4.8
|
#include <qobject_p.h>
Static Public Variables | |
static void(* | destroyed )(QAbstractDeclarativeData *, QObject *) |
static void(* | objectNameChanged )(QAbstractDeclarativeData *, QObject *) |
static void(* | parentChanged )(QAbstractDeclarativeData *, QObject *, QObject *) |
Definition at line 90 of file qobject_p.h.
|
static |
Definition at line 93 of file qobject_p.h.
Referenced by QDeclarativeData::init(), QGraphicsItem::~QGraphicsItem(), QObject::~QObject(), and QWidget::~QWidget().
|
static |
Definition at line 95 of file qobject_p.h.
Referenced by QDeclarativeData::init(), and QObject::setObjectName().
|
static |
Definition at line 94 of file qobject_p.h.
Referenced by QDeclarativeData::init(), and QObjectPrivate::setParent_helper().