![]() |
Qt 4.8
|
#include <qdeclarativedom_p_p.h>
Public Functions | |
| QDeclarativeDomDocumentPrivate () | |
| QDeclarativeDomDocumentPrivate (const QDeclarativeDomDocumentPrivate &o) | |
| ~QDeclarativeDomDocumentPrivate () | |
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 | |
| QList< int > | automaticSemicolonOffsets |
| QList< QDeclarativeError > | errors |
| QList< QDeclarativeDomImport > | imports |
| QDeclarativeParser::Object * | root |
Public Variables inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 62 of file qdeclarativedom_p_p.h.
| QDeclarativeDomDocumentPrivate::QDeclarativeDomDocumentPrivate | ( | ) |
Definition at line 56 of file qdeclarativedom.cpp.
|
inline |
Definition at line 66 of file qdeclarativedom_p_p.h.
| QDeclarativeDomDocumentPrivate::~QDeclarativeDomDocumentPrivate | ( | ) |
Definition at line 61 of file qdeclarativedom.cpp.
Referenced by QDeclarativeDomDocumentPrivate().
| QList<int> QDeclarativeDomDocumentPrivate::automaticSemicolonOffsets |
Definition at line 73 of file qdeclarativedom_p_p.h.
| QList<QDeclarativeError> QDeclarativeDomDocumentPrivate::errors |
Definition at line 70 of file qdeclarativedom_p_p.h.
Referenced by QDeclarativeDomDocument::errors(), and QDeclarativeDomDocument::load().
| QList<QDeclarativeDomImport> QDeclarativeDomDocumentPrivate::imports |
Definition at line 71 of file qdeclarativedom_p_p.h.
Referenced by QDeclarativeDomDocument::imports(), and QDeclarativeDomDocument::load().
| QDeclarativeParser::Object* QDeclarativeDomDocumentPrivate::root |
Definition at line 72 of file qdeclarativedom_p_p.h.
Referenced by QDeclarativeDomDocument::load(), QDeclarativeDomDocument::rootObject(), and ~QDeclarativeDomDocumentPrivate().