|
DomType | kind () const override |
|
| GlobalComponent (Path pathFromOwner=Path()) |
|
| Component (QString name) |
|
| Component (Path pathFromOwner=Path()) |
|
| Component (const Component &o)=default |
|
Component & | operator= (const Component &)=default |
|
bool | iterateDirectSubpaths (DomItem &, DirectVisitor) override |
|
void | updatePathFromOwner (Path newPath) override |
|
DomItem | field (DomItem &self, QStringView name) const override |
|
DomItem | field (DomItem &self, QStringView name) |
|
QString | name () const |
|
const QMultiMap< QString, EnumDecl > & | enumerations () const & |
|
const QList< QmlObject > & | objects () const & |
|
bool | isSingleton () const |
|
bool | isCreatable () const |
|
bool | isComposite () const |
|
QString | attachedTypeName () const |
|
Path | attachedTypePath (DomItem &) const |
|
void | setName (QString name) |
|
void | setEnumerations (QMultiMap< QString, EnumDecl > enumerations) |
|
Path | addEnumeration (const EnumDecl &enumeration, AddOption option=AddOption::Overwrite, EnumDecl **ePtr=nullptr) |
|
void | setObjects (QList< QmlObject > objects) |
|
Path | addObject (const QmlObject &object, QmlObject **oPtr=nullptr) |
|
void | setIsSingleton (bool isSingleton) |
|
void | setIsCreatable (bool isCreatable) |
|
void | setIsComposite (bool isComposite) |
|
void | setAttachedTypeName (QString name) |
|
void | setAttachedTypePath (Path p) |
|
| DomElement (Path pathFromOwner=Path()) |
|
| DomElement (const DomElement &o)=default |
|
Path | pathFromOwner (DomItem &self) const override |
|
Path | pathFromOwner () const |
|
Path | canonicalPath (DomItem &self) const override |
|
DomItem | containingObject (DomItem &self) const override |
|
virtual void | updatePathFromOwner (Path newPath) |
|
virtual | ~DomBase ()=default |
|
DomBase * | domBase () |
|
virtual DomType | kind () const =0 |
|
virtual DomKind | domKind () const |
|
virtual Path | pathFromOwner (DomItem &self) const =0 |
|
virtual Path | canonicalPath (DomItem &self) const =0 |
|
virtual bool | iterateDirectSubpaths (DomItem &self, DirectVisitor visitor)=0 |
|
bool | iterateDirectSubpathsConst (DomItem &self, DirectVisitor) const |
|
virtual DomItem | containingObject (DomItem &self) const |
|
virtual void | dump (DomItem &, Sink sink, int indent, FilterT filter) const |
|
virtual quintptr | id () const |
|
QString | typeName () const |
|
virtual QList< QString > | fields (DomItem &self) const |
|
virtual DomItem | field (DomItem &self, QStringView name) const |
|
virtual index_type | indexes (DomItem &self) const |
|
virtual DomItem | index (DomItem &self, index_type index) const |
|
virtual QSet< QString > const | keys (DomItem &self) const |
|
virtual DomItem | key (DomItem &self, QString name) const |
|
virtual QString | canonicalFilePath (DomItem &self) const |
|
virtual void | writeOut (DomItem &self, OutWriter &lw) const |
|
virtual QCborValue | value () const |
|
Definition at line 1106 of file qqmldomelements_p.h.