![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomitem_p.h>
Inheritance diagram for QQmlJS::Dom::SimpleObjectWrapT< T >:
Collaboration diagram for QQmlJS::Dom::SimpleObjectWrapT< T >:Public Member Functions | |
| bool | iterateDirectSubpaths (DomItem &self, DirectVisitor visitor) override |
| void | writeOut (DomItem &self, OutWriter &lw) const override |
| T const * | asT () const |
| T * | mutableAsT () |
| void | copyTo (SimpleObjectWrapBase *target) const override |
| void | moveTo (SimpleObjectWrapBase *target) const override |
| SimpleObjectWrapT (Path pathFromOwner, QVariant v, quintptr idValue, SimpleWrapOptions o) | |
Public Member Functions inherited from QQmlJS::Dom::SimpleObjectWrapBase | |
| DomType | kind () const final override |
| quintptr | id () const final override |
| DomKind | domKind () const final override |
| template<typename T > | |
| T const * | as () const |
| template<typename T > | |
| T * | mutableAs () |
| SimpleObjectWrapBase ()=delete | |
| virtual void | copyTo (SimpleObjectWrapBase *) const |
| virtual void | moveTo (SimpleObjectWrapBase *) const |
| bool | iterateDirectSubpaths (DomItem &, DirectVisitor) override |
Public Member Functions inherited from QQmlJS::Dom::DomElement | |
| 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) |
Public Member Functions inherited from QQmlJS::Dom::DomBase | |
| 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 |
Static Public Attributes | |
| static constexpr DomType | kindValue = DomType::SimpleObjectWrap |
Static Public Attributes inherited from QQmlJS::Dom::SimpleObjectWrapBase | |
| static constexpr DomType | kindValue = DomType::SimpleObjectWrap |
Additional Inherited Members | |
Public Types inherited from QQmlJS::Dom::DomBase | |
| using | FilterT = function_ref< bool(DomItem &, const PathEls::PathComponent &, DomItem &)> |
Protected Member Functions inherited from QQmlJS::Dom::SimpleObjectWrapBase | |
| SimpleObjectWrapBase (Path pathFromOwner, QVariant value, quintptr idValue, DomType kind=kindValue, SimpleWrapOptions options=SimpleWrapOption::None) | |
Protected Member Functions inherited from QQmlJS::Dom::DomElement | |
| DomElement & | operator= (const DomElement &)=default |
Protected Attributes inherited from QQmlJS::Dom::SimpleObjectWrapBase | |
| DomType | m_kind |
| DomKind | m_domKind |
| QVariant | m_value |
| quintptr | m_id |
| SimpleWrapOptions | m_options |
Definition at line 544 of file qqmldomitem_p.h.
|
inline |
Definition at line 603 of file qqmldomitem_p.h.
References QQmlJS::Dom::domTypeIsValueWrap(), o, Q_ASSERT, and QQmlJS::Dom::ValueType.
Here is the call graph for this function:
|
inline |
Definition at line 556 of file qqmldomitem_p.h.
References QVariant::constData(), QQmlJS::Dom::domTypeIsObjWrap(), QQmlJS::Dom::domTypeIsValueWrap(), QQmlJS::Dom::SimpleObjectWrapBase::m_value, QVariant::metaType(), and QVariant::value().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::SimpleObjectWrapBase.
Definition at line 585 of file qqmldomitem_p.h.
References QQmlJS::Dom::SimpleObjectWrapBase::SimpleObjectWrapBase().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::SimpleObjectWrapBase.
Definition at line 549 of file qqmldomitem_p.h.
References QQmlJS::Dom::SimpleObjectWrapT< T >::mutableAsT().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from QQmlJS::Dom::SimpleObjectWrapBase.
Definition at line 594 of file qqmldomitem_p.h.
References QQmlJS::Dom::SimpleObjectWrapBase::SimpleObjectWrapBase().
Here is the call graph for this function:
|
inline |
Definition at line 571 of file qqmldomitem_p.h.
References QVariant::data(), QQmlJS::Dom::domTypeIsObjWrap(), QQmlJS::Dom::domTypeIsValueWrap(), QQmlJS::Dom::SimpleObjectWrapBase::m_value, QVariant::metaType(), Q_ASSERT_X, and QVariant::value().
Referenced by QQmlJS::Dom::SimpleObjectWrapT< T >::iterateDirectSubpaths().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from QQmlJS::Dom::DomBase.
Definition at line 1576 of file qqmldomitem_p.h.
|
staticconstexpr |
Definition at line 547 of file qqmldomitem_p.h.