\inmodule QtQmlCompiler
More...
#include <qqmlsa_p.h>
\inmodule QtQmlCompiler
Definition at line 155 of file qqmlsa_p.h.
◆ PropertyPrivate() [1/3]
| QQmlSA::PropertyPrivate::PropertyPrivate |
( |
Property * | iface | ) |
|
|
explicit |
◆ PropertyPrivate() [2/3]
| QQmlSA::PropertyPrivate::PropertyPrivate |
( |
Property * | iface, |
|
|
const PropertyPrivate & | other ) |
◆ PropertyPrivate() [3/3]
| QQmlSA::PropertyPrivate::PropertyPrivate |
( |
Property * | iface, |
|
|
PropertyPrivate && | other ) |
◆ ~PropertyPrivate()
| QQmlSA::PropertyPrivate::~PropertyPrivate |
( |
| ) |
|
|
default |
◆ createProperty()
◆ isReadonly()
| 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.
◆ isValid()
| bool QQmlSA::PropertyPrivate::isValid |
( |
| ) |
const |
◆ property()
◆ type()
Returns the type that this property was defined with.
Definition at line 746 of file qqmlsa.cpp.
◆ typeName()
| QString QQmlSA::PropertyPrivate::typeName |
( |
| ) |
const |
◆ QT_PREPEND_NAMESPACE
The documentation for this class was generated from the following files: