|
| ListPT (Path pathFromOwner, QList< T * > pList, QString elType=QString(), ListOptions options=ListOptions::Normal) |
|
void | copyTo (ListPBase *t) const override |
|
void | moveTo (ListPBase *t) const override |
|
bool | iterateDirectSubpaths (DomItem &self, DirectVisitor v) override |
|
DomItem | index (DomItem &self, index_type index) const override |
|
DomType | kind () const override |
|
| ListPBase (Path pathFromOwner, const QList< void * > &pList, QString elType) |
|
bool | iterateDirectSubpaths (DomItem &self, DirectVisitor v) override |
|
virtual void | copyTo (ListPBase *) const |
|
virtual void | moveTo (ListPBase *) const |
|
quintptr | id () const override |
|
index_type | indexes (DomItem &) const override |
|
void | writeOut (DomItem &self, OutWriter &ow, bool compact) const |
|
void | writeOut (DomItem &self, OutWriter &ow) const override |
|
| 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 |
|
template<typename T>
class QQmlJS::Dom::ListPT< T >
Definition at line 399 of file qqmldomitem_p.h.