![]() |
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 () | |
Constructs a new Property object. | |
Property (const Property &) | |
Creates a copy of other. | |
Property (Property &&) noexcept | |
Move-constructs a Property instance. | |
Property & | operator= (const Property &) |
Assigns other to this Property instance. | |
Property & | operator= (Property &&) noexcept |
Move-assigns other to this Property instance. | |
~Property () | |
Destroys this property. | |
QString | typeName () const |
Returns the name of the type of this property. | |
bool | isValid () const |
Returns true if this property is valid, false otherwise. | |
bool | isReadonly () const |
Returns true if this property is read-only, false otherwise. | |
QQmlSA::Element | type () const |
Returns the type of this property. |
Friends | |
bool | operator== (const Property &lhs, const Property &rhs) |
Returns true if lhs and rhs are equal, and false otherwise. | |
bool | operator!= (const Property &lhs, const Property &rhs) |
Returns true if lhs and rhs are not equal, and false otherwise. |
Property::Property | ( | ) |
Constructs a new Property object.
Definition at line 769 of file qqmlsa.cpp.
Property::Property | ( | const Property & | other | ) |
Creates a copy of other.
Definition at line 774 of file qqmlsa.cpp.
|
noexcept |
Move-constructs a Property instance.
Definition at line 780 of file qqmlsa.cpp.
|
default |
Destroys this property.
bool Property::isReadonly | ( | ) | const |
Returns true
if this property is read-only, false
otherwise.
Definition at line 837 of file qqmlsa.cpp.
bool Property::isValid | ( | ) | const |
Returns true
if this property is valid, false
otherwise.
Definition at line 828 of file qqmlsa.cpp.
Assigns other to this Property instance.
Definition at line 788 of file qqmlsa.cpp.
Move-assigns other to this Property instance.
Definition at line 801 of file qqmlsa.cpp.
QQmlSA::Element Property::type | ( | ) | const |
Returns the type of this property.
Definition at line 846 of file qqmlsa.cpp.
QString Property::typeName | ( | ) | const |
Returns the name of the type of this property.
Definition at line 819 of file qqmlsa.cpp.