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::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 115 of file qqmlsa.h.

Constructor & Destructor Documentation

◆ Methods() [1/2]

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

Definition at line 257 of file qqmlsa.cpp.

◆ Methods() [2/2]

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

Definition at line 259 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 124 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 269 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 283 of file qqmlsa.cpp.

References d.

◆ end()

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

Definition at line 125 of file qqmlsa.h.


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