#include <qqmldomelements_p.h>
|
| CommentableDomElement (Path pathFromOwner=Path()) |
|
| CommentableDomElement (const CommentableDomElement &o) |
|
CommentableDomElement & | operator= (const CommentableDomElement &o)=default |
|
bool | iterateDirectSubpaths (DomItem &self, DirectVisitor) override |
|
RegionComments & | comments () |
|
const RegionComments & | comments () const |
|
| 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 139 of file qqmldomelements_p.h.
◆ CommentableDomElement() [1/2]
QQmlJS::Dom::CommentableDomElement::CommentableDomElement |
( |
Path |
pathFromOwner = Path() | ) |
|
|
inline |
◆ CommentableDomElement() [2/2]
◆ comments() [1/2]
◆ comments() [2/2]
const RegionComments & QQmlJS::Dom::CommentableDomElement::comments |
( |
| ) |
const |
|
inline |
◆ iterateDirectSubpaths()
bool QQmlJS::Dom::CommentableDomElement::iterateDirectSubpaths |
( |
DomItem & |
self, |
|
|
DirectVisitor |
visitor |
|
) |
| |
|
overridevirtual |
◆ operator=()
The documentation for this class was generated from the following files: