Auf dieser Seite

QUntypedPropertyBinding Class

Stellt eine vom Typ gelöschte Eigenschaftsbindung dar. Mehr...

Kopfzeile: #include <QUntypedPropertyBinding>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core
Seit: Qt 6.0

Öffentliche Funktionen

QUntypedPropertyBinding()
QUntypedPropertyBinding(const QUntypedPropertyBinding &other)
QUntypedPropertyBinding(QUntypedPropertyBinding &&other)
~QUntypedPropertyBinding()
QPropertyBindingError error() const
bool isNull() const
QMetaType valueMetaType() const
QUntypedPropertyBinding &operator=(QUntypedPropertyBinding &&other)
QUntypedPropertyBinding &operator=(const QUntypedPropertyBinding &other)

Detaillierte Beschreibung

Siehe auch QUntypedBindable.

Dokumentation der Memberfunktionen

QUntypedPropertyBinding::QUntypedPropertyBinding()

Konstruiert eine null QUntypedPropertyBinding.

Siehe auch isNull().

QUntypedPropertyBinding::QUntypedPropertyBinding(const QUntypedPropertyBinding &other)

Kopiert - konstruiert ein QUntypedPropertyBinding aus other.

QUntypedPropertyBinding::QUntypedPropertyBinding(QUntypedPropertyBinding &&other)

Move-konstruiert ein QUntypedPropertyBinding aus other.

other wird in einem Null-Zustand belassen.

Siehe auch isNull().

[noexcept] QUntypedPropertyBinding::~QUntypedPropertyBinding()

Zerstört die QUntypedPropertyBinding.

QPropertyBindingError QUntypedPropertyBinding::error() const

Gibt den Fehlerstatus der Bindung zurück.

Siehe auch QPropertyBindingError.

bool QUntypedPropertyBinding::isNull() const

Gibt true zurück, wenn die QUntypedPropertyBinding null ist. Dies ist nur wahr für standardmäßig erstellte und verschobene Instanzen.

Siehe auch isNull().

QMetaType QUntypedPropertyBinding::valueMetaType() const

Gibt den Metatyp der Bindung zurück. Wenn QUntypedPropertyBinding null ist, wird ein ungültiger QMetaType zurückgegeben.

QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(QUntypedPropertyBinding &&other)

Verschieben - weist other dieser QUntypedPropertyBinding zu.

other in einem Null-Zustand belassen wird.

Siehe auch isNull.

QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(const QUntypedPropertyBinding &other)

Kopieren - weist other dieser QUntypedPropertyBinding zu.

© 2026 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.