![]() |
Qt 6.x
The Qt SDK
|
#include <qnearfieldtarget_android_p.h>
Public Slots | |
void | onDisconnected () |
void | onInvalidated () |
void | onRequestCompleted (const QNearFieldTarget::RequestId &request, QNearFieldTarget::Error reason, const QVariant &result) |
void | onNdefMessageRead (const QNdefMessage &message) |
![]() | |
void | deleteLater () |
\threadsafe | |
Public Member Functions | |
QNearFieldTargetPrivateImpl (QJniObject intent, const QByteArray uid, QObject *parent=nullptr) | |
~QNearFieldTargetPrivateImpl () override | |
QByteArray | uid () const override |
QNearFieldTarget::Type | type () const override |
QNearFieldTarget::AccessMethods | accessMethods () const override |
bool | disconnect () override |
bool | hasNdefMessage () override |
QNearFieldTarget::RequestId | readNdefMessages () override |
QNearFieldTarget::RequestId | writeNdefMessages (const QList< QNdefMessage > &messages) override |
int | maxCommandLength () const override |
QNearFieldTarget::RequestId | sendCommand (const QByteArray &command) override |
void | setIntent (QJniObject intent) |
QNearFieldTargetPrivateImpl (void *tag, QObject *parent=nullptr) | |
QNearFieldTargetPrivateImpl (void *sessionDelegate, void *tag, QObject *parent=nullptr) | |
~QNearFieldTargetPrivateImpl () override | |
void | invalidate () |
QByteArray | uid () const override |
QNearFieldTarget::Type | type () const override |
QNearFieldTarget::AccessMethods | accessMethods () const override |
int | maxCommandLength () const override |
QNearFieldTarget::RequestId | sendCommand (const QByteArray &command) override |
bool | hasNdefMessage () override |
QNearFieldTarget::RequestId | readNdefMessages () override |
QNearFieldTarget::RequestId | writeNdefMessages (const QList< QNdefMessage > &messages) override |
bool | isAvailable () const |
QNearFieldTargetPrivateImpl (const QByteArray &uid, QNearFieldTarget::AccessMethods accessMethods, int maxInputLength, QObject *parent) | |
~QNearFieldTargetPrivateImpl () override | |
QByteArray | uid () const override |
QNearFieldTarget::Type | type () const override |
QNearFieldTarget::AccessMethods | accessMethods () const override |
bool | disconnect () override |
int | maxCommandLength () const override |
QNearFieldTarget::RequestId | sendCommand (const QByteArray &command) override |
QNearFieldTarget::RequestId | readNdefMessages () override |
QNearFieldTarget::RequestId | writeNdefMessages (const QList< QNdefMessage > &messages) override |
![]() | |
QNearFieldTargetPrivate (QObject *parent=nullptr) | |
virtual | ~QNearFieldTargetPrivate ()=default |
virtual QByteArray | uid () const |
virtual QNearFieldTarget::Type | type () const |
virtual QNearFieldTarget::AccessMethods | accessMethods () const |
virtual bool | disconnect () |
virtual bool | hasNdefMessage () |
virtual QNearFieldTarget::RequestId | readNdefMessages () |
virtual QNearFieldTarget::RequestId | writeNdefMessages (const QList< QNdefMessage > &messages) |
virtual int | maxCommandLength () const |
virtual QNearFieldTarget::RequestId | sendCommand (const QByteArray &command) |
bool | waitForRequestCompleted (const QNearFieldTarget::RequestId &id, int msecs=5000) |
QVariant | requestResponse (const QNearFieldTarget::RequestId &id) const |
![]() | |
Q_INVOKABLE | QObject (QObject *parent=nullptr) |
Constructs an object with parent object parent. | |
virtual | ~QObject () |
Destroys the object, deleting all its child objects. | |
virtual bool | event (QEvent *event) |
This virtual function receives events to an object and should return true if the event e was recognized and processed. | |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Filters events if this object has been installed as an event filter for the watched object. | |
QString | objectName () const |
Q_WEAK_OVERLOAD void | setObjectName (const QString &name) |
Sets the object's name to name. | |
void | setObjectName (QAnyStringView name) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
QBindable< QString > | bindableObjectName () |
bool | isWidgetType () const |
Returns true if the object is a widget; otherwise returns false . | |
bool | isWindowType () const |
Returns true if the object is a window; otherwise returns false . | |
bool | isQuickItemType () const |
Returns true if the object is a QQuickItem; otherwise returns false . | |
bool | signalsBlocked () const noexcept |
Returns true if signals are blocked; otherwise returns false . | |
bool | blockSignals (bool b) noexcept |
If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it). | |
QThread * | thread () const |
Returns the thread in which the object lives. | |
void | moveToThread (QThread *thread) |
Changes the thread affinity for this object and its children. | |
int | startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer) |
This is an overloaded function that will start a timer of type timerType and a timeout of interval milliseconds. | |
int | startTimer (std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) |
void | killTimer (int id) |
Kills the timer with timer identifier, id. | |
template<typename T > | |
T | findChild (const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
Returns the child of this object that can be cast into type T and that is called name, or \nullptr if there is no such object. | |
template<typename T > | |
QList< T > | findChildren (const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects. | |
template<typename T > | |
QList< T > | findChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
const QObjectList & | children () const |
Returns a list of child objects. | |
void | setParent (QObject *parent) |
Makes the object a child of parent. | |
void | installEventFilter (QObject *filterObj) |
Installs an event filter filterObj on this object. | |
void | removeEventFilter (QObject *obj) |
Removes an event filter object obj from this object. | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
bool | disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const |
bool | disconnect (const QObject *receiver, const char *member=nullptr) const |
void | dumpObjectTree () const |
Dumps a tree of children to the debug output. | |
void | dumpObjectInfo () const |
Dumps information about signal connections, etc. | |
bool | setProperty (const char *name, const QVariant &value) |
Sets the value of the object's name property to value. | |
bool | setProperty (const char *name, QVariant &&value) |
QVariant | property (const char *name) const |
Returns the value of the object's name property. | |
QList< QByteArray > | dynamicPropertyNames () const |
QBindingStorage * | bindingStorage () |
const QBindingStorage * | bindingStorage () const |
QObject * | parent () const |
Returns a pointer to the parent object. | |
bool | inherits (const char *classname) const |
Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false . | |
Protected Slots | |
void | checkIsTargetLost () |
Protected Member Functions | |
void | releaseIntent () |
void | updateTechList () |
void | updateType () |
QNearFieldTarget::Type | getTagType () const |
void | setupTargetCheckTimer () |
void | handleTargetLost () |
QJniObject | getTagTechnology (const QString &tech) const |
bool | setTagTechnology (const QStringList &technologies) |
bool | connect () |
bool | setCommandTimeout (int timeout) |
QByteArray | jbyteArrayToQByteArray (const jbyteArray &byteArray) const |
![]() | |
virtual void | setResponseForRequest (const QNearFieldTarget::RequestId &id, const QVariant &response, bool emitRequestCompleted=true) |
void | reportError (QNearFieldTarget::Error error, const QNearFieldTarget::RequestId &id) |
![]() | |
QObject * | sender () const |
Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns \nullptr. | |
int | senderSignalIndex () const |
int | receivers (const char *signal) const |
Returns the number of receivers connected to the signal. | |
bool | isSignalConnected (const QMetaMethod &signal) const |
virtual void | timerEvent (QTimerEvent *event) |
This event handler can be reimplemented in a subclass to receive timer events for the object. | |
virtual void | childEvent (QChildEvent *event) |
This event handler can be reimplemented in a subclass to receive child events. | |
virtual void | customEvent (QEvent *event) |
This event handler can be reimplemented in a subclass to receive custom events. | |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
QObject (QObjectPrivate &dd, QObject *parent=nullptr) | |
Protected Attributes | |
QJniObject | targetIntent |
QByteArray | targetUid |
QTimer * | targetCheckTimer |
QString | selectedTech |
QStringList | techList |
QNearFieldTarget::Type | tagType |
QJniObject | tagTech |
![]() | |
QMap< QNearFieldTarget::RequestId, QVariant > | m_decodedResponses |
![]() | |
QScopedPointer< QObjectData > | d_ptr |
Additional Inherited Members | |
![]() | |
static QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
\threadsafe | |
static QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) |
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
\threadsafe | |
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
static bool | disconnect (const QMetaObject::Connection &) |
Disconnect a connection. | |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) |
template<typename Func1 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) |
![]() | |
QNearFieldTarget * | q_ptr |
![]() | |
QString | objectName |
the name of this object | |
![]() | |
template< class T > T | qobject_cast (const QObject *object) |
Returns the given object cast to type T if the object is of type T (or of a subclass); otherwise returns \nullptr. | |
template< typename T > T | qFindChildqFindChildren (const QObject *obj, const QString &name)() |
template< typename T > QList< T > | qFindChildrenqFindChildren (const QObject *obj, const QString &name)() |
QObjectList | |
\macro Q_CLASSINFO(Name, Value) | |
Definition at line 30 of file qnearfieldtarget_android_p.h.
QNearFieldTargetPrivateImpl::QNearFieldTargetPrivateImpl | ( | QJniObject | intent, |
const QByteArray | uid, | ||
QObject * | parent = nullptr |
||
) |
Definition at line 24 of file qnearfieldtarget_android.cpp.
References setupTargetCheckTimer(), updateTechList(), and updateType().
|
override |
Definition at line 36 of file qnearfieldtarget_android.cpp.
References Q_EMIT, releaseIntent(), targetDestroyed(), and targetUid.
Definition at line 38 of file qnearfieldtarget_ios.mm.
References QObject::connect(), QNearFieldTargetPrivate::error(), Q_ASSERT, ResponseProvider::responseReceived(), QTimer::start(), targetCheckTimer, and QTimer::timeout().
QNearFieldTargetPrivateImpl::QNearFieldTargetPrivateImpl | ( | void * | sessionDelegate, |
void * | tag, | ||
QObject * | parent = nullptr |
||
) |
Definition at line 50 of file qnearfieldtarget_ios.mm.
References QObject::connect(), QNearFieldTargetPrivate::error(), Q_ASSERT, Qt::QueuedConnection, QTimer::start(), tag, QNfcNdefNotifier::tagError(), targetCheckTimer, and QTimer::timeout().
|
override |
QT_BEGIN_NAMESPACE QNearFieldTargetPrivateImpl::QNearFieldTargetPrivateImpl | ( | const QByteArray & | uid, |
QNearFieldTarget::AccessMethods | accessMethods, | ||
int | maxInputLength, | ||
QObject * | parent | ||
) |
Definition at line 18 of file qnearfieldtarget_pcsc.cpp.
References qCDebug.
|
override |
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 52 of file qnearfieldtarget_android.cpp.
References ISODEPTECHNOLOGY, QNearFieldTarget::NdefAccess, NDEFFORMATABLETECHNOLOGY, NDEFTECHNOLOGY, NFCATECHNOLOGY, NFCBTECHNOLOGY, NFCFTECHNOLOGY, NFCVTECHNOLOGY, QNearFieldTarget::TagTypeSpecificAccess, techList, and QNearFieldTarget::UnknownAccess.
Referenced by sendCommand().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
protectedslot |
Definition at line 284 of file qnearfieldtarget_android.cpp.
References connected, handleTargetLost(), selectedTech, setTagTechnology(), tagTech, and targetIntent.
Referenced by setupTargetCheckTimer().
|
protected |
Definition at line 450 of file qnearfieldtarget_android.cpp.
References connected, setCommandTimeout(), and tagTech.
Referenced by readNdefMessages(), sendCommand(), and writeNdefMessages().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 70 of file qnearfieldtarget_android.cpp.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
signal |
Referenced by QNearFieldManagerPrivateImpl::onCardInserted().
|
protected |
Definition at line 418 of file qnearfieldtarget_android.cpp.
References QString::arg(), QByteArray::constData(), QString::fromUtf8(), QtNfc::getTag(), Q_ASSERT_X, QString::replace(), tag, tagTech, targetIntent, and QString::toUtf8().
Referenced by getTagType(), maxCommandLength(), and setTagTechnology().
|
protected |
Definition at line 355 of file qnearfieldtarget_android.cpp.
References QString::compare(), getTagTechnology(), jbyteArrayToQByteArray(), MIFARECLASSICTECHNOLOGY, QNearFieldTarget::MifareTag, MIFARETAG, NDEFTECHNOLOGY, NFCATECHNOLOGY, NFCBTECHNOLOGY, NFCFTECHNOLOGY, QNearFieldTarget::NfcTagType1, NFCTAGTYPE1, QNearFieldTarget::NfcTagType2, NFCTAGTYPE2, QNearFieldTarget::NfcTagType3, NFCTAGTYPE3, QNearFieldTarget::NfcTagType4, NFCTAGTYPE4, QNearFieldTarget::NfcTagType4A, QNearFieldTarget::NfcTagType4B, QNearFieldTarget::ProprietaryTag, techList, and toString().
Referenced by updateType().
|
protected |
Definition at line 412 of file qnearfieldtarget_android.cpp.
References Q_EMIT, releaseIntent(), and targetLost().
Referenced by checkIsTargetLost(), sendCommand(), and updateTechList().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 85 of file qnearfieldtarget_android.cpp.
References NDEFTECHNOLOGY, and techList.
Referenced by readNdefMessages().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
void QNearFieldTargetPrivateImpl::invalidate | ( | ) |
Definition at line 76 of file qnearfieldtarget_ios.mm.
References QList< T >::clear(), QObject::disconnect(), Q_ASSERT, QTimer::stop(), and targetCheckTimer.
bool QNearFieldTargetPrivateImpl::isAvailable | ( | ) | const |
Definition at line 235 of file qnearfieldtarget_ios.mm.
References iOS, QNearFieldTarget::RequestId::isValid(), and tag.
|
protected |
Definition at line 486 of file qnearfieldtarget_android.cpp.
References QByteArray::data(), and QByteArray::resize().
Referenced by getTagType(), readNdefMessages(), and sendCommand().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 142 of file qnearfieldtarget_android.cpp.
References getTagTechnology(), ISODEPTECHNOLOGY, NFCATECHNOLOGY, NFCBTECHNOLOGY, NFCFTECHNOLOGY, NFCVTECHNOLOGY, tagTech, and techList.
Referenced by sendCommand().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
signal |
Referenced by onNdefMessageRead(), and readNdefMessages().
|
slot |
Definition at line 137 of file qnearfieldtarget_pcsc.cpp.
References QNearFieldTargetPrivate::disconnected(), Q_EMIT, Q_FUNC_INFO, and qCDebug.
Referenced by QNearFieldManagerPrivateImpl::onCardInserted().
|
slot |
Definition at line 149 of file qnearfieldtarget_pcsc.cpp.
References Q_EMIT, Q_FUNC_INFO, qCDebug, and targetLost().
Referenced by QNearFieldManagerPrivateImpl::onCardInserted().
|
slot |
Definition at line 86 of file qnearfieldtarget_pcsc.cpp.
References ndefMessageRead(), and Q_EMIT.
Referenced by QNearFieldManagerPrivateImpl::onCardInserted().
|
slot |
Definition at line 74 of file qnearfieldtarget_pcsc.cpp.
References QNearFieldTarget::NoError, Q_FUNC_INFO, qCDebug, QNearFieldTargetPrivate::reportError(), request, and QNearFieldTargetPrivate::setResponseForRequest().
Referenced by QNearFieldManagerPrivateImpl::onCardInserted().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 90 of file qnearfieldtarget_android.cpp.
References connect(), QNearFieldTarget::ConnectionError, QNdefMessage::fromByteArray(), hasNdefMessage(), QMetaObject::invokeMethod(), jbyteArrayToQByteArray(), QNearFieldTarget::ndefMessageRead(), ndefMessageRead(), QNearFieldTarget::NdefReadError, NDEFTECHNOLOGY, Q_EMIT, QNearFieldTargetPrivate::q_ptr, Qt::QueuedConnection, QNearFieldTargetPrivate::reportError(), QNearFieldTargetPrivate::requestCompleted(), requestId, setTagTechnology(), tagTech, targetIntent, QNearFieldTarget::TargetOutOfRangeError, and QNearFieldTarget::UnsupportedError.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
signal |
Referenced by QNearFieldManagerPrivateImpl::onCardInserted().
|
protected |
Definition at line 318 of file qnearfieldtarget_android.cpp.
References QTimer::stop(), targetCheckTimer, and targetIntent.
Referenced by ~QNearFieldTargetPrivateImpl(), handleTargetLost(), and setIntent().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 161 of file qnearfieldtarget_android.cpp.
References accessMethods(), ba, QNearFieldTarget::CommandError, connect(), QNearFieldTarget::ConnectionError, QByteArray::data(), QNearFieldTargetPrivate::error(), handleTargetLost(), QNearFieldTarget::InvalidParametersError, QMetaObject::invokeMethod(), ISODEPTECHNOLOGY, jbyteArrayToQByteArray(), maxCommandLength(), NFCATECHNOLOGY, NFCBTECHNOLOGY, NFCFTECHNOLOGY, NFCVTECHNOLOGY, Q_EMIT, Qt::QueuedConnection, QNearFieldTargetPrivate::reportError(), QNearFieldTargetPrivate::requestCompleted(), requestId, QNearFieldTargetPrivate::setResponseForRequest(), setTagTechnology(), QByteArray::size(), tagTech, QNearFieldTarget::TagTypeSpecificAccess, and QNearFieldTarget::UnsupportedError.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
signal |
Referenced by QNearFieldManagerPrivateImpl::onCardInserted().
|
protected |
Definition at line 474 of file qnearfieldtarget_android.cpp.
Referenced by connect().
void QNearFieldTargetPrivateImpl::setIntent | ( | QJniObject | intent | ) |
Definition at line 269 of file qnearfieldtarget_android.cpp.
References releaseIntent(), QTimer::start(), targetCheckTimer, targetIntent, updateTechList(), and updateType().
|
protected |
Definition at line 434 of file qnearfieldtarget_android.cpp.
References getTagTechnology(), selectedTech, tagTech, and techList.
Referenced by checkIsTargetLost(), readNdefMessages(), sendCommand(), and writeNdefMessages().
|
protected |
Definition at line 404 of file qnearfieldtarget_android.cpp.
References checkIsTargetLost(), QObject::connect(), QTimer::setInterval(), QTimer::start(), targetCheckTimer, and QTimer::timeout().
Referenced by QNearFieldTargetPrivateImpl().
|
signal |
|
signal |
|
signal |
Referenced by handleTargetLost(), QNearFieldManagerPrivateImpl::onCardInserted(), and onInvalidated().
|
signal |
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 47 of file qnearfieldtarget_android.cpp.
References tagType.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 42 of file qnearfieldtarget_android.cpp.
References targetUid.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
protected |
Definition at line 325 of file qnearfieldtarget_android.cpp.
References QtNfc::getTag(), handleTargetLost(), i, Q_ASSERT_X, tag, targetIntent, and techList.
Referenced by QNearFieldTargetPrivateImpl(), and setIntent().
|
protected |
Definition at line 350 of file qnearfieldtarget_android.cpp.
References getTagType(), and tagType.
Referenced by QNearFieldTargetPrivateImpl(), and setIntent().
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
Definition at line 215 of file qnearfieldtarget_android.cpp.
References ba, connect(), QNearFieldTarget::ConnectionError, QByteArray::data(), QList< T >::first(), QMetaObject::invokeMethod(), NDEFFORMATABLETECHNOLOGY, NDEFTECHNOLOGY, QNearFieldTarget::NdefWriteError, Q_EMIT, Qt::QueuedConnection, qWarning, QNearFieldTargetPrivate::reportError(), QNearFieldTargetPrivate::requestCompleted(), requestId, selectedTech, setTagTechnology(), QByteArray::size(), QList< T >::size(), tagTech, QNearFieldTarget::UnknownError, and void.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
overridevirtual |
Reimplemented from QNearFieldTargetPrivate.
|
signal |
Referenced by QNearFieldManagerPrivateImpl::onCardInserted().
|
protected |
Definition at line 80 of file qnearfieldtarget_android_p.h.
Referenced by checkIsTargetLost(), setTagTechnology(), and writeNdefMessages().
|
protected |
Definition at line 83 of file qnearfieldtarget_android_p.h.
Referenced by checkIsTargetLost(), connect(), disconnect(), getTagTechnology(), maxCommandLength(), readNdefMessages(), sendCommand(), setCommandTimeout(), setTagTechnology(), and writeNdefMessages().
|
protected |
Definition at line 82 of file qnearfieldtarget_android_p.h.
Referenced by type(), and updateType().
|
protected |
Definition at line 78 of file qnearfieldtarget_android_p.h.
Referenced by QNearFieldTargetPrivateImpl(), QNearFieldTargetPrivateImpl(), invalidate(), releaseIntent(), setIntent(), and setupTargetCheckTimer().
|
protected |
Definition at line 76 of file qnearfieldtarget_android_p.h.
Referenced by checkIsTargetLost(), getTagTechnology(), readNdefMessages(), releaseIntent(), setIntent(), and updateTechList().
|
protected |
Definition at line 77 of file qnearfieldtarget_android_p.h.
Referenced by ~QNearFieldTargetPrivateImpl(), and uid().
|
protected |
Definition at line 81 of file qnearfieldtarget_android_p.h.
Referenced by accessMethods(), getTagType(), hasNdefMessage(), maxCommandLength(), setTagTechnology(), and updateTechList().