QUntypedPropertyBinding Class
Representa un enlace de propiedad de tipo borrado. Más...
| Cabecera: | #include <QUntypedPropertyBinding> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Core)target_link_libraries(mytarget PRIVATE Qt6::Core) |
| qmake: | QT += core |
| Desde: | Qt 6.0 |
Funciones Públicas
| 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) |
Ver también QUntypedBindable.
Documentación de las funciones miembro
QUntypedPropertyBinding::QUntypedPropertyBinding()
Construye un QUntypedPropertyBinding nulo.
Véase también isNull().
QUntypedPropertyBinding::QUntypedPropertyBinding(const QUntypedPropertyBinding &other)
Copia-construye un QUntypedPropertyBinding de other.
QUntypedPropertyBinding::QUntypedPropertyBinding(QUntypedPropertyBinding &&other)
Move-construye un QUntypedPropertyBinding a partir de other.
other se deja en estado nulo.
Véase también isNull().
[noexcept] QUntypedPropertyBinding::~QUntypedPropertyBinding()
Destruye el QUntypedPropertyBinding.
QPropertyBindingError QUntypedPropertyBinding::error() const
Devuelve el estado de error del enlace.
Véase también QPropertyBindingError.
bool QUntypedPropertyBinding::isNull() const
Devuelve true si QUntypedPropertyBinding es nulo. Esto sólo es cierto para instancias construidas por defecto y movidas desde.
Véase también isNull().
QMetaType QUntypedPropertyBinding::valueMetaType() const
Devuelve el metatipo del enlace. Si QUntypedPropertyBinding es nulo, se devuelve un QMetaType no válido.
QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(QUntypedPropertyBinding &&other)
Mover-asigna other a este QUntypedPropertyBinding.
other queda en estado nulo.
Véase también isNull.
QUntypedPropertyBinding &QUntypedPropertyBinding::operator=(const QUntypedPropertyBinding &other)
Copia-asigna other a este 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.