![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQmlCompiler More...
#include <qqmlsa.h>
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. |
\inmodule QtQmlCompiler
Holds multiple method name to method associations.
QQmlSA::Method::Methods::Methods | ( | ) |
Constructs a new Methods object.
Definition at line 496 of file qqmlsa.cpp.
QQmlSA::Method::Methods::Methods | ( | const Methods & | other | ) |
Creates a copy of other.
Definition at line 501 of file qqmlsa.cpp.
|
default |
Destroys the Methods instance.
|
inline |
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.
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.
|
inline |