Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlSA::Binding::Bindings Class Reference

\inmodule QtQmlCompiler More...

#include <qqmlsa.h>

+ Collaboration diagram for QQmlSA::Binding::Bindings:

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.
 

Detailed Description

\inmodule QtQmlCompiler

Holds multiple property name to property binding associations.

Definition at line 56 of file qqmlsa.h.

Constructor & Destructor Documentation

◆ Bindings() [1/2]

QQmlSA::Binding::Bindings::Bindings ( )

Definition at line 42 of file qqmlsa.cpp.

◆ Bindings() [2/2]

QQmlSA::Binding::Bindings::Bindings ( const Bindings & other)

Definition at line 46 of file qqmlsa.cpp.

◆ ~Bindings()

QQmlSA::Binding::Bindings::~Bindings ( )
default

Member Function Documentation

◆ begin()

QMultiHash< QString, Binding >::const_iterator QQmlSA::Binding::Bindings::begin ( ) const
inline

Definition at line 65 of file qqmlsa.h.

Referenced by ControlsSwipeDelegateValidatorPass::run().

+ Here is the caller graph for this function:

◆ constBegin()

QMultiHash< QString, Binding >::const_iterator QQmlSA::Binding::Bindings::constBegin ( ) const

Returns an iterator to the beginning of the bindings.

Definition at line 66 of file qqmlsa.cpp.

References d.

Referenced by ForbiddenChildrenPropertyValidatorPass::run(), and PropertyChangesValidatorPass::run().

+ Here is the caller graph for this function:

◆ constEnd()

QMultiHash< QString, Binding >::const_iterator QQmlSA::Binding::Bindings::constEnd ( ) const

Returns an iterator to the end of the bindings.

Definition at line 80 of file qqmlsa.cpp.

References d.

Referenced by PropertyChangesValidatorPass::run().

+ Here is the caller graph for this function:

◆ end()

QMultiHash< QString, Binding >::const_iterator QQmlSA::Binding::Bindings::end ( ) const
inline

Definition at line 66 of file qqmlsa.h.


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