Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QNearFieldTarget::RequestId Class Reference

\inmodule QtNfc \inheaderfile QNearFieldTarget More...

#include <qnearfieldtarget.h>

Collaboration diagram for QNearFieldTarget::RequestId:

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
RequestIdoperator= (const RequestId &other)
 Assigns a copy of other to this request id and returns a reference to this request id.

Public Attributes

QSharedDataPointer< RequestIdPrivated

Detailed Description

\inmodule QtNfc \inheaderfile QNearFieldTarget

A request id handle.

Definition at line 68 of file qnearfieldtarget.h.

Constructor & Destructor Documentation

◆ RequestId() [1/3]

QNearFieldTarget::RequestId::RequestId ( )

Constructs a new invalid request id handle.

Definition at line 136 of file qnearfieldtarget.cpp.

◆ RequestId() [2/3]

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.

◆ RequestId() [3/3]

QNearFieldTarget::RequestId::RequestId ( RequestIdPrivate * p)

Definition at line 151 of file qnearfieldtarget.cpp.

◆ ~RequestId()

QNearFieldTarget::RequestId::~RequestId ( )

Destroys the request id handle.

Definition at line 159 of file qnearfieldtarget.cpp.

Member Function Documentation

◆ isValid()

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.

◆ operator!=()

bool QNearFieldTarget::RequestId::operator!= ( const RequestId & other) const

Definition at line 201 of file qnearfieldtarget.cpp.

◆ operator<()

bool QNearFieldTarget::RequestId::operator< ( const RequestId & other) const

Definition at line 185 of file qnearfieldtarget.cpp.

◆ operator=()

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.

◆ operator==()

bool QNearFieldTarget::RequestId::operator== ( const RequestId & other) const

Definition at line 193 of file qnearfieldtarget.cpp.

◆ refCount()

int QNearFieldTarget::RequestId::refCount ( ) const

Returns the current reference count of the request id.

Definition at line 174 of file qnearfieldtarget.cpp.

Member Data Documentation

◆ d

QSharedDataPointer<RequestIdPrivate> QNearFieldTarget::RequestId::d

Definition at line 85 of file qnearfieldtarget.h.


The documentation for this class was generated from the following files: