Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlpropertyvalidator.cpp File Reference

(1f160ba65d7a984e06ed86492f3ed39c48842e50)

#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)    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,
T )    case QMetaType::Type:

Typedef Documentation

◆ GroupPropertyVector

Function Documentation

◆ isPrimitiveType()

static QT_BEGIN_NAMESPACE bool isPrimitiveType ( QMetaType metaType)
static

Definition at line 18 of file qqmlpropertyvalidator.cpp.

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

+ Here is the call graph for this function: