java.lang.Object
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcUriRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
NFC RTD-URI
Java wrapper for Qt class QNdefNfcUriRecord
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.nfc.QNdefRecord
QNdefRecord.TypeNameFormat
-
Constructor Summary
ConstructorDescriptionSeeQNdefNfcUriRecord::
QNdefNfcUriRecord(QNdefNfcUriRecord) QNdefNfcUriRecord
(QNdefRecord other) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final void
final void
Overloaded function forsetUri(io.qt.core.QUrl)
.final QUrl
uri()
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
-
QNdefNfcUriRecord
public QNdefNfcUriRecord() -
QNdefNfcUriRecord
See
QNdefNfcUriRecord::
QNdefNfcUriRecord(QNdefNfcUriRecord) -
QNdefNfcUriRecord
-
-
Method Details
-
setUri
-
uri
-
clone
Creates and returns a copy of this object.
See
QNdefNfcUriRecord::
QNdefNfcUriRecord(QNdefNfcUriRecord) - Overrides:
clone
in classQNdefRecord
-
setUri
Overloaded function for
setUri(io.qt.core.QUrl)
.
-