|
| DomType | kind () const override |
| | JsResource (const Path &pathFromOwner=Path()) |
| bool | iterateDirectSubpaths (const DomItem &, DirectVisitor) const override |
| | Component (const QString &name) |
| | Component (const Path &pathFromOwner=Path()) |
| | Component (const Component &o)=default |
| Component & | operator= (const Component &)=default |
| void | updatePathFromOwner (const Path &newPath) override |
| DomItem | field (const DomItem &self, QStringView name) const override |
| 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 (const DomItem &) const |
| void | setName (const QString &name) |
| void | setEnumerations (const QMultiMap< QString, EnumDecl > &enumerations) |
| Path | addEnumeration (const EnumDecl &enumeration, AddOption option=AddOption::Overwrite, EnumDecl **ePtr=nullptr) |
| void | setObjects (const 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 (const QString &name) |
| void | setAttachedTypePath (const Path &p) |
| | DomElement (const Path &pathFromOwner=Path()) |
| | DomElement (const DomElement &o)=default |
| Path | pathFromOwner () const override |
| Path | canonicalPath (const DomItem &self) const override |
| DomItem | containingObject (const DomItem &self) const override |
| virtual | ~DomBase ()=default |
| DomBase * | domBase () |
| const DomBase * | domBase () const |
| virtual DomKind | domKind () const |
| virtual void | dump (const DomItem &, const Sink &sink, int indent, FilterT filter) const |
| virtual quintptr | id () const |
| QString | typeName () const |
| virtual QList< QString > | fields (const DomItem &self) const |
| virtual index_type | indexes (const DomItem &self) const |
| virtual DomItem | index (const DomItem &self, index_type index) const |
| virtual QSet< QString > const | keys (const DomItem &self) const |
| virtual DomItem | key (const DomItem &self, const QString &name) const |
| virtual QString | canonicalFilePath (const DomItem &self) const |
| virtual void | writeOut (const DomItem &self, OutWriter &lw) const |
| virtual QCborValue | value () const |
Definition at line 1042 of file qqmldomelements_p.h.