java.lang.Object
io.qt.QtObject
io.qt.core.QPermission
io.qt.core.QBluetoothPermission
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Access Bluetooth peripherals
Java wrapper for Qt class QBluetoothPermission
-
Constructor Summary
ConstructorDescriptionSeeQBluetoothPermission::
QBluetoothPermission() SeeQBluetoothPermission::
QBluetoothPermission(QBluetoothPermission) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QBluetoothPermission other) SeeQBluetoothPermission::
operator=(QBluetoothPermission) clone()
Creates and returns a copy of this object.final boolean
equals
(QBluetoothPermission arg__2) Seeoperator==(QBluetoothPermission,
QBluetoothPermission) boolean
Seeoperator==(QBluetoothPermission,
QBluetoothPermission) int
hashCode()
Returns the objects's hash code computed byqHash(QBluetoothPermission)
.final void
swap
(QBluetoothPermission other) SeeQBluetoothPermission::
swap(QBluetoothPermission&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothPermission
public QBluetoothPermission()See
QBluetoothPermission::
QBluetoothPermission() -
QBluetoothPermission
See
QBluetoothPermission::
QBluetoothPermission(QBluetoothPermission)
-
-
Method Details
-
assign
See
QBluetoothPermission::
operator=(QBluetoothPermission) -
equals
See
operator==(QBluetoothPermission,
QBluetoothPermission) -
swap
See
QBluetoothPermission::
swap(QBluetoothPermission&) -
equals
See
operator==(QBluetoothPermission,
QBluetoothPermission) -
hashCode
Returns the objects's hash code computed byqHash(QBluetoothPermission)
. -
clone
Creates and returns a copy of this object.
See
QBluetoothPermission::
QBluetoothPermission(QBluetoothPermission) - Specified by:
clone
in classQPermission
-