java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefFilter
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Filter for matching NDEF messages
Java wrapper for Qt's class QNdefFilter
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QNdefFilter::Record struct contains the information about a filter recordNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQNdefFilter
(QNdefFilter other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
appendRecord
(QNdefFilter.Record record) final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type) Overloaded function forappendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min) Overloaded function forappendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
withmax = 1
.final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min, int max) final void
appendRecord
(Class<? extends QNdefRecord> type) final void
appendRecord
(Class<? extends QNdefRecord> type, int min) final void
appendRecord
(Class<? extends QNdefRecord> type, int min, int max) final void
clear()
clone()
final boolean
match
(QNdefMessage message) final boolean
final QNdefFilter.Record
recordAt
(long i) final long
final void
setOrderMatch
(boolean on) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QNdefFilter
public QNdefFilter() -
QNdefFilter
-
QNdefFilter
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min) Overloaded function for
appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
withmax = 1
. -
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type) Overloaded function for
appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
with:
min = 1
max = 1
-
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min, int max) -
appendRecord
-
clear
-
match
-
orderMatch
-
recordAt
-
recordCount
-
setOrderMatch
-
appendRecord
-
appendRecord
-
appendRecord
-
clone
-