Uses of Class
io.qt.bluetooth.QBluetoothDeviceInfo.Field
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothDeviceInfo.Field in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothDeviceInfo.Field Modifier and Type Method Description QBluetoothDeviceInfo.Field[]
QBluetoothDeviceInfo.Fields. flags()
Returns an array of flag objects represented by this Fields.static QBluetoothDeviceInfo.Field
QBluetoothDeviceInfo.Field. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothDeviceInfo.Field
QBluetoothDeviceInfo.Field. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothDeviceInfo.Field[]
QBluetoothDeviceInfo.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo.Field Modifier and Type Method Description QBluetoothDeviceInfo.Fields
QBluetoothDeviceInfo.Field. combined(QBluetoothDeviceInfo.Field e)
Combines this entry with other enum entry.QBluetoothDeviceInfo.Fields
QBluetoothDeviceInfo.Fields. combined(QBluetoothDeviceInfo.Field e)
Combines this flags with enum entry.static QBluetoothDeviceInfo.Fields
QBluetoothDeviceInfo.Field. flags(QBluetoothDeviceInfo.Field... values)
Creates a newQBluetoothDeviceInfo.Fields
from the entries.QBluetoothDeviceInfo.Fields
QBluetoothDeviceInfo.Fields. setFlag(QBluetoothDeviceInfo.Field e)
Sets the flage
QBluetoothDeviceInfo.Fields
QBluetoothDeviceInfo.Fields. setFlag(QBluetoothDeviceInfo.Field e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo.Field Constructor Description Fields(QBluetoothDeviceInfo.Field... args)
Creates a new Fields where the flags inargs
are set.