Uses of Class
io.qt.nfc.QNdefRecord
Package | Description |
---|---|
io.qt.nfc |
-
Uses of QNdefRecord in io.qt.nfc
Subclasses of QNdefRecord in io.qt.nfc Modifier and Type Class Description class
QNdefNfcIconRecord
Java wrapper for Qt class QNdefNfcIconRecordclass
QNdefNfcSmartPosterRecord
NFC RTD-SmartPosterclass
QNdefNfcTextRecord
NFC RTD-Textclass
QNdefNfcUriRecord
NFC RTD-URIMethods in io.qt.nfc that return QNdefRecord Modifier and Type Method Description QNdefRecord
QNdefRecord. clone()
QNdefRecord
QQmlNdefRecord. record()
Methods in io.qt.nfc with parameters of type QNdefRecord Modifier and Type Method Description void
QQmlNdefRecord. setRecord(QNdefRecord record)
Method parameters in io.qt.nfc with type arguments of type QNdefRecord Modifier and Type Method Description void
QNdefFilter. appendRecord(Class<? extends QNdefRecord> type)
void
QNdefFilter. appendRecord(Class<? extends QNdefRecord> type, int min)
void
QNdefFilter. appendRecord(Class<? extends QNdefRecord> type, int min, int max)
Constructors in io.qt.nfc with parameters of type QNdefRecord Constructor Description QNdefMessage(QNdefRecord record)
QNdefNfcIconRecord(QNdefRecord other)
QNdefNfcSmartPosterRecord(QNdefRecord other)
QNdefNfcTextRecord(QNdefRecord other)
QNdefNfcUriRecord(QNdefRecord other)
QNdefRecord(QNdefRecord other)
QNdefRecord(QNdefRecord other, QNdefRecord.TypeNameFormat typeNameFormat)
QNdefRecord(QNdefRecord other, QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type)
QQmlNdefRecord(QNdefRecord record)
Overloaded constructor forQQmlNdefRecord(io.qt.nfc.QNdefRecord, io.qt.core.QObject)
withparent = null
.QQmlNdefRecord(QNdefRecord record, QObject parent)
Constructor parameters in io.qt.nfc with type arguments of type QNdefRecord Constructor Description QNdefMessage(Collection<QNdefRecord> records)