QmlComponentChain Class
(QmlJS::QmlComponentChain)Public Functions
QmlComponentChain(const Document::Ptr &document) | |
~QmlComponentChain() | |
void | addInstantiatingComponent(const QmlComponentChain *component) |
Document::Ptr | document() const |
const ObjectValue * | idScope() const |
QList<const QmlComponentChain *> | instantiatingComponents() const |
const ObjectValue * | rootObjectScope() const |
Member Function Documentation
QmlComponentChain::QmlComponentChain(const Document::Ptr &document)
Default constructs an instance of QmlComponentChain.
QmlComponentChain::~QmlComponentChain()
Destroys the instance of QmlComponentChain.