![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomastcreator_p.h>
Inheritance diagram for QQmlJS::Dom::QQmlDomAstCreatorWithQQmlJSScope:
Collaboration diagram for QQmlJS::Dom::QQmlDomAstCreatorWithQQmlJSScope:Public Member Functions | |
| QQmlDomAstCreatorWithQQmlJSScope (MutableDomItem &qmlFile, QQmlJSLogger *logger) | |
| virtual QQmlJSASTClassListToVisit void | throwRecursionDepthError () override |
| void | enableScriptExpressions (bool enable=true) |
| QQmlJSImporter & | importer () |
| 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 () |
| virtual bool | preVisit (Node *)=0 |
| virtual void | postVisit (Node *)=0 |
| virtual QQmlJSASTClassListToVisit void | throwRecursionDepthError ()=0 |
| quint16 | recursionDepth () const |
Additional Inherited Members | |
Protected Attributes inherited from QQmlJS::AST::BaseVisitor | |
| quint16 | m_recursionDepth = 0 |
Definition at line 444 of file qqmldomastcreator_p.h.
| QQmlJS::Dom::QQmlDomAstCreatorWithQQmlJSScope::QQmlDomAstCreatorWithQQmlJSScope | ( | MutableDomItem & | qmlFile, |
| QQmlJSLogger * | logger | ||
| ) |
Definition at line 2104 of file qqmldomastcreator.cpp.
|
inline |
Disable the DOM for scriptexpressions, as not yet unimplemented script elements might crash the construction.
Definition at line 461 of file qqmldomastcreator_p.h.
References QQmlJS::Dom::QQmlDomAstCreator::enableScriptExpressions().
Here is the call graph for this function:
|
inline |
Definition at line 467 of file qqmldomastcreator_p.h.
|
inline |
Definition at line 468 of file qqmldomastcreator_p.h.
|
overridevirtual |
Implements QQmlJS::AST::BaseVisitor.
Definition at line 2198 of file qqmldomastcreator.cpp.