Module qtjambi
Package io.qt.core

Class QBluetoothPermission

java.lang.Object
io.qt.QtObject
io.qt.core.QPermission
io.qt.core.QBluetoothPermission
All Implemented Interfaces:
QtObjectInterface, Cloneable

public class QBluetoothPermission extends QPermission implements Cloneable

Access Bluetooth peripherals

Java wrapper for Qt class QBluetoothPermission

Since:
This class was introduced in Qt 6.5.
  • Constructor Details

    • QBluetoothPermission

      public QBluetoothPermission()

      See QBluetoothPermission::QBluetoothPermission()

    • QBluetoothPermission

      public QBluetoothPermission(QBluetoothPermission other)

      See QBluetoothPermission::QBluetoothPermission(QBluetoothPermission)

      Parameters:
      other -
  • Method Details

    • assign

      @QtUninvokable public final void assign(QBluetoothPermission other)

      See QBluetoothPermission::operator=(QBluetoothPermission)

      Parameters:
      other -
    • equals

      @QtUninvokable public final boolean equals(QBluetoothPermission arg__2)

      See operator==(QBluetoothPermission,QBluetoothPermission)

      Parameters:
      arg__2 -
      Returns:
    • swap

      @QtUninvokable public final void swap(QBluetoothPermission other)

      See QBluetoothPermission::swap(QBluetoothPermission&)

      Parameters:
      other -
    • equals

      @QtUninvokable public boolean equals(Object other)

      See operator==(QBluetoothPermission,QBluetoothPermission)

      Overrides:
      equals in class QtObject
      Parameters:
      other - other object
      Returns:
      true if the native counterpart of the two objects are one and the same.
    • hashCode

      @QtUninvokable public int hashCode()
      Returns the objects's hash code computed by qHash(QBluetoothPermission).
      Overrides:
      hashCode in class Object
    • clone

      Creates and returns a copy of this object.

      See QBluetoothPermission::QBluetoothPermission(QBluetoothPermission)

      Specified by:
      clone in class QPermission