Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4qobjectwrapper_p.h File Reference
#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::QMetaObjectWrapper
 
struct  QV4::Heap::QmlSignalHandler
 
struct  QV4::QObjectWrapper
 
struct  QV4::QObjectMethod
 
struct  QV4::QMetaObjectWrapper
 
struct  QV4::QmlSignalHandler
 
class  QV4::MultiplyWrappedQObjectMap
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 
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_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 63 of file qv4qobjectwrapper_p.h.