![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomscriptelements_p.h>
Public Types | |
using | BaseT = ScriptElementBase< type > |
![]() | |
template<typename T > | |
using | PointerType = std::shared_ptr< T > |
![]() | |
using | FilterT = function_ref< bool(DomItem &, const PathEls::PathComponent &, DomItem &)> |
Static Public Attributes | |
static constexpr DomType | kindValue = type |
static constexpr DomKind | domKindValue = DomKind::ScriptElement |
Protected Attributes | |
QQmlJS::SourceLocation | m_combinedLocation |
All of the following overloads are only required for optimization purposes. | |
Additional Inherited Members | |
![]() | |
DomElement & | operator= (const DomElement &)=default |
Definition at line 35 of file qqmldomscriptelements_p.h.
using QQmlJS::Dom::ScriptElements::ScriptElementBase< type >::BaseT = ScriptElementBase<type> |
Definition at line 38 of file qqmldomscriptelements_p.h.
|
inline |
Definition at line 42 of file qqmldomscriptelements_p.h.
|
inline |
Definition at line 46 of file qqmldomscriptelements_p.h.
|
inlineoverride |
Usually, all the visits/recursive calls to DOM elements can be done using the DomItem interface, once all the DOM has been constructed.
During construction, createFileLocations can be used to annotate the DOM representation with the corresponding source locations, which are needed, e.g., to find the corresponding DOM element from a certain text position. When called, createFileLocations sets an entry for itself in the FileLocationsTree.
Derived classes should call the base implemenatation and recursively call createFileLocations on all their children.
Usually, only the root of the script DOM element requires one createFileLocations call after construction {and} after a pathFromOwner was set using updatePathFromOwner.
Definition at line 53 of file qqmldomscriptelements_p.h.
References QQmlJS::Dom::FileLocations::addRegion(), base, QQmlJS::Dom::FileLocations::ensure(), QQmlJS::Dom::ScriptElements::ScriptElementBase< type >::m_combinedLocation, QQmlJS::Dom::DomElement::pathFromOwner(), and QQmlJS::Dom::AttachedInfo::Relative.
Referenced by QQmlJS::Dom::ScriptElements::ScriptList::createFileLocations(), QQmlJS::Dom::ScriptElements::GenericScriptElement::createFileLocations(), QQmlJS::Dom::ScriptElements::BlockStatement::createFileLocations(), QQmlJS::Dom::ScriptElements::ForStatement::createFileLocations(), QQmlJS::Dom::ScriptElements::IfStatement::createFileLocations(), QQmlJS::Dom::ScriptElements::ReturnStatement::createFileLocations(), QQmlJS::Dom::ScriptElements::BinaryExpression::createFileLocations(), QQmlJS::Dom::ScriptElements::VariableDeclarationEntry::createFileLocations(), and QQmlJS::Dom::ScriptElements::VariableDeclaration::createFileLocations().
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::DomBase.
Definition at line 51 of file qqmldomscriptelements_p.h.
References QQmlJS::Dom::ScriptElements::ScriptElementBase< type >::domKindValue.
|
inlineoverridevirtual |
Implements QQmlJS::Dom::DomBase.
Definition at line 50 of file qqmldomscriptelements_p.h.
|
staticconstexpr |
Definition at line 40 of file qqmldomscriptelements_p.h.
Referenced by QQmlJS::Dom::ScriptElements::ScriptElementBase< type >::domKind().
|
staticconstexpr |
Definition at line 39 of file qqmldomscriptelements_p.h.
|
protected |
All of the following overloads are only required for optimization purposes.
The base implementation will work fine, but might be slightly slower. You can override dump(), fields(), field(), indexes(), index(), keys() or key() if the performance of the base class becomes problematic.
Definition at line 86 of file qqmldomscriptelements_p.h.
Referenced by QQmlJS::Dom::ScriptElements::ScriptElementBase< type >::createFileLocations().