java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcIconRecord
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
NFC MIME record to hold an icon
Java wrapper for Qt class QNdefNfcIconRecord
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.nfc.QNdefRecord
QNdefRecord.TypeNameFormatNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQNdefNfcIconRecord(QNdefRecord other) protectedQNdefNfcIconRecord(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.nfc.QNdefRecord
clear, equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormatMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcIconRecord
public QNdefNfcIconRecord() -
QNdefNfcIconRecord
-
QNdefNfcIconRecord
protected QNdefNfcIconRecord(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
data
@QtUninvokable public final io.qt.core.QByteArray data() -
setData
@QtUninvokable public final void setData(io.qt.core.QByteArray data) -
clone
- Overrides:
clonein classQNdefRecord
-