Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlJS::Dom::MutableDomItem Member List

This is the complete list of members for QQmlJS::Dom::MutableDomItem, including all inherited members.

addAnnotation(QmlObject child)QQmlJS::Dom::MutableDomItem
addBinding(Binding binding, AddOption option=AddOption::Overwrite)QQmlJS::Dom::MutableDomItem
addChild(QmlObject child)QQmlJS::Dom::MutableDomItem
addError(ErrorMessage msg)QQmlJS::Dom::MutableDomIteminline
addMethod(MethodInfo functionDef, AddOption option=AddOption::Overwrite)QQmlJS::Dom::MutableDomItem
addPostComment(const Comment &comment, QString regionName=QString())QQmlJS::Dom::MutableDomItem
addPostComment(const Comment &comment, QStringView regionName)QQmlJS::Dom::MutableDomIteminline
addPreComment(const Comment &comment, QString regionName=QString())QQmlJS::Dom::MutableDomItem
addPreComment(const Comment &comment, QStringView regionName)QQmlJS::Dom::MutableDomIteminline
addPropertyDef(PropertyDefinition propertyDef, AddOption option=AddOption::Overwrite)QQmlJS::Dom::MutableDomItem
addPrototypePath(Path prototypePath)QQmlJS::Dom::MutableDomItem
annotations()QQmlJS::Dom::MutableDomIteminline
as()QQmlJS::Dom::MutableDomIteminline
bindings()QQmlJS::Dom::MutableDomIteminline
canonicalFilePath()QQmlJS::Dom::MutableDomIteminline
canonicalPath()QQmlJS::Dom::MutableDomIteminline
child(index_type i)QQmlJS::Dom::MutableDomIteminline
children()QQmlJS::Dom::MutableDomIteminline
commitToBase(std::shared_ptr< DomEnvironment > validEnvPtr=nullptr)QQmlJS::Dom::MutableDomIteminline
component(GoTo option=GoTo::Strict)QQmlJS::Dom::MutableDomIteminline
container()QQmlJS::Dom::MutableDomIteminline
containingObject()QQmlJS::Dom::MutableDomIteminline
CopyOption typedefQQmlJS::Dom::MutableDomItem
createdAt()QQmlJS::Dom::MutableDomIteminline
derivedFrom()QQmlJS::Dom::MutableDomIteminline
domKind()QQmlJS::Dom::MutableDomIteminline
dump(Sink s, int indent=0, function_ref< bool(DomItem &, const PathEls::PathComponent &, DomItem &)> filter=noFilter)QQmlJS::Dom::MutableDomIteminline
dump(QString path, function_ref< bool(DomItem &, const PathEls::PathComponent &, DomItem &)> filter=noFilter, int nBackups=2, int indent=0, FileWriter *fw=nullptr)QQmlJS::Dom::MutableDomIteminline
environment()QQmlJS::Dom::MutableDomIteminline
errorHandler()QQmlJS::Dom::MutableDomItem
field(QStringView name)QQmlJS::Dom::MutableDomIteminline
fields()QQmlJS::Dom::MutableDomIteminline
fileLocations()QQmlJS::Dom::MutableDomIteminline
fileObject(GoTo option=GoTo::Strict)QQmlJS::Dom::MutableDomIteminline
frozenAt()QQmlJS::Dom::MutableDomIteminline
globalScope()QQmlJS::Dom::MutableDomIteminline
ids()QQmlJS::Dom::MutableDomIteminline
idStr()QQmlJS::Dom::MutableDomIteminline
index(index_type i)QQmlJS::Dom::MutableDomIteminline
indexes()QQmlJS::Dom::MutableDomIteminline
internalKind()QQmlJS::Dom::MutableDomIteminline
internalKindStr()QQmlJS::Dom::MutableDomIteminline
item()QQmlJS::Dom::MutableDomIteminline
key(QString name)QQmlJS::Dom::MutableDomIteminline
key(QStringView name)QQmlJS::Dom::MutableDomIteminline
keys()QQmlJS::Dom::MutableDomIteminline
lastDataUpdateAt()QQmlJS::Dom::MutableDomIteminline
makeCopy(CopyOption option=CopyOption::EnvConnected)QQmlJS::Dom::MutableDomIteminline
methods()QQmlJS::Dom::MutableDomIteminline
mutableAs()QQmlJS::Dom::MutableDomIteminline
MutableDomItem()=defaultQQmlJS::Dom::MutableDomItem
MutableDomItem(DomItem owner, Path pathFromOwner)QQmlJS::Dom::MutableDomIteminline
MutableDomItem(DomItem item)QQmlJS::Dom::MutableDomIteminline
name()QQmlJS::Dom::MutableDomIteminline
operator bool() constQQmlJS::Dom::MutableDomIteminlineexplicit
operator!=QQmlJS::Dom::MutableDomItemfriend
operator==QQmlJS::Dom::MutableDomItemfriend
operator[](const Path &path)QQmlJS::Dom::MutableDomIteminline
operator[](QStringView component)QQmlJS::Dom::MutableDomIteminline
operator[](const QString &component)QQmlJS::Dom::MutableDomIteminline
operator[](const char16_t *component)QQmlJS::Dom::MutableDomIteminline
operator[](index_type i)QQmlJS::Dom::MutableDomIteminline
owner()QQmlJS::Dom::MutableDomIteminline
ownerAs()QQmlJS::Dom::MutableDomIteminline
owningItemPtr()QQmlJS::Dom::MutableDomIteminline
path(const Path &p)QQmlJS::Dom::MutableDomIteminline
path(const QString &p)QQmlJS::Dom::MutableDomIteminline
path(QStringView p)QQmlJS::Dom::MutableDomIteminline
pathFromOwner()QQmlJS::Dom::MutableDomIteminline
pragmas()QQmlJS::Dom::MutableDomIteminline
propertyDefs()QQmlJS::Dom::MutableDomIteminline
qmlObject(GoTo option=GoTo::Strict, FilterUpOptions fOptions=FilterUpOptions::ReturnOuter)QQmlJS::Dom::MutableDomIteminline
refreshed()QQmlJS::Dom::MutableDomIteminline
revision()QQmlJS::Dom::MutableDomIteminline
rootQmlObject(GoTo option=GoTo::Strict)QQmlJS::Dom::MutableDomIteminline
scope()QQmlJS::Dom::MutableDomIteminline
semanticScope()QQmlJS::Dom::MutableDomItem
setAnnotations(QList< QmlObject > annotations)QQmlJS::Dom::MutableDomItem
setBindings(QMultiMap< QString, Binding > bindings)QQmlJS::Dom::MutableDomItem
setChildren(QList< QmlObject > children)QQmlJS::Dom::MutableDomItem
setCode(QString code)QQmlJS::Dom::MutableDomItem
setMethods(QMultiMap< QString, MethodInfo > functionDefs)QQmlJS::Dom::MutableDomItem
setNextScopePath(Path nextScopePath)QQmlJS::Dom::MutableDomItem
setPropertyDefs(QMultiMap< QString, PropertyDefinition > propertyDefs)QQmlJS::Dom::MutableDomItem
setScript(std::shared_ptr< ScriptExpression > exp)QQmlJS::Dom::MutableDomItem
setSemanticScope(const QQmlJSScope::Ptr &scope)QQmlJS::Dom::MutableDomItem
top()QQmlJS::Dom::MutableDomIteminline
topPtr()QQmlJS::Dom::MutableDomIteminline
toString()QQmlJS::Dom::MutableDomIteminline
universe()QQmlJS::Dom::MutableDomIteminline
value()QQmlJS::Dom::MutableDomIteminline
writeOut(OutWriter &lw)QQmlJS::Dom::MutableDomIteminline
writeOut(QString path, int nBackups=2, const LineWriterOptions &opt=LineWriterOptions(), FileWriter *fw=nullptr)QQmlJS::Dom::MutableDomIteminline