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 Class Reference

#include <qqmlpropertyvalidator_p.h>

Collaboration diagram for QQmlPropertyValidator:

Public Member Functions

 QQmlPropertyValidator (QQmlTypeLoader *typeLoader, const QQmlImports *imports, const QQmlRefPointer< QV4::CompiledData::CompilationUnit > &compilationUnit)
QVector< QQmlErrorvalidate ()
QQmlPropertyCache::ConstPtr rootPropertyCache () const
QUrl documentSourceUrl () const
QQmlTypeLoadertypeLoader () const

Detailed Description

Definition at line 28 of file qqmlpropertyvalidator_p.h.

Constructor & Destructor Documentation

◆ QQmlPropertyValidator()

QQmlPropertyValidator::QQmlPropertyValidator ( QQmlTypeLoader * typeLoader,
const QQmlImports * imports,
const QQmlRefPointer< QV4::CompiledData::CompilationUnit > & compilationUnit )

Definition at line 31 of file qqmlpropertyvalidator.cpp.

Member Function Documentation

◆ documentSourceUrl()

QUrl QQmlPropertyValidator::documentSourceUrl ( ) const
inline

Definition at line 39 of file qqmlpropertyvalidator_p.h.

◆ rootPropertyCache()

QQmlPropertyCache::ConstPtr QQmlPropertyValidator::rootPropertyCache ( ) const
inline

Definition at line 38 of file qqmlpropertyvalidator_p.h.

◆ typeLoader()

QQmlTypeLoader * QQmlPropertyValidator::typeLoader ( ) const
inline

Definition at line 41 of file qqmlpropertyvalidator_p.h.

◆ validate()

QVector< QQmlError > QQmlPropertyValidator::validate ( )

Definition at line 44 of file qqmlpropertyvalidator.cpp.


The documentation for this class was generated from the following files: