![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtNfc \inheaderfile QNearFieldTarget More...
#include <qnearfieldtarget.h>
Public Member Functions | |
RequestId () | |
Constructs a new invalid request id handle. | |
RequestId (const RequestId &other) | |
Constructs a new request id handle that is a copy of other. | |
RequestId (RequestIdPrivate *p) | |
~RequestId () | |
Destroys the request id handle. | |
bool | isValid () const |
Returns true if this is a valid request id; otherwise returns false . | |
int | refCount () const |
Returns the current reference count of the request id. | |
bool | operator< (const RequestId &other) const |
bool | operator== (const RequestId &other) const |
bool | operator!= (const RequestId &other) const |
RequestId & | operator= (const RequestId &other) |
Assigns a copy of other to this request id and returns a reference to this request id. | |
Public Attributes | |
QSharedDataPointer< RequestIdPrivate > | d |
\inmodule QtNfc \inheaderfile QNearFieldTarget
A request id handle.
Definition at line 67 of file qnearfieldtarget.h.
QNearFieldTarget::RequestId::RequestId | ( | ) |
Constructs a new invalid request id handle.
Definition at line 134 of file qnearfieldtarget.cpp.
QNearFieldTarget::RequestId::RequestId | ( | const RequestId & | other | ) |
Constructs a new request id handle that is a copy of other.
Definition at line 141 of file qnearfieldtarget.cpp.
QNearFieldTarget::RequestId::RequestId | ( | RequestIdPrivate * | p | ) |
Definition at line 149 of file qnearfieldtarget.cpp.
QNearFieldTarget::RequestId::~RequestId | ( | ) |
Destroys the request id handle.
Definition at line 157 of file qnearfieldtarget.cpp.
bool QNearFieldTarget::RequestId::isValid | ( | ) | const |
Returns true
if this is a valid request id; otherwise returns false
.
Definition at line 164 of file qnearfieldtarget.cpp.
References d.
Referenced by QNearFieldTargetPrivateImpl::isAvailable().
bool QNearFieldTarget::RequestId::operator!= | ( | const RequestId & | other | ) | const |
bool QNearFieldTarget::RequestId::operator< | ( | const RequestId & | other | ) | const |
QNearFieldTarget::RequestId & QNearFieldTarget::RequestId::operator= | ( | const RequestId & | other | ) |
Assigns a copy of other to this request id and returns a reference to this request id.
Definition at line 207 of file qnearfieldtarget.cpp.
bool QNearFieldTarget::RequestId::operator== | ( | const RequestId & | other | ) | const |
int QNearFieldTarget::RequestId::refCount | ( | ) | const |
Returns the current reference count of the request id.
Definition at line 172 of file qnearfieldtarget.cpp.
References d.
QSharedDataPointer<RequestIdPrivate> QNearFieldTarget::RequestId::d |
Definition at line 84 of file qnearfieldtarget.h.