![]() |
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 | |
MethodPrivate (Method *) | |
MethodPrivate (Method *, const MethodPrivate &) | |
QString | methodName () const |
QQmlSA::SourceLocation | sourceLocation () 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 113 of file qqmlsa_p.h.
|
explicit |
Definition at line 561 of file qqmlsa.cpp.
QQmlSA::MethodPrivate::MethodPrivate | ( | Method * | iface, |
const MethodPrivate & | other ) |
Definition at line 563 of file qqmlsa.cpp.
References MethodPrivate().
Referenced by MethodPrivate().
|
static |
Definition at line 680 of file qqmlsa.cpp.
|
static |
Definition at line 701 of file qqmlsa.cpp.
QString QQmlSA::MethodPrivate::methodName | ( | ) | const |
Definition at line 568 of file qqmlsa.cpp.
MethodType QQmlSA::MethodPrivate::methodType | ( | ) | const |
Definition at line 578 of file qqmlsa.cpp.
QQmlSA::SourceLocation QQmlSA::MethodPrivate::sourceLocation | ( | ) | const |
Definition at line 573 of file qqmlsa.cpp.
|
friend |