Uses of Class
io.qt.nfc.QNdefNfcIconRecord
Package | Description |
---|---|
io.qt.nfc |
-
Uses of QNdefNfcIconRecord in io.qt.nfc
Methods in io.qt.nfc that return QNdefNfcIconRecord Modifier and Type Method Description QNdefNfcIconRecord
QNdefNfcIconRecord. clone()
QNdefNfcIconRecord
QNdefNfcSmartPosterRecord. iconRecord(int index)
Methods in io.qt.nfc that return types with arguments of type QNdefNfcIconRecord Modifier and Type Method Description QList<QNdefNfcIconRecord>
QNdefNfcSmartPosterRecord. iconRecords()
Methods in io.qt.nfc with parameters of type QNdefNfcIconRecord Modifier and Type Method Description void
QNdefNfcSmartPosterRecord. addIcon(QNdefNfcIconRecord icon)
boolean
QNdefNfcSmartPosterRecord. removeIcon(QNdefNfcIconRecord icon)
Method parameters in io.qt.nfc with type arguments of type QNdefNfcIconRecord Modifier and Type Method Description void
QNdefNfcSmartPosterRecord. setIcons(Collection<QNdefNfcIconRecord> icons)