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::MethodsPrivate Class Reference

#include <qqmlsa_p.h>

Collaboration diagram for QQmlSA::MethodsPrivate:

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)

Detailed Description

Definition at line 134 of file qqmlsa_p.h.

Constructor & Destructor Documentation

◆ MethodsPrivate() [1/3]

QQmlSA::MethodsPrivate::MethodsPrivate ( QQmlSA::Method::Methods * iface)
explicit

Definition at line 549 of file qqmlsa.cpp.

◆ MethodsPrivate() [2/3]

QQmlSA::MethodsPrivate::MethodsPrivate ( QQmlSA::Method::Methods * iface,
const MethodsPrivate & other )

Definition at line 551 of file qqmlsa.cpp.

References MethodsPrivate().

Referenced by MethodsPrivate().

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

◆ MethodsPrivate() [3/3]

QQmlSA::MethodsPrivate::MethodsPrivate ( QQmlSA::Method::Methods * iface,
MethodsPrivate && other )

Definition at line 556 of file qqmlsa.cpp.

References MethodsPrivate().

Referenced by MethodsPrivate().

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

◆ ~MethodsPrivate()

QQmlSA::MethodsPrivate::~MethodsPrivate ( )
default

Member Function Documentation

◆ constBegin()

QMultiHash< QString, Method >::const_iterator QQmlSA::MethodsPrivate::constBegin ( ) const

Definition at line 525 of file qqmlsa.cpp.

◆ constEnd()

QMultiHash< QString, Method >::const_iterator QQmlSA::MethodsPrivate::constEnd ( ) const

Definition at line 544 of file qqmlsa.cpp.

◆ createMethods()

QQmlSA::Method::Methods QQmlSA::MethodsPrivate::createMethods ( const QMultiHash< QString, QQmlJSMetaMethod > & hash)
static

Definition at line 689 of file qqmlsa.cpp.

◆ QT_PREPEND_NAMESPACE

class QT_PREPEND_NAMESPACE ( QQmlJSMetaMethod )
friend

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