Class QBluetoothPermission
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
- Since:
- This class was introduced in Qt 6.5.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQBluetoothPermission::CommunicationModestatic final classQFlagstype for enumQBluetoothPermission.CommunicationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionSeeQBluetoothPermission::QBluetoothPermission() SeeQBluetoothPermission::QBluetoothPermission(QBluetoothPermission) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QBluetoothPermission other) SeeQBluetoothPermission::operator=(QBluetoothPermission) clone()Creates and returns a copy of this object.final booleanequals(QBluetoothPermission arg__2) Seeoperator==(QBluetoothPermission,QBluetoothPermission) booleanSeeoperator==(QBluetoothPermission,QBluetoothPermission) inthashCode()Returns the objects's hash code computed byqHash(QBluetoothPermission).final voidOverloaded function forsetCommunicationModes(io.qt.core.QBluetoothPermission.CommunicationModes).final voidfinal voidswap(QBluetoothPermission other) SeeQBluetoothPermission::swap(QBluetoothPermission&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QBluetoothPermission
public QBluetoothPermission()See
QBluetoothPermission::QBluetoothPermission() -
QBluetoothPermission
See
QBluetoothPermission::QBluetoothPermission(QBluetoothPermission) - Parameters:
other-
-
-
Method Details
-
communicationModes
- Returns:
- Since:
- This function was introduced in Qt 6.6.
-
assign
See
QBluetoothPermission::operator=(QBluetoothPermission) - Parameters:
other-
-
equals
See
operator==(QBluetoothPermission,QBluetoothPermission) - Parameters:
arg__2-- Returns:
-
setCommunicationModes
@QtUninvokable public final void setCommunicationModes(QBluetoothPermission.CommunicationModes modes) - Parameters:
modes-- Since:
- This function was introduced in Qt 6.6.
-
swap
See
QBluetoothPermission::swap(QBluetoothPermission&) - Parameters:
other-
-
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:
clonein classQPermission
-
setCommunicationModes
@QtUninvokable public final void setCommunicationModes(QBluetoothPermission.CommunicationMode ... modes) Overloaded function for
setCommunicationModes(io.qt.core.QBluetoothPermission.CommunicationModes).
-