![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlpropertyvalidator_p.h"
#include <private/qqmlcustomparser_p.h>
#include <private/qqmlglobal_p.h>
#include <private/qqmlirbuilder_p.h>
#include <private/qqmlpropertycachecreator_p.h>
#include <private/qqmlpropertyresolver_p.h>
#include <private/qqmlstringconverters_p.h>
#include <QtCore/qdatetime.h>
Go to the source code of this file.
Classes | |
struct | BindingFinder |
Macros | |
#define | HANDLE_PRIMITIVE(Type, id, T) case QMetaType::Type: |
Typedefs | |
typedef QVarLengthArray< const QV4::CompiledData::Binding *, 8 > | GroupPropertyVector |
Functions | |
static QT_BEGIN_NAMESPACE bool | isPrimitiveType (QMetaType metaType) |
typedef QVarLengthArray<const QV4::CompiledData::Binding *, 8> GroupPropertyVector |
Definition at line 48 of file qqmlpropertyvalidator.cpp.
|
static |
Definition at line 17 of file qqmlpropertyvalidator.cpp.
References HANDLE_PRIMITIVE, QMetaType::id(), and QT_FOR_EACH_STATIC_PRIMITIVE_TYPE.