Uses of Enum
io.qt.core.QBluetoothPermission.CommunicationMode
Packages that use QBluetoothPermission.CommunicationMode
-
Uses of QBluetoothPermission.CommunicationMode in io.qt.core
Methods in io.qt.core that return QBluetoothPermission.CommunicationModeModifier and TypeMethodDescriptionQBluetoothPermission.CommunicationModes.flags()
Returns an array of flag objects represented by this CommunicationModes.QBluetoothPermission.CommunicationMode.resolve
(byte value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QBluetoothPermission.CommunicationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QBluetoothPermission.CommunicationModeModifier and TypeMethodDescriptionQBluetoothPermission.CommunicationMode.cleared
(QBluetoothPermission.CommunicationMode e) Excludes other enum entry from a flag of this entry.QBluetoothPermission.CommunicationMode.combined
(QBluetoothPermission.CommunicationMode e) Combines this entry with other enum entry.QBluetoothPermission.CommunicationModes.combined
(QBluetoothPermission.CommunicationMode e) Combines this flags with enum entry.QBluetoothPermission.CommunicationMode.flags
(QBluetoothPermission.CommunicationMode ... values) Creates a newQBluetoothPermission.CommunicationModes
from the entries.final void
QBluetoothPermission.setCommunicationModes
(QBluetoothPermission.CommunicationMode ... modes) Overloaded function forQBluetoothPermission.setCommunicationModes(io.qt.core.QBluetoothPermission.CommunicationModes)
.QBluetoothPermission.CommunicationModes.setFlag
(QBluetoothPermission.CommunicationMode e) Sets the flage
QBluetoothPermission.CommunicationModes.setFlag
(QBluetoothPermission.CommunicationMode e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QBluetoothPermission.CommunicationModeModifierConstructorDescriptionCreates a new CommunicationModes where the flags inargs
are set.