![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtQmlCompiler More...
#include <qqmlsa.h>
Public Member Functions | |
Bindings () | |
Bindings (const Bindings &) | |
~Bindings () | |
QMultiHash< QString, Binding >::const_iterator | begin () const |
QMultiHash< QString, Binding >::const_iterator | end () const |
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 | ( | ) |
Definition at line 44 of file qqmlsa.cpp.
QQmlSA::Binding::Bindings::Bindings | ( | const Bindings & | other | ) |
Definition at line 48 of file qqmlsa.cpp.
|
default |
|
inline |
Definition at line 71 of file qqmlsa.h.
Referenced by ControlsSwipeDelegateValidatorPass::run().
QMultiHash< QString, Binding >::const_iterator QQmlSA::Binding::Bindings::constBegin | ( | ) | const |
Returns an iterator to the beginning of the bindings.
Definition at line 68 of file qqmlsa.cpp.
References d.
Referenced by ForbiddenChildrenPropertyValidatorPass::run(), and PropertyChangesValidatorPass::run().
QMultiHash< QString, Binding >::const_iterator QQmlSA::Binding::Bindings::constEnd | ( | ) | const |
Returns an iterator to the end of the bindings.
Definition at line 82 of file qqmlsa.cpp.
References d.
Referenced by PropertyChangesValidatorPass::run().
|
inline |