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
qv4lookup_p.h File Reference

(e19750538268c4d45fc6c60d2c90b17dd25c81e8)

#include "qv4engine_p.h"
#include "qv4object_p.h"
#include "qv4internalclass_p.h"
#include "qv4qmlcontext_p.h"
#include <private/qqmltypewrapper_p.h>
#include <private/qv4mm_p.h>
+ Include dependency graph for qv4lookup_p.h:

Go to the source code of this file.

Classes

struct  QV4::Lookup
 

Namespaces

namespace  QV4
 
namespace  QV4::Heap
 

Typedefs

template<typename T , int PhantomTag>
using QV4::HeapObjectWrapper = WriteBarrier::HeapObjectWrapper<T, PhantomTag>
 

Functions

 QV4::Q_STATIC_ASSERT (std::is_standard_layout< Lookup >::value)
 
 QV4::Q_STATIC_ASSERT (offsetof(Lookup, getter)==0)
 
void QV4::setupQObjectLookup (Lookup *lookup, const QQmlData *ddata, const QQmlPropertyData *propertyData)
 
void QV4::setupQObjectLookup (Lookup *lookup, const QQmlData *ddata, const QQmlPropertyData *propertyData, const Object *self)
 
void QV4::setupQObjectLookup (Lookup *lookup, const QQmlData *ddata, const QQmlPropertyData *propertyData, const Object *self, const Object *qmlType)
 
template<typename QObjectMethod = Heap::QObjectMethod>
void QV4::setupQObjectMethodLookup (Lookup *lookup, const QQmlData *ddata, const QQmlPropertyData *propertyData, const Object *self, QObjectMethod *method)
 
bool QV4::qualifiesForMethodLookup (const QQmlPropertyData *propertyData)