Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 413 of file qv4scopedvalue_p.h.

Constructor & Destructor Documentation

◆ ScopedProperty()

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

Definition at line 415 of file qv4scopedvalue_p.h.

Member Function Documentation

◆ operator const Property *()

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

Definition at line 421 of file qv4scopedvalue_p.h.

References property.

◆ operator Property *()

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

Definition at line 422 of file qv4scopedvalue_p.h.

References property.

◆ operator->()

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

Definition at line 420 of file qv4scopedvalue_p.h.

References property.

Member Data Documentation

◆ property

Property* QV4::ScopedProperty::property

Definition at line 424 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: