java.lang.Object
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcIconRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
NFC MIME record to hold an icon
Java wrapper for Qt class QNdefNfcIconRecord
This class was introduced in Qt Qt 5.2.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.nfc.QNdefRecord
QNdefRecord.TypeNameFormat
-
Constructor Summary
ConstructorDescriptionSeeQNdefNfcIconRecord::
QNdefNfcIconRecord(QNdefNfcIconRecord) QNdefNfcIconRecord
(QNdefRecord other) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QByteArray
data()
final void
setData
(byte [] data) Overloaded function forsetData(io.qt.core.QByteArray)
.final void
setData
(QByteArray data) Methods inherited from class io.qt.nfc.QNdefRecord
assign, clear, equals, equals, hashCode, id, isEmpty, payload, setId, setId, setPayload, setPayload, setType, setType, setTypeNameFormat, type, typeNameFormat
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcIconRecord
public QNdefNfcIconRecord() -
QNdefNfcIconRecord
See
QNdefNfcIconRecord::
QNdefNfcIconRecord(QNdefNfcIconRecord) -
QNdefNfcIconRecord
-
-
Method Details
-
data
-
setData
-
clone
Creates and returns a copy of this object.
See
QNdefNfcIconRecord::
QNdefNfcIconRecord(QNdefNfcIconRecord) - Overrides:
clone
in classQNdefRecord
-
setData
Overloaded function for
setData(io.qt.core.QByteArray)
.
-