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
qqmlpropertyvalidator.cpp File Reference

(491f8a633374e402fdfccee8e49e782f7a23816d)

#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 <private/qqmlsignalnames_p.h>
#include <QtCore/qdatetime.h>
Include dependency graph for qqmlpropertyvalidator.cpp:

Go to the source code of this file.

Classes

struct  BindingFinder

Macros

#define HANDLE_PRIMITIVE(Type, id, T)

Typedefs

typedef QVarLengthArray< const QV4::CompiledData::Binding *, 8 > GroupPropertyVector

Functions

static QT_BEGIN_NAMESPACE bool isPrimitiveType (QMetaType metaType)

Macro Definition Documentation

◆ HANDLE_PRIMITIVE

#define HANDLE_PRIMITIVE ( Type,
id,
T )
Value:
Type
\macro Q_DECLARE_OPAQUE_POINTER(PointerType)
Definition qmetatype.h:343

Typedef Documentation

◆ GroupPropertyVector

Function Documentation

◆ isPrimitiveType()

QT_BEGIN_NAMESPACE bool isPrimitiveType ( QMetaType metaType)
static

Definition at line 18 of file qqmlpropertyvalidator.cpp.