Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlSA::Method::Methods Class Reference

\inmodule QtQmlCompiler More...

#include <qqmlsa.h>

+ Collaboration diagram for QQmlSA::Method::Methods:

Public Member Functions

 Methods ()
 
 Methods (const Methods &)
 
 ~Methods ()
 
QMultiHash< QString, Method >::const_iterator begin () const
 
QMultiHash< QString, Method >::const_iterator end () const
 
QMultiHash< QString, Method >::const_iterator constBegin () const
 Returns an iterator to the beginning of the methods.
 
QMultiHash< QString, Method >::const_iterator constEnd () const
 Returns an iterator to the end of the methods.
 

Detailed Description

\inmodule QtQmlCompiler

Holds multiple method name to method associations.

Definition at line 122 of file qqmlsa.h.

Constructor & Destructor Documentation

◆ Methods() [1/2]

QQmlSA::Method::Methods::Methods ( )

Definition at line 264 of file qqmlsa.cpp.

◆ Methods() [2/2]

QQmlSA::Method::Methods::Methods ( const Methods other)

Definition at line 266 of file qqmlsa.cpp.

◆ ~Methods()

QQmlSA::Method::Methods::~Methods ( )
default

Member Function Documentation

◆ begin()

QMultiHash< QString, Method >::const_iterator QQmlSA::Method::Methods::begin ( ) const
inline

Definition at line 131 of file qqmlsa.h.

◆ constBegin()

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

Returns an iterator to the beginning of the methods.

Definition at line 276 of file qqmlsa.cpp.

References d.

◆ constEnd()

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

Returns an iterator to the end of the methods.

Definition at line 290 of file qqmlsa.cpp.

References d.

◆ end()

QMultiHash< QString, Method >::const_iterator QQmlSA::Method::Methods::end ( ) const
inline

Definition at line 132 of file qqmlsa.h.


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