![]() |
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 | |
Bindings () | |
Constructs a new Bindings object. | |
Bindings (const Bindings &) | |
Creates a copy of other. | |
~Bindings () | |
Destroys the Bindings object. | |
QMultiHash< QString, Binding >::const_iterator | begin () const |
Same as constBegin(). | |
QMultiHash< QString, Binding >::const_iterator | end () const |
Same as constEnd(). | |
QMultiHash< QString, Binding >::const_iterator | constBegin () const |
Returns an iterator to the beginning of the bindings. | |
QMultiHash< QString, Binding >::const_iterator | constEnd () const |
Returns an iterator to the end of the bindings. |
\inmodule QtQmlCompiler
Holds multiple property name to property binding associations.
QQmlSA::Binding::Bindings::Bindings | ( | ) |
Constructs a new Bindings object.
Definition at line 172 of file qqmlsa.cpp.
QQmlSA::Binding::Bindings::Bindings | ( | const Bindings & | other | ) |
Creates a copy of other.
Definition at line 179 of file qqmlsa.cpp.
|
default |
Destroys the Bindings object.
|
inline |
Same as constBegin().
QMultiHash< QString, Binding >::const_iterator QQmlSA::Binding::Bindings::constBegin | ( | ) | const |
Returns an iterator to the beginning of the bindings.
Definition at line 202 of file qqmlsa.cpp.
QMultiHash< QString, Binding >::const_iterator QQmlSA::Binding::Bindings::constEnd | ( | ) | const |
Returns an iterator to the end of the bindings.
Definition at line 221 of file qqmlsa.cpp.
|
inline |
Same as constEnd().