![]() |
Qt 4.8
|
#include <qdeclarativedom_p_p.h>
Public Functions | |
| QDeclarativeDomValuePrivate () | |
| QDeclarativeDomValuePrivate (const QDeclarativeDomValuePrivate &o) | |
| ~QDeclarativeDomValuePrivate () | |
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 |
| QDeclarativeParser::Value * | value |
Public Variables inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 115 of file qdeclarativedom_p_p.h.
| QDeclarativeDomValuePrivate::QDeclarativeDomValuePrivate | ( | ) |
Definition at line 1255 of file qdeclarativedom.cpp.
|
inline |
Definition at line 119 of file qdeclarativedom_p_p.h.
| QDeclarativeDomValuePrivate::~QDeclarativeDomValuePrivate | ( | ) |
Definition at line 1260 of file qdeclarativedom.cpp.
| QDeclarativeParser::Property* QDeclarativeDomValuePrivate::property |
Definition at line 123 of file qdeclarativedom_p_p.h.
Referenced by QDeclarativeDomList::commaPositions(), QDeclarativeDomList::length(), QDeclarativeDomList::position(), QDeclarativeDomValue::type(), QDeclarativeDomProperty::value(), QDeclarativeDomList::values(), and ~QDeclarativeDomValuePrivate().
| QDeclarativeParser::Value* QDeclarativeDomValuePrivate::value |
Definition at line 124 of file qdeclarativedom_p_p.h.
Referenced by QDeclarativeDomValue::length(), QDeclarativeDomValue::position(), QDeclarativeDomValue::toBinding(), QDeclarativeDomValue::toLiteral(), QDeclarativeDomValue::toObject(), QDeclarativeDomValue::toValueInterceptor(), QDeclarativeDomValue::toValueSource(), QDeclarativeDomValue::type(), QDeclarativeDomProperty::value(), QDeclarativeDomList::values(), and ~QDeclarativeDomValuePrivate().