Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 114 of file qqmlsa_p.h.

Constructor & Destructor Documentation

◆ MethodPrivate() [1/2]

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

Definition at line 305 of file qqmlsa.cpp.

◆ MethodPrivate() [2/2]

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

Definition at line 307 of file qqmlsa.cpp.

Member Function Documentation

◆ createMethod()

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

Definition at line 398 of file qqmlsa.cpp.

Referenced by QQmlSA::MethodsPrivate::createMethods().

+ Here is the caller graph for this function:

◆ method()

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

Definition at line 419 of file qqmlsa.cpp.

References method.

◆ methodName()

QString QQmlSA::MethodPrivate::methodName ( ) const

Definition at line 312 of file qqmlsa.cpp.

References QQmlJSMetaMethod::methodName().

+ Here is the call graph for this function:

◆ methodType()

MethodType QQmlSA::MethodPrivate::methodType ( ) const

Definition at line 322 of file qqmlsa.cpp.

References QQmlJSMetaMethod::methodType().

+ Here is the call graph for this function:

◆ sourceLocation()

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

Definition at line 317 of file qqmlsa.cpp.

References QQmlSA::SourceLocationPrivate::createQQmlSASourceLocation(), and QQmlJSMetaMethod::sourceLocation().

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ QT_PREPEND_NAMESPACE

class QT_PREPEND_NAMESPACE ( QQmlJSMetaMethod )
friend

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