Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeDataExtended Class Reference

Public Functions

 QDeclarativeDataExtended ()
 
 ~QDeclarativeDataExtended ()
 

Public Variables

QHash< int, QObject * > attachedProperties
 
QList< QDeclarativeAbstractBoundSignal * > boundSignals
 
QDeclarativeNotifier objectNameNotifier
 

Detailed Description

Definition at line 1129 of file qdeclarativeengine.cpp.

Constructors and Destructors

◆ QDeclarativeDataExtended()

QDeclarativeDataExtended::QDeclarativeDataExtended ( )

Definition at line 1139 of file qdeclarativeengine.cpp.

1140 {
1141 }

◆ ~QDeclarativeDataExtended()

QDeclarativeDataExtended::~QDeclarativeDataExtended ( )

Definition at line 1143 of file qdeclarativeengine.cpp.

1144 {
1145 }

Properties

◆ attachedProperties

QHash<int, QObject *> QDeclarativeDataExtended::attachedProperties

Definition at line 1134 of file qdeclarativeengine.cpp.

Referenced by QDeclarativeData::attachedProperties().

◆ boundSignals

QList<QDeclarativeAbstractBoundSignal *> QDeclarativeDataExtended::boundSignals

Definition at line 1136 of file qdeclarativeengine.cpp.

Referenced by QDeclarativeData::addBoundSignal().

◆ objectNameNotifier

QDeclarativeNotifier QDeclarativeDataExtended::objectNameNotifier

Definition at line 1135 of file qdeclarativeengine.cpp.

Referenced by QDeclarativeData::objectNameNotifier().


The documentation for this class was generated from the following file: