(2ff1ff3a2ca4798f39d10e478e4a9e3c47811c4f)
#include "qqmlvaluetypewrapper_p.h"
#include <private/qqmlbinding_p.h>
#include <private/qqmlbuiltinfunctions_p.h>
#include <private/qqmlvaluetype_p.h>
#include <private/qv4alloca_p.h>
#include <private/qv4arraybuffer_p.h>
#include <private/qv4dateobject_p.h>
#include <private/qv4engine_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4identifiertable_p.h>
#include <private/qv4jsonobject_p.h>
#include <private/qv4lookup_p.h>
#include <private/qv4qobjectwrapper_p.h>
#include <private/qv4stackframe_p.h>
#include <private/qv4variantobject_p.h>
#include <QtCore/qline.h>
#include <QtCore/qsize.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qloggingcategory.h>
Go to the source code of this file.
◆ VALUE_TYPE_LOAD
#define VALUE_TYPE_LOAD |
( |
| metatype, |
|
|
| cpptype, |
|
|
| constructor ) |
Value: case metatype: { \
void *
args[] = { &
v,
nullptr }; \
doStaticReadCall(metaObject, valueTypeWrapper,
index,
args); \
}
GLsizei const GLfloat * v
◆ DEFINE_OBJECT_VTABLE()