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
QV4::ScopedProperty Struct Reference

#include <qv4scopedvalue_p.h>

+ Collaboration diagram for QV4::ScopedProperty:

Public Member Functions

 ScopedProperty (Scope &scope)
 
Propertyoperator-> ()
 
 operator const Property * () const
 
 operator Property * ()
 

Public Attributes

Propertyproperty
 

Detailed Description

Definition at line 416 of file qv4scopedvalue_p.h.

Constructor & Destructor Documentation

◆ ScopedProperty()

QV4::ScopedProperty::ScopedProperty ( Scope & scope)
inline

Definition at line 418 of file qv4scopedvalue_p.h.

References QV4::Scope::alloc().

+ Here is the call graph for this function:

Member Function Documentation

◆ operator const Property *()

QV4::ScopedProperty::operator const Property * ( ) const
inline

Definition at line 424 of file qv4scopedvalue_p.h.

References property.

◆ operator Property *()

QV4::ScopedProperty::operator Property * ( )
inline

Definition at line 425 of file qv4scopedvalue_p.h.

References property.

◆ operator->()

Property * QV4::ScopedProperty::operator-> ( )
inline

Definition at line 423 of file qv4scopedvalue_p.h.

References property.

Member Data Documentation

◆ property

Property* QV4::ScopedProperty::property

Definition at line 427 of file qv4scopedvalue_p.h.

Referenced by operator const Property *(), operator Property *(), and operator->().


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