![]() |
Qt 6.x
The Qt SDK
|
\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 |
Friends | |
bool | operator== (const Property &lhs, const Property &rhs) |
bool | operator!= (const Property &lhs, const Property &rhs) |
QQmlSA::Property::Property | ( | ) |
Definition at line 459 of file qqmlsa.cpp.
QQmlSA::Property::Property | ( | const Property & | other | ) |
Definition at line 461 of file qqmlsa.cpp.
|
noexcept |
Definition at line 464 of file qqmlsa.cpp.
References other().
|
default |
bool QQmlSA::Property::isValid | ( | ) | const |
Definition at line 500 of file qqmlsa.cpp.
References d.
Definition at line 469 of file qqmlsa.cpp.
References other().
Definition at line 479 of file qqmlsa.cpp.
References other().
QString QQmlSA::Property::typeName | ( | ) | const |
Returns the name of the type of this property.
Definition at line 494 of file qqmlsa.cpp.
References d.