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

#include <qqmlpropertyvalidator_p.h>

+ Collaboration diagram for QQmlPropertyValidator:

Public Member Functions

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

Detailed Description

Definition at line 27 of file qqmlpropertyvalidator_p.h.

Constructor & Destructor Documentation

◆ QQmlPropertyValidator()

QQmlPropertyValidator::QQmlPropertyValidator ( QQmlEnginePrivate * enginePrivate,
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 38 of file qqmlpropertyvalidator_p.h.

Referenced by QQmlCustomParser::evaluateEnum().

+ Here is the caller graph for this function:

◆ rootPropertyCache()

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

Definition at line 37 of file qqmlpropertyvalidator_p.h.

References QQmlPropertyCacheVector::at().

Referenced by QQmlCustomParser::evaluateEnum().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ validate()

QVector< QQmlError > QQmlPropertyValidator::validate ( )

Definition at line 43 of file qqmlpropertyvalidator.cpp.

Referenced by QQmlTypeData::done().

+ Here is the caller graph for this function:

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