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

(8b6a9403bf2e04d34b9b07d2780186029fab99d0)

#include <private/qbipointer_p.h>
#include <private/qintrusivelist_p.h>
#include <private/qqmldata_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4lookup_p.h>
#include <private/qv4value_p.h>
#include <QtCore/qglobal.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qpair.h>
#include <QtCore/qhash.h>
+ Include dependency graph for qv4qobjectwrapper_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::Heap::QObjectWrapper
 
struct  QV4::Heap::QmlSignalHandler
 
struct  QV4::QObjectWrapper
 
struct  QV4::QObjectMethod
 
struct  QV4::QmlSignalHandler
 
class  QV4::MultiplyWrappedQObjectMap
 

Namespaces

namespace  QV4
 
namespace  QV4::Heap
 

Macros

#define QObjectMethodMembers(class, Member)    Member(class, Pointer, Object *, wrapper) \
 

Typedefs

using QV4::QObjectBiPointer = QBiPointer<QObject, const QObject>
 

Functions

 QV4::Heap::DECLARE_EXPORTED_HEAP_OBJECT (QObjectMethod, FunctionObject)
 
bool QV4::canConvert (const QQmlPropertyCache *fromMo, const QQmlPropertyCache *toMo)
 

Macro Definition Documentation

◆ QObjectMethodMembers

#define QObjectMethodMembers ( class,
Member )    Member(class, Pointer, Object *, wrapper) \

Definition at line 64 of file qv4qobjectwrapper_p.h.