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.h>
Public Member Functions | |
Property () | |
Property (const Property &) | |
Property (Property &&) noexcept | |
Property & | operator= (const Property &) |
Property & | operator= (Property &&) noexcept |
~Property () | |
QString | typeName () const |
Returns the name of the type of this property. | |
bool | isValid () const |
bool | isReadonly () const |
QQmlSA::Element | type () const |
Friends | |
bool | operator== (const Property &lhs, const Property &rhs) |
bool | operator!= (const Property &lhs, const Property &rhs) |
\inmodule QtQmlCompiler
Represents a QML property.
Property::Property | ( | ) |
Definition at line 497 of file qqmlsa.cpp.
Property::Property | ( | const Property & | other | ) |
Definition at line 499 of file qqmlsa.cpp.
|
noexcept |
Definition at line 502 of file qqmlsa.cpp.
|
default |
bool Property::isReadonly | ( | ) | const |
Definition at line 544 of file qqmlsa.cpp.
bool Property::isValid | ( | ) | const |
Definition at line 538 of file qqmlsa.cpp.
Definition at line 507 of file qqmlsa.cpp.
Definition at line 517 of file qqmlsa.cpp.
QQmlSA::Element Property::type | ( | ) | const |
Definition at line 550 of file qqmlsa.cpp.
QString QQmlSA::Property::typeName | ( | ) | const |
Returns the name of the type of this property.
Definition at line 532 of file qqmlsa.cpp.