Qt 4.8
|
#include <qdeclarativedom_p_p.h>
Public Functions | |
QDeclarativeDomPropertyPrivate () | |
QDeclarativeDomPropertyPrivate (const QDeclarativeDomPropertyPrivate &o) | |
~QDeclarativeDomPropertyPrivate () | |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Public Variables | |
QDeclarativeParser::Property * | property |
QByteArray | propertyName |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 91 of file qdeclarativedom_p_p.h.
QDeclarativeDomPropertyPrivate::QDeclarativeDomPropertyPrivate | ( | ) |
Definition at line 216 of file qdeclarativedom.cpp.
|
inline |
Definition at line 95 of file qdeclarativedom_p_p.h.
QDeclarativeDomPropertyPrivate::~QDeclarativeDomPropertyPrivate | ( | ) |
Definition at line 221 of file qdeclarativedom.cpp.
QDeclarativeParser::Property* QDeclarativeDomPropertyPrivate::property |
Definition at line 100 of file qdeclarativedom_p_p.h.
Referenced by QDeclarativeDomDynamicProperty::defaultValue(), QDeclarativeDomProperty::isDefaultProperty(), QDeclarativeDomProperty::isValid(), QDeclarativeDomProperty::length(), QDeclarativeDomProperty::position(), QDeclarativeDomObject::properties(), QDeclarativeDomProperty::value(), and ~QDeclarativeDomPropertyPrivate().
QByteArray QDeclarativeDomPropertyPrivate::propertyName |
Definition at line 99 of file qdeclarativedom_p_p.h.
Referenced by QDeclarativeDomDynamicProperty::defaultValue(), QDeclarativeDomObject::properties(), QDeclarativeDomProperty::propertyName(), and QDeclarativeDomProperty::propertyNameParts().