Uses of Class
io.qt.nfc.QNdefNfcTextRecord
Package | Description |
---|---|
io.qt.nfc |
-
Uses of QNdefNfcTextRecord in io.qt.nfc
Methods in io.qt.nfc that return QNdefNfcTextRecord Modifier and Type Method Description QNdefNfcTextRecord
QNdefNfcTextRecord. clone()
QNdefNfcTextRecord
QNdefNfcSmartPosterRecord. titleRecord(int index)
Methods in io.qt.nfc that return types with arguments of type QNdefNfcTextRecord Modifier and Type Method Description QList<QNdefNfcTextRecord>
QNdefNfcSmartPosterRecord. titleRecords()
Methods in io.qt.nfc with parameters of type QNdefNfcTextRecord Modifier and Type Method Description boolean
QNdefNfcSmartPosterRecord. addTitle(QNdefNfcTextRecord text)
boolean
QNdefNfcSmartPosterRecord. removeTitle(QNdefNfcTextRecord text)
Method parameters in io.qt.nfc with type arguments of type QNdefNfcTextRecord Modifier and Type Method Description void
QNdefNfcSmartPosterRecord. setTitles(Collection<QNdefNfcTextRecord> titles)