Alternative

The Alternative class stores attributes of a Bluetooth Data Element Alternative. More

Inheritance diagram of PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative

Synopsis

Functions

Static functions

Detailed Description

class PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative(Alternative)

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative(list)

Parameters

Constructs a new empty alternative.

Constructs a new alternative that is a copy of list.

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.append(arg__1)
Parameters

arg__1 – object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.append(l)
Parameters

l

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.at(i)
Parameters

iqsizetype

Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.back()
Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.capacity()
Return type

qsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.clear()
PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.constData()
Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.constFirst()
Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.constLast()
Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.count()
Return type

qsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.data()
Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.empty()
Return type

bool

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.first(n)
Parameters

nqsizetype

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.first()
Return type

object

static PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.fromList(list)
Parameters

list

Return type

static PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.fromVector(vector)
Parameters

vector

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.front()
Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.insert(arg__1, arg__2)
Parameters
  • arg__1qsizetype

  • arg__2 – object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.isEmpty()
Return type

bool

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.isSharedWith(other)
Parameters

other

Return type

bool

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.last()
Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.last(n)
Parameters

nqsizetype

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.length()
Return type

qsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.mid(pos[, len=-1])
Parameters
  • posqsizetype

  • lenqsizetype

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.move(from, to)
Parameters
  • fromqsizetype

  • toqsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.__add__(l)
Parameters

l

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.__iadd__(l)
Parameters

l

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.__lshift__(l)
Parameters

l

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.operator[](i)
Parameters

iqsizetype

Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.pop_back()
PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.pop_front()
PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.prepend(arg__1)
Parameters

arg__1 – object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.push_back(arg__1)
Parameters

arg__1 – object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.push_front(arg__1)
Parameters

arg__1 – object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.remove(i[, n=1])
Parameters
  • iqsizetype

  • nqsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.removeAll(arg__1)
Parameters

arg__1 – object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.removeAt(i)
Parameters

iqsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.removeFirst()
PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.removeLast()
PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.removeOne(arg__1)
Parameters

arg__1 – object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.reserve(size)
Parameters

sizeqsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.resize(size)
Parameters

sizeqsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.shrink_to_fit()
PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.size()
Return type

qsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.sliced(pos)
Parameters

posqsizetype

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.sliced(pos, n)
Parameters
  • posqsizetype

  • nqsizetype

Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.squeeze()
PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.swap(other)
Parameters

other

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.swapItemsAt(i, j)
Parameters
  • iqsizetype

  • jqsizetype

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.takeAt(i)
Parameters

iqsizetype

Return type

object

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.toList()
Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.toVector()
Return type

PySide6.QtBluetooth.QBluetoothServiceInfo.Alternative.value(i)
Parameters

iqsizetype

Return type

object