![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtQmlCompiler More...
#include <qqmlsa.h>
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. | |
\inmodule QtQmlCompiler
Holds multiple method name to method associations.
QQmlSA::Method::Methods::Methods | ( | ) |
Definition at line 264 of file qqmlsa.cpp.
QQmlSA::Method::Methods::Methods | ( | const Methods & | other | ) |
Definition at line 266 of file qqmlsa.cpp.
|
default |
|
inline |
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.
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.
|
inline |