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
- Since:
- 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
ConstructorsConstructorDescriptionSeeQNdefNfcIconRecord::QNdefNfcIconRecord(QNdefNfcIconRecord) QNdefNfcIconRecord(QNdefRecord other) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final QByteArraydata()final voidsetData(byte [] data) Overloaded function forsetData(io.qt.core.QByteArray).final voidsetData(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, typeNameFormatMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcIconRecord
public QNdefNfcIconRecord() -
QNdefNfcIconRecord
See
QNdefNfcIconRecord::QNdefNfcIconRecord(QNdefNfcIconRecord) - Parameters:
other-
-
QNdefNfcIconRecord
- Parameters:
other-
-
-
Method Details
-
data
- Returns:
-
setData
- Parameters:
data-
-
clone
Creates and returns a copy of this object.
See
QNdefNfcIconRecord::QNdefNfcIconRecord(QNdefNfcIconRecord) - Overrides:
clonein classQNdefRecord
-
setData
Overloaded function for
setData(io.qt.core.QByteArray).
-