![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Collaboration diagram for QV4::CompiledData::Lookup:Public Types | |
| enum | Type : unsigned int { Type_Getter = 0 , Type_Setter = 1 , Type_GlobalGetter = 2 , Type_QmlContextPropertyGetter = 3 } |
| enum | Mode : unsigned int { Mode_ForStorage = 0 , Mode_ForCall = 1 } |
Public Member Functions | |
| quint32 | type () const |
| quint32 | nameIndex () const |
| quint32 | mode () const |
| Lookup () | |
| Lookup (Type type, Mode mode, quint32 nameIndex) | |
Definition at line 165 of file qv4compileddata_p.h.
| enum QV4::CompiledData::Lookup::Mode : unsigned int |
| Enumerator | |
|---|---|
| Mode_ForStorage | |
| Mode_ForCall | |
Definition at line 174 of file qv4compileddata_p.h.
| enum QV4::CompiledData::Lookup::Type : unsigned int |
| Enumerator | |
|---|---|
| Type_Getter | |
| Type_Setter | |
| Type_GlobalGetter | |
| Type_QmlContextPropertyGetter | |
Definition at line 167 of file qv4compileddata_p.h.
|
inline |
Definition at line 183 of file qv4compileddata_p.h.
Definition at line 184 of file qv4compileddata_p.h.
References mode(), nameIndex(), and type().
Here is the call graph for this function:
|
inline |
Definition at line 181 of file qv4compileddata_p.h.
Referenced by Lookup(), and QV4::ExecutableCompilationUnit::linkToEngine().
Here is the caller graph for this function:
|
inline |
Definition at line 180 of file qv4compileddata_p.h.
Referenced by Lookup(), and QV4::ExecutableCompilationUnit::linkToEngine().
Here is the caller graph for this function:
|
inline |
Definition at line 179 of file qv4compileddata_p.h.
Referenced by Lookup().
Here is the caller graph for this function: