Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 ()
 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.

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 ( )

Constructs a new Bindings object.

Definition at line 172 of file qqmlsa.cpp.

◆ Bindings() [2/2]

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

Creates a copy of other.

Definition at line 179 of file qqmlsa.cpp.

◆ ~Bindings()

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

Destroys the Bindings object.

Member Function Documentation

◆ begin()

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

Same as constBegin().

Definition at line 65 of file qqmlsa.h.

◆ 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.

◆ constEnd()

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.

◆ end()

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

Same as constEnd().

Definition at line 66 of file qqmlsa.h.


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