![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmllistmodel_p.h>
Public Types | |
enum | PropertyType { Invalid , Boolean , Number , String , Script } |
Public Types inherited from QQmlCustomParser | |
enum | Flag { NoFlag = 0x00000000 , AcceptsAttachedProperties = 0x00000001 , AcceptsSignalHandlers = 0x00000002 } |
Public Member Functions | |
QQmlListModelParser () | |
void | verifyBindings (const QQmlRefPointer< QV4::CompiledData::CompilationUnit > &compilationUnit, const QList< const QV4::CompiledData::Binding * > &bindings) override |
void | applyBindings (QObject *obj, const QQmlRefPointer< QV4::ExecutableCompilationUnit > &compilationUnit, const QList< const QV4::CompiledData::Binding * > &bindings) override |
Public Member Functions inherited from QQmlCustomParser | |
QQmlCustomParser () | |
QQmlCustomParser (Flags f) | |
virtual | ~QQmlCustomParser () |
void | clearErrors () |
Flags | flags () const |
QVector< QQmlError > | errors () const |
Additional Inherited Members | |
Protected Member Functions inherited from QQmlCustomParser | |
void | error (const QV4::CompiledData::Binding *binding, const QString &description) |
void | error (const QV4::CompiledData::Object *object, const QString &description) |
void | error (const QV4::CompiledData::Location &location, const QString &description) |
Reports an error with the given description. | |
int | evaluateEnum (const QString &, bool *ok) const |
If script is a simple enumeration expression (eg. | |
const QMetaObject * | resolveType (const QString &) const |
Resolves name to a type, or 0 if it is not a type. | |
QQmlTypeLoader * | typeLoader () const |
Definition at line 151 of file qqmllistmodel_p.h.
Enumerator | |
---|---|
Invalid | |
Boolean | |
Number | |
String | |
Script |
Definition at line 154 of file qqmllistmodel_p.h.
|
inline |
Definition at line 163 of file qqmllistmodel_p.h.
|
overridevirtual |
Implements QQmlCustomParser.
Definition at line 2987 of file qqmllistmodel.cpp.
|
overridevirtual |
Implements QQmlCustomParser.
Definition at line 2970 of file qqmllistmodel.cpp.