![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\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 68 of file qnearfieldtarget.h.
QNearFieldTarget::RequestId::RequestId | ( | ) |
Constructs a new invalid request id handle.
Definition at line 136 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 143 of file qnearfieldtarget.cpp.
QNearFieldTarget::RequestId::RequestId | ( | RequestIdPrivate * | p | ) |
Definition at line 151 of file qnearfieldtarget.cpp.
QNearFieldTarget::RequestId::~RequestId | ( | ) |
Destroys the request id handle.
Definition at line 159 of file qnearfieldtarget.cpp.
bool QNearFieldTarget::RequestId::isValid | ( | ) | const |
Returns true
if this is a valid request id; otherwise returns false
.
Definition at line 166 of file qnearfieldtarget.cpp.
bool QNearFieldTarget::RequestId::operator!= | ( | const RequestId & | other | ) | const |
Definition at line 201 of file qnearfieldtarget.cpp.
bool QNearFieldTarget::RequestId::operator< | ( | const RequestId & | other | ) | const |
Definition at line 185 of file qnearfieldtarget.cpp.
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 209 of file qnearfieldtarget.cpp.
bool QNearFieldTarget::RequestId::operator== | ( | const RequestId & | other | ) | const |
Definition at line 193 of file qnearfieldtarget.cpp.
int QNearFieldTarget::RequestId::refCount | ( | ) | const |
Returns the current reference count of the request id.
Definition at line 174 of file qnearfieldtarget.cpp.
QSharedDataPointer<RequestIdPrivate> QNearFieldTarget::RequestId::d |
Definition at line 85 of file qnearfieldtarget.h.