Represents a QML property. More...
| Header: | #include <Property>
|
| CMake: | find_package(Qt6 REQUIRED COMPONENTS QmlCompiler)target_link_libraries(mytarget PRIVATE Qt6::QmlCompiler)
|
| Status: | Technical Preview |
| Property() | |
| Property(const QQmlSA::Property &other) | |
| Property(QQmlSA::Property &&other) | |
| ~Property() | |
| bool | isReadonly() const |
| bool | isValid() const |
| QQmlSA::Element | type() const |
| QString | typeName() const |
| QQmlSA::Property & | operator=(QQmlSA::Property &&other) |
| QQmlSA::Property & | operator=(const QQmlSA::Property &other) |
| bool | operator!=(const QQmlSA::Property &lhs, const QQmlSA::Property &rhs) |
| bool | operator==(const QQmlSA::Property &lhs, const QQmlSA::Property &rhs) |
Constructs a new Property object.
Creates a copy of other.
[noexcept] Property::Property(QQmlSA::Property &&other)
Move-constructs a Property instance.
[noexcept] Property::~Property()
Destroys this property.
Returns true if this property is read-only, false otherwise.
Returns true if this property is valid, false otherwise.
Returns the type of this property.
Returns the name of the type of this property.
[noexcept] QQmlSA::Property &Property::operator=(QQmlSA::Property &&other)
Move-assigns other to this Property instance.
Assigns other to this Property instance.
Returns true if lhs and rhs are not equal, and false otherwise.
Returns true if lhs and rhs are equal, and false otherwise.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qqmlsa-property.html