Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlpropertyvalidator.cpp File Reference
#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>
+ Include dependency graph for qqmlpropertyvalidator.cpp:

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)
 

Macro Definition Documentation

◆ HANDLE_PRIMITIVE

#define HANDLE_PRIMITIVE (   Type,
  id,
 
)     case QMetaType::Type:

Typedef Documentation

◆ GroupPropertyVector

Function Documentation

◆ isPrimitiveType()

static QT_BEGIN_NAMESPACE bool isPrimitiveType ( QMetaType  metaType)
static

Definition at line 17 of file qqmlpropertyvalidator.cpp.

References HANDLE_PRIMITIVE, QMetaType::id(), and QT_FOR_EACH_STATIC_PRIMITIVE_TYPE.

+ Here is the call graph for this function: