java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcSmartPosterRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QNdefNfcSmartPosterRecord extends QNdefRecord implements Cloneable
NFC RTD-SmartPoster
Java wrapper for Qt class QNdefNfcSmartPosterRecord
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QNdefNfcSmartPosterRecord.Action
Java wrapper for Qt enum QNdefNfcSmartPosterRecord::Action -
Constructor Summary
Constructors Modifier Constructor Description QNdefNfcSmartPosterRecord()
QNdefNfcSmartPosterRecord(QNdefNfcSmartPosterRecord other)
QNdefNfcSmartPosterRecord(QNdefRecord other)
protected
QNdefNfcSmartPosterRecord(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.nfc.QNdefRecord
equals, hashCode, id, isEmpty, payload, setId, setType, setTypeNameFormat, type, typeNameFormat
-
Constructor Details
-
QNdefNfcSmartPosterRecord
public QNdefNfcSmartPosterRecord() -
QNdefNfcSmartPosterRecord
-
QNdefNfcSmartPosterRecord
-
QNdefNfcSmartPosterRecord
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
action
-
addIcon
-
addIcon
-
addTitle
-
addTitle
@QtUninvokable public final boolean addTitle(String text, String locale, QNdefNfcTextRecord.Encoding encoding) -
hasAction
-
hasIcon
Overloaded function for
hasIcon(io.qt.core.QByteArray)
withmimetype = new io.qt.core.QByteArray()
. -
hasIcon
-
hasSize
-
hasTitle
Overloaded function for
hasTitle(java.lang.String)
withlocale = ""
. -
hasTitle
-
hasTypeInfo
-
icon
Overloaded function for
icon(io.qt.core.QByteArray)
withmimetype = new io.qt.core.QByteArray()
. -
icon
-
iconCount
-
iconRecord
-
iconRecords
-
removeIcon
-
removeIcon
-
removeTitle
-
removeTitle
-
setAction
-
setIcons
-
setPayload
- Overrides:
setPayload
in classQNdefRecord
-
setSize
-
setTitles
-
setTypeInfo
-
setUri
-
setUri
-
size
-
title
Overloaded function for
title(java.lang.String)
withlocale = ""
. -
title
-
titleCount
-
titleRecord
-
titleRecords
-
typeInfo
-
uri
-
uriRecord
-
clone
- Overrides:
clone
in classQNdefRecord
-