![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlsa_p.h>
Collaboration diagram for QQmlSA::PropertyPrivate:Public Member Functions | |
| PropertyPrivate (Property *) | |
| PropertyPrivate (Property *, const PropertyPrivate &) | |
| PropertyPrivate (Property *, PropertyPrivate &&) | |
| ~PropertyPrivate ()=default | |
| QString | typeName () const |
| bool | isValid () const |
Static Public Member Functions | |
| static QQmlJSMetaProperty | property (const QQmlSA::Property &property) |
| static QQmlSA::Property | createProperty (const QQmlJSMetaProperty &) |
Friends | |
| class | QT_PREPEND_NAMESPACE (QQmlJSMetaProperty) |
Definition at line 155 of file qqmlsa_p.h.
|
explicit |
Definition at line 417 of file qqmlsa.cpp.
| QQmlSA::PropertyPrivate::PropertyPrivate | ( | Property * | interface, |
| const PropertyPrivate & | other | ||
| ) |
Definition at line 419 of file qqmlsa.cpp.
| QQmlSA::PropertyPrivate::PropertyPrivate | ( | Property * | interface, |
| PropertyPrivate && | other | ||
| ) |
Definition at line 424 of file qqmlsa.cpp.
|
default |
|
static |
Definition at line 444 of file qqmlsa.cpp.
References property.
Referenced by QQmlSA::Element::property().
Here is the caller graph for this function:| bool QQmlSA::PropertyPrivate::isValid | ( | ) | const |
Definition at line 434 of file qqmlsa.cpp.
References QQmlJSMetaProperty::isValid().
Here is the call graph for this function:
|
static |
Definition at line 439 of file qqmlsa.cpp.
| QString QQmlSA::PropertyPrivate::typeName | ( | ) | const |
Definition at line 429 of file qqmlsa.cpp.
References QQmlJSMetaProperty::typeName().
Here is the call graph for this function:
|
friend |