![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldomastcreator_p.h>
Public Member Functions | |
| QQmlDomAstCreatorWithQQmlJSScope (const QQmlJSScope::Ptr ¤t, MutableDomItem &qmlFile, QQmlJSLogger *logger, QQmlJSImporter *importer) | |
| virtual QQmlJSASTClassListToVisit void | throwRecursionDepthError () override |
| void | enableScriptExpressions (bool enable=true) |
| void | enableLoadFileLazily (bool enable=true) |
| QQmlJSImportVisitor & | scopeCreator () |
| Public Member Functions inherited from QQmlJS::AST::Visitor | |
| Visitor (quint16 parentRecursionDepth=0) | |
| bool | preVisit (Node *) override |
| void | postVisit (Node *) override |
| Public Member Functions inherited from QQmlJS::AST::BaseVisitor | |
| BaseVisitor (quint16 parentRecursionDepth=0) | |
| virtual | ~BaseVisitor () |
| quint16 | recursionDepth () const |
Additional Inherited Members | |
| Protected Attributes inherited from QQmlJS::AST::BaseVisitor | |
| quint16 | m_recursionDepth = 0 |
Definition at line 622 of file qqmldomastcreator_p.h.
| QQmlJS::Dom::QQmlDomAstCreatorWithQQmlJSScope::QQmlDomAstCreatorWithQQmlJSScope | ( | const QQmlJSScope::Ptr & | current, |
| MutableDomItem & | qmlFile, | ||
| QQmlJSLogger * | logger, | ||
| QQmlJSImporter * | importer ) |
|
inline |
Definition at line 646 of file qqmldomastcreator_p.h.
|
inline |
Disable the DOM for scriptexpressions, as not yet unimplemented script elements might crash the construction.
Definition at line 640 of file qqmldomastcreator_p.h.
|
inline |
Definition at line 652 of file qqmldomastcreator_p.h.
|
overridevirtual |
Implements QQmlJS::AST::BaseVisitor.