java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QBluetoothTransferRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Stores information about a data transfer request
Java wrapper for Qt's class QBluetoothTransferRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QBluetoothTransferRequest::AttributeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionOverloaded constructor forQBluetoothTransferRequest(io.qt.bluetooth.QBluetoothAddress)
withaddress = new io.qt.bluetooth.QBluetoothAddress()
.protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QBluetoothAddress
address()
final void
assign
(QBluetoothTransferRequest other) final Object
Overloaded function forattribute(io.qt.bluetooth.QBluetoothTransferRequest.Attribute, java.lang.Object)
withdefaultValue = null
.final Object
attribute
(QBluetoothTransferRequest.Attribute code, Object defaultValue) clone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final void
setAttribute
(QBluetoothTransferRequest.Attribute code, Object value) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothTransferRequest
public QBluetoothTransferRequest()Overloaded constructor for
QBluetoothTransferRequest(io.qt.bluetooth.QBluetoothAddress)
withaddress = new io.qt.bluetooth.QBluetoothAddress()
. -
QBluetoothTransferRequest
-
QBluetoothTransferRequest
-
QBluetoothTransferRequest
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
address
-
attribute
Overloaded function for
attribute(io.qt.bluetooth.QBluetoothTransferRequest.Attribute, java.lang.Object)
withdefaultValue = null
. -
attribute
@QtUninvokable public final Object attribute(QBluetoothTransferRequest.Attribute code, Object defaultValue) -
assign
-
setAttribute
@QtUninvokable public final void setAttribute(QBluetoothTransferRequest.Attribute code, Object value) -
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-