Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4qobjectwrapper_p.h File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#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/qhash.h>
#include <utility>
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)

Typedefs

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

Functions

 QV4::Heap::DECLARE_EXPORTED_HEAP_OBJECT (QObjectMethod, FunctionObject)
void QV4::markIfPastMarkWeakValues (ExecutionEngine *engine, ReturnedValue rv)
bool QV4::canConvert (const QQmlPropertyCache *fromMo, const QQmlPropertyCache *toMo)

Macro Definition Documentation

◆ QObjectMethodMembers

#define QObjectMethodMembers ( class,
Member )
Value:
Member(class, Pointer, Object *, wrapper) \
[vector_of_multirole_objects_0]
Definition main.cpp:188
void wrapper()

Definition at line 68 of file qv4qobjectwrapper_p.h.