Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlJS::Dom::SimpleObjectWrap Class Reference

#include <qqmldomitem_p.h>

+ Collaboration diagram for QQmlJS::Dom::SimpleObjectWrap:

Public Member Functions

SimpleObjectWrapBaseoperator-> ()
 
const SimpleObjectWrapBaseoperator-> () const
 
SimpleObjectWrapBaseoperator* ()
 
const SimpleObjectWrapBaseoperator* () const
 
 SimpleObjectWrap ()=delete
 

Static Public Member Functions

template<typename T >
static SimpleObjectWrap fromObjectRef (const Path &pathFromOwner, T &value)
 

Static Public Attributes

static constexpr DomType kindValue = DomType::SimpleObjectWrap
 

Detailed Description

Definition at line 605 of file qqmldomitem_p.h.

Constructor & Destructor Documentation

◆ SimpleObjectWrap()

QQmlJS::Dom::SimpleObjectWrap::SimpleObjectWrap ( )
delete

References QQmlJS::Dom::domTypeIsObjWrap(), QQmlJS::Dom::domTypeIsValueWrap(), QQmlJS::Dom::domTypeToString(), QVariant::fromValue(), Q_ASSERT_X, qCWarning, and wrap().

+ Here is the call graph for this function:

Member Function Documentation

◆ fromObjectRef()

template<typename T >
static SimpleObjectWrap QQmlJS::Dom::SimpleObjectWrap::fromObjectRef ( const Path & pathFromOwner,
T & value )
inlinestatic

Definition at line 616 of file qqmldomitem_p.h.

Referenced by QQmlJS::Dom::DomItem::wrap().

+ Here is the caller graph for this function:

◆ operator*() [1/2]

SimpleObjectWrapBase & QQmlJS::Dom::SimpleObjectWrap::operator* ( )
inline

Definition at line 612 of file qqmldomitem_p.h.

References wrap().

+ Here is the call graph for this function:

◆ operator*() [2/2]

const SimpleObjectWrapBase & QQmlJS::Dom::SimpleObjectWrap::operator* ( ) const
inline

Definition at line 613 of file qqmldomitem_p.h.

References wrap().

+ Here is the call graph for this function:

◆ operator->() [1/2]

SimpleObjectWrapBase * QQmlJS::Dom::SimpleObjectWrap::operator-> ( )
inline

Definition at line 610 of file qqmldomitem_p.h.

References wrap().

+ Here is the call graph for this function:

◆ operator->() [2/2]

const SimpleObjectWrapBase * QQmlJS::Dom::SimpleObjectWrap::operator-> ( ) const
inline

Definition at line 611 of file qqmldomitem_p.h.

References wrap().

+ Here is the call graph for this function:

Member Data Documentation

◆ kindValue

constexpr DomType QQmlJS::Dom::SimpleObjectWrap::kindValue = DomType::SimpleObjectWrap
staticconstexpr

Definition at line 608 of file qqmldomitem_p.h.


The documentation for this class was generated from the following file: