QUntypedPropertyBinding Class
Représente une liaison de propriété basée sur le type. Plus d'informations...
| En-tête : | #include <QUntypedPropertyBinding> |
| CMake : | find_package(Qt6 REQUIRED COMPONENTS Core)target_link_libraries(mytarget PRIVATE Qt6::Core) |
| qmake : | QT += core |
| Depuis : | Qt 6.0 |
Fonctions publiques
| 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) |
Voir aussi QUntypedBindable.
Documentation des fonctions membres
QUntypedPropertyBinding::QUntypedPropertyBinding()
Construit un QUntypedPropertyBinding nul.
Voir aussi isNull().
QUntypedPropertyBinding::QUntypedPropertyBinding(const QUntypedPropertyBinding &other)
Copy-construit un QUntypedPropertyBinding à partir de other.
QUntypedPropertyBinding::QUntypedPropertyBinding(QUntypedPropertyBinding &&other)
Move-construit un QUntypedPropertyBinding à partir de other.
other est laissé dans un état nul.
Voir également isNull().
[noexcept] QUntypedPropertyBinding::~QUntypedPropertyBinding()
Détruit le site QUntypedPropertyBinding.
QPropertyBindingError QUntypedPropertyBinding::error() const
Renvoie l'état d'erreur de la liaison.
Voir aussi QPropertyBindingError.
bool QUntypedPropertyBinding::isNull() const
Renvoie true si QUntypedPropertyBinding est nul. Ceci n'est vrai que pour les instances construites par défaut et déplacées.
Voir aussi isNull().
QMetaType QUntypedPropertyBinding::valueMetaType() const
Renvoie le méta-type de la liaison. Si l'adresse QUntypedPropertyBinding est nulle, une adresse QMetaType invalide est renvoyée.
QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(QUntypedPropertyBinding &&other)
Move-assigns other to this QUntypedPropertyBinding.
other est laissé dans un état nul.
Voir aussi isNull.
QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(const QUntypedPropertyBinding &other)
Copie de l'attribution de other à QUntypedPropertyBinding.
© 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.