|
| ListPT (const Path &pathFromOwner, const QList< T * > &pList, const QString &elType=QString(), ListOptions options=ListOptions::Normal) |
|
void | copyTo (ListPBase *t) const override |
|
void | moveTo (ListPBase *t) const override |
|
bool | iterateDirectSubpaths (const DomItem &self, DirectVisitor v) const override |
|
DomItem | index (const DomItem &self, index_type index) const override |
|
DomType | kind () const override |
|
| ListPBase (const Path &pathFromOwner, const QList< const void * > &pList, const QString &elType) |
|
quintptr | id () const override |
|
index_type | indexes (const DomItem &) const override |
|
void | writeOut (const DomItem &self, OutWriter &ow, bool compact) const |
|
void | writeOut (const DomItem &self, OutWriter &ow) const override |
|
| DomElement (const Path &pathFromOwner=Path()) |
|
| DomElement (const DomElement &o)=default |
|
Path | pathFromOwner (const DomItem &self) const override |
|
Path | pathFromOwner () const |
|
Path | canonicalPath (const DomItem &self) const override |
|
DomItem | containingObject (const DomItem &self) const override |
|
virtual void | updatePathFromOwner (const Path &newPath) |
|
virtual | ~DomBase ()=default |
|
DomBase * | domBase () |
|
const DomBase * | domBase () const |
|
virtual DomKind | domKind () const |
|
bool | iterateDirectSubpathsConst (const DomItem &self, DirectVisitor) const |
|
virtual void | dump (const DomItem &, const Sink &sink, int indent, FilterT filter) const |
|
QString | typeName () const |
|
virtual QList< QString > | fields (const DomItem &self) const |
|
virtual DomItem | field (const DomItem &self, QStringView name) 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 QCborValue | value () const |
|
template<typename T>
class QQmlJS::Dom::ListPT< T >
Definition at line 418 of file qqmldomitem_p.h.