Sequence¶
The Sequence class stores attributes of a Bluetooth Data Element Sequence. More…
Synopsis¶
Functions¶
def
__add__
(l)def
__iadd__
(l)def
__lshift__
(l)def
append
(arg__1)def
append
(l)def
at
(i)def
back
()def
capacity
()def
clear
()def
constData
()def
constFirst
()def
constLast
()def
count
()def
data
()def
empty
()def
first
()def
first
(n)def
front
()def
insert
(arg__1, arg__2)def
isEmpty
()def
isSharedWith
(other)def
last
()def
last
(n)def
length
()def
mid
(pos[, len=-1])def
move
(from, to)def
operator[]
(i)def
pop_back
()def
pop_front
()def
prepend
(arg__1)def
push_back
(arg__1)def
push_front
(arg__1)def
remove
(i[, n=1])def
removeAll
(arg__1)def
removeAt
(i)def
removeFirst
()def
removeLast
()def
removeOne
(arg__1)def
reserve
(size)def
resize
(size)def
shrink_to_fit
()def
size
()def
sliced
(pos)def
sliced
(pos, n)def
squeeze
()def
swap
(other)def
swapItemsAt
(i, j)def
takeAt
(i)def
toList
()def
toVector
()def
value
(i)
Static functions¶
def
fromList
(list)def
fromVector
(vector)
Detailed Description¶
- class PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence¶
PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence(Sequence)
PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence(list)
- Parameters
list –
Sequence –
PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence
Constructs a new empty sequence.
Constructs a new sequence that is a copy of list
.
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.append(arg__1)¶
- Parameters
arg__1 – object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.append(l)
- Parameters
l –
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.at(i)¶
- Parameters
i –
qsizetype
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.back()¶
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.capacity()¶
- Return type
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.clear()¶
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.constData()¶
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.constFirst()¶
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.constLast()¶
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.count()¶
- Return type
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.data()¶
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.empty()¶
- Return type
bool
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.first(n)¶
- Parameters
n –
qsizetype
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.first()
- Return type
object
- static PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.fromList(list)¶
- Parameters
list –
- Return type
- static PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.fromVector(vector)¶
- Parameters
vector –
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.front()¶
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.insert(arg__1, arg__2)¶
- Parameters
arg__1 –
qsizetype
arg__2 – object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.isEmpty()¶
- Return type
bool
- Parameters
other –
- Return type
bool
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.last()¶
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.last(n)
- Parameters
n –
qsizetype
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.length()¶
- Return type
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.mid(pos[, len=-1])¶
- Parameters
pos –
qsizetype
len –
qsizetype
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.move(from, to)¶
- Parameters
from –
qsizetype
to –
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.__add__(l)¶
- Parameters
l –
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.__iadd__(l)¶
- Parameters
l –
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.__lshift__(l)¶
- Parameters
l –
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.operator[](i)
- Parameters
i –
qsizetype
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.pop_back()¶
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.pop_front()¶
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.prepend(arg__1)¶
- Parameters
arg__1 – object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.push_back(arg__1)¶
- Parameters
arg__1 – object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.push_front(arg__1)¶
- Parameters
arg__1 – object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.remove(i[, n=1])¶
- Parameters
i –
qsizetype
n –
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.removeAll(arg__1)¶
- Parameters
arg__1 – object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.removeAt(i)¶
- Parameters
i –
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.removeFirst()¶
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.removeLast()¶
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.removeOne(arg__1)¶
- Parameters
arg__1 – object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.reserve(size)¶
- Parameters
size –
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.resize(size)¶
- Parameters
size –
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.shrink_to_fit()¶
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.size()¶
- Return type
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.sliced(pos)¶
- Parameters
pos –
qsizetype
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.sliced(pos, n)
- Parameters
pos –
qsizetype
n –
qsizetype
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.squeeze()¶
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.swap(other)¶
- Parameters
other –
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.swapItemsAt(i, j)¶
- Parameters
i –
qsizetype
j –
qsizetype
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.takeAt(i)¶
- Parameters
i –
qsizetype
- Return type
object
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.toList()¶
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.toVector()¶
- Return type
- PySide6.QtBluetooth.QBluetoothServiceInfo.Sequence.value(i)¶
- Parameters
i –
qsizetype
- Return type
object
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.