![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4property_p.h>
Public Member Functions | |
void | set (EngineBase *e, Value newVal) |
const Value * | operator-> () const |
const Value & | operator* () const |
bool | isNull () const |
Public Attributes | |
Heap::Base * | base |
Value * | slot |
Definition at line 162 of file qv4property_p.h.
|
inline |
Definition at line 171 of file qv4property_p.h.
References slot.
|
inline |
Definition at line 170 of file qv4property_p.h.
References slot.
|
inline |
Definition at line 169 of file qv4property_p.h.
References slot.
|
inline |
Definition at line 166 of file qv4property_p.h.
Heap::Base* QV4::PropertyIndex::base |
Definition at line 163 of file qv4property_p.h.
Value* QV4::PropertyIndex::slot |
Definition at line 164 of file qv4property_p.h.
Referenced by isNull(), operator*(), and operator->().