![]() |
Qt 6.x
The Qt SDK
|
#include <qv4scopedvalue_p.h>
Collaboration diagram for QV4::ScopedProperty:Public Member Functions | |
| ScopedProperty (Scope &scope) | |
| Property * | operator-> () |
| operator const Property * () const | |
| operator Property * () | |
Public Attributes | |
| Property * | property |
Definition at line 416 of file qv4scopedvalue_p.h.
|
inline |
Definition at line 418 of file qv4scopedvalue_p.h.
References QV4::Scope::alloc().
Here is the call graph for this function:
|
inline |
Definition at line 424 of file qv4scopedvalue_p.h.
References property.
|
inline |
Definition at line 425 of file qv4scopedvalue_p.h.
References property.
|
inline |
Definition at line 423 of file qv4scopedvalue_p.h.
References property.
| Property* QV4::ScopedProperty::property |
Definition at line 427 of file qv4scopedvalue_p.h.
Referenced by operator const Property *(), operator Property *(), and operator->().