Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlSA::MethodPrivate Class Reference

#include <qqmlsa_p.h>

Collaboration diagram for QQmlSA::MethodPrivate:

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)

Detailed Description

Definition at line 113 of file qqmlsa_p.h.

Constructor & Destructor Documentation

◆ MethodPrivate() [1/2]

QQmlSA::MethodPrivate::MethodPrivate ( Method * iface)
explicit

Definition at line 561 of file qqmlsa.cpp.

◆ MethodPrivate() [2/2]

QQmlSA::MethodPrivate::MethodPrivate ( Method * iface,
const MethodPrivate & other )

Definition at line 563 of file qqmlsa.cpp.

References MethodPrivate().

Referenced by MethodPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ createMethod()

QQmlSA::Method QQmlSA::MethodPrivate::createMethod ( const QQmlJSMetaMethod & jsMethod)
static

Definition at line 680 of file qqmlsa.cpp.

◆ method()

QQmlJSMetaMethod QQmlSA::MethodPrivate::method ( const QQmlSA::Method & method)
static

Definition at line 701 of file qqmlsa.cpp.

◆ methodName()

QString QQmlSA::MethodPrivate::methodName ( ) const

Definition at line 568 of file qqmlsa.cpp.

◆ methodType()

MethodType QQmlSA::MethodPrivate::methodType ( ) const

Definition at line 578 of file qqmlsa.cpp.

◆ sourceLocation()

QQmlSA::SourceLocation QQmlSA::MethodPrivate::sourceLocation ( ) const

Definition at line 573 of file qqmlsa.cpp.

◆ QT_PREPEND_NAMESPACE

class QT_PREPEND_NAMESPACE ( QQmlJSMetaMethod )
friend

The documentation for this class was generated from the following files: