![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlsa_p.h>
Public Member Functions | |
MethodPrivate (Method *) | |
MethodPrivate (Method *, const MethodPrivate &) | |
QString | methodName () const |
MethodType | methodType () const |
Static Public Member Functions | |
static QQmlSA::Method | createMethod (const QQmlJSMetaMethod &) |
static QQmlJSMetaMethod | method (const QQmlSA::Method &) |
Friends | |
class | QT_PREPEND_NAMESPACE (QQmlJSMetaMethod) |
Definition at line 114 of file qqmlsa_p.h.
|
explicit |
Definition at line 312 of file qqmlsa.cpp.
QQmlSA::MethodPrivate::MethodPrivate | ( | Method * | interface, |
const MethodPrivate & | other | ||
) |
Definition at line 314 of file qqmlsa.cpp.
|
static |
Definition at line 391 of file qqmlsa.cpp.
Referenced by QQmlSA::MethodsPrivate::createMethods().
|
static |
Definition at line 412 of file qqmlsa.cpp.
References method.
QString QQmlSA::MethodPrivate::methodName | ( | ) | const |
Definition at line 319 of file qqmlsa.cpp.
References QQmlJSMetaMethod::methodName().
MethodType QQmlSA::MethodPrivate::methodType | ( | ) | const |
Definition at line 324 of file qqmlsa.cpp.
References QQmlJSMetaMethod::methodType().
|
friend |