![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlsa_p.h>
Public Member Functions | |
MethodsPrivate (QQmlSA::Method::Methods *) | |
MethodsPrivate (QQmlSA::Method::Methods *, const MethodsPrivate &) | |
MethodsPrivate (QQmlSA::Method::Methods *, MethodsPrivate &&) | |
~MethodsPrivate ()=default | |
QMultiHash< QString, Method >::const_iterator | constBegin () const |
QMultiHash< QString, Method >::const_iterator | constEnd () const |
Static Public Member Functions | |
static QQmlSA::Method::Methods | createMethods (const QMultiHash< QString, QQmlJSMetaMethod > &) |
Friends | |
class | QT_PREPEND_NAMESPACE (QQmlJSMetaMethod) |
Definition at line 134 of file qqmlsa_p.h.
|
explicit |
Definition at line 549 of file qqmlsa.cpp.
QQmlSA::MethodsPrivate::MethodsPrivate | ( | QQmlSA::Method::Methods * | iface, |
const MethodsPrivate & | other ) |
Definition at line 551 of file qqmlsa.cpp.
References MethodsPrivate().
Referenced by MethodsPrivate().
QQmlSA::MethodsPrivate::MethodsPrivate | ( | QQmlSA::Method::Methods * | iface, |
MethodsPrivate && | other ) |
Definition at line 556 of file qqmlsa.cpp.
References MethodsPrivate().
Referenced by MethodsPrivate().
|
default |
QMultiHash< QString, Method >::const_iterator QQmlSA::MethodsPrivate::constBegin | ( | ) | const |
Definition at line 525 of file qqmlsa.cpp.
QMultiHash< QString, Method >::const_iterator QQmlSA::MethodsPrivate::constEnd | ( | ) | const |
Definition at line 544 of file qqmlsa.cpp.
|
static |
Definition at line 689 of file qqmlsa.cpp.
|
friend |