QQmlSA::Binding::Bindings Class
class QQmlSA::Binding::Bindings여러 속성 이름과 속성 바인딩 연결을 보유합니다. 더 보기...
공용 함수
Bindings() | |
Bindings(const QQmlSA::Binding::Bindings &other) | |
~Bindings() | |
QMultiHash<QString, QQmlSA::Binding>::const_iterator | begin() const |
QMultiHash<QString, QQmlSA::Binding>::const_iterator | constBegin() const |
QMultiHash<QString, QQmlSA::Binding>::const_iterator | constEnd() const |
QMultiHash<QString, QQmlSA::Binding>::const_iterator | end() const |
멤버 함수 문서
Bindings::Bindings()
새 바인딩 객체를 생성합니다.
Bindings::Bindings(const QQmlSA::Binding::Bindings &other)
other 의 복사본을 만듭니다.
[noexcept]
Bindings::~Bindings()
바인딩 오브젝트를 파괴합니다.
QMultiHash<QString, QQmlSA::Binding>::const_iterator Bindings::begin() const
constBegin()와 동일합니다.
QMultiHash<QString, QQmlSA::Binding>::const_iterator Bindings::constBegin() const
바인딩의 시작 부분으로 이터레이터를 반환합니다.
QMultiHash<QString, QQmlSA::Binding>::const_iterator Bindings::constEnd() const
바인딩의 끝으로 이터레이터를 반환합니다.
QMultiHash<QString, QQmlSA::Binding>::const_iterator Bindings::end() const
constEnd()와 동일합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.