QNearFieldTarget::RequestId Class
class QNearFieldTarget::RequestIdUn identificador de solicitud. Más...
Funciones públicas
| RequestId() | |
| RequestId(const QNearFieldTarget::RequestId &other) | |
| ~RequestId() | |
| bool | isValid() const |
| int | refCount() const |
| QNearFieldTarget::RequestId & | operator=(const QNearFieldTarget::RequestId &other) |
Documentación de las funciones de los miembros
RequestId::RequestId()
Crea un nuevo identificador de petición no válida.
RequestId::RequestId(const QNearFieldTarget::RequestId &other)
Crea un nuevo identificador de solicitud que es una copia de other.
[noexcept] RequestId::~RequestId()
Destruye el identificador de la petición.
bool RequestId::isValid() const
Devuelve true si se trata de un identificador de solicitud válido; en caso contrario, devuelve false.
int RequestId::refCount() const
Devuelve el recuento de referencias actual del id de solicitud.
QNearFieldTarget::RequestId &RequestId::operator=(const QNearFieldTarget::RequestId &other)
Asigna una copia de other a este id de solicitud y devuelve una referencia a este id de solicitud.
© 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.