![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQmlCompiler More...
#include <qqmlsa_p.h>
Public Member Functions | |
| PropertyPrivate (Property *) | |
| PropertyPrivate (Property *, const PropertyPrivate &) | |
| PropertyPrivate (Property *, PropertyPrivate &&) | |
| ~PropertyPrivate ()=default | |
| QString | typeName () const |
| bool | isValid () const |
| bool | isReadonly () const |
| Returns whether this property is readonly. | |
| QQmlSA::Element | type () const |
| Returns the type that this property was defined with. | |
Static Public Member Functions | |
| static QQmlJSMetaProperty | property (const QQmlSA::Property &property) |
| static QQmlSA::Property | createProperty (const QQmlJSMetaProperty &) |
Friends | |
| class | QT_PREPEND_NAMESPACE (QQmlJSMetaProperty) |
\inmodule QtQmlCompiler
Definition at line 155 of file qqmlsa_p.h.
|
explicit |
Definition at line 711 of file qqmlsa.cpp.
| QQmlSA::PropertyPrivate::PropertyPrivate | ( | Property * | iface, |
| const PropertyPrivate & | other ) |
Definition at line 713 of file qqmlsa.cpp.
References PropertyPrivate().
Referenced by PropertyPrivate().
| QQmlSA::PropertyPrivate::PropertyPrivate | ( | Property * | iface, |
| PropertyPrivate && | other ) |
Definition at line 718 of file qqmlsa.cpp.
References PropertyPrivate().
Referenced by PropertyPrivate().
|
default |
|
static |
Definition at line 756 of file qqmlsa.cpp.
| bool QQmlSA::PropertyPrivate::isReadonly | ( | ) | const |
Returns whether this property is readonly.
Properties defined in QML are readonly when their definition has the 'readonly' keyword. Properties defined in C++ are readonly when they do not have a WRITE accessor function.
Definition at line 738 of file qqmlsa.cpp.
| bool QQmlSA::PropertyPrivate::isValid | ( | ) | const |
Definition at line 728 of file qqmlsa.cpp.
|
static |
Definition at line 751 of file qqmlsa.cpp.
| QQmlSA::Element QQmlSA::PropertyPrivate::type | ( | ) | const |
Returns the type that this property was defined with.
Definition at line 746 of file qqmlsa.cpp.
| QString QQmlSA::PropertyPrivate::typeName | ( | ) | const |
Definition at line 723 of file qqmlsa.cpp.
|
friend |