![]() |
Qt 6.x
The Qt SDK
|
#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 300 of file qqmlsa.cpp.
QQmlSA::MethodsPrivate::MethodsPrivate | ( | QQmlSA::Method::Methods * | interface, |
const MethodsPrivate & | other | ||
) |
Definition at line 302 of file qqmlsa.cpp.
QQmlSA::MethodsPrivate::MethodsPrivate | ( | QQmlSA::Method::Methods * | interface, |
MethodsPrivate && | other | ||
) |
Definition at line 307 of file qqmlsa.cpp.
|
default |
QMultiHash< QString, Method >::const_iterator QQmlSA::MethodsPrivate::constBegin | ( | ) | const |
Definition at line 282 of file qqmlsa.cpp.
QMultiHash< QString, Method >::const_iterator QQmlSA::MethodsPrivate::constEnd | ( | ) | const |
Definition at line 295 of file qqmlsa.cpp.
|
static |
Definition at line 400 of file qqmlsa.cpp.
References QQmlSA::MethodPrivate::createMethod(), hash, QMultiHash< Key, T >::insert(), and methods.
Referenced by QQmlSA::Element::ownMethods().
|
friend |