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::Method::Methods Class Reference

\inmodule QtQmlCompiler More...

#include <qqmlsa.h>

Collaboration diagram for QQmlSA::Method::Methods:

Public Member Functions

 Methods ()
 Constructs a new Methods object.
 Methods (const Methods &)
 Creates a copy of other.
 ~Methods ()
 Destroys the Methods instance.
QMultiHash< QString, Method >::const_iterator begin () const
 Returns an iterator to the beginning of the methods.
QMultiHash< QString, Method >::const_iterator end () const
 Returns an iterator to the end of the methods.
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 124 of file qqmlsa.h.

Constructor & Destructor Documentation

◆ Methods() [1/2]

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

Constructs a new Methods object.

Definition at line 496 of file qqmlsa.cpp.

◆ Methods() [2/2]

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

Creates a copy of other.

Definition at line 501 of file qqmlsa.cpp.

◆ ~Methods()

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

Destroys the Methods instance.

Member Function Documentation

◆ begin()

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

Returns an iterator to the beginning of the methods.

Definition at line 133 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 514 of file qqmlsa.cpp.

◆ constEnd()

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

Returns an iterator to the end of the methods.

Definition at line 533 of file qqmlsa.cpp.

◆ end()

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

Returns an iterator to the end of the methods.

Definition at line 134 of file qqmlsa.h.


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