PyANGKernel.GKTurningEntities¶
- class GKTurningEntities¶
Vector of
GKTurningEntityobjectsSynopsis¶
Methods¶
def
__init__()def
append()def
at()def
back()def
capacity()def
clear()def
constData()def
constFirst()def
constLast()def
count()def
data()def
empty()def
first()def
front()def
insert()def
isEmpty()def
isSharedWith()def
last()def
length()def
max_size()def
mid()def
move()def
__ne__()def
__add__()def
__iadd__()def
__lt__()def
__lshift__()def
__le__()def
__eq__()def
__gt__()def
__ge__()def
operator[]()def
pop_back()def
pop_front()def
prepend()def
push_back()def
push_front()def
remove()def
removeAll()def
removeAt()def
removeFirst()def
removeLast()def
removeOne()def
reserve()def
resize()def
shrink_to_fit()def
size()def
sliced()def
squeeze()def
swap()def
swapItemsAt()def
takeAt()def
toList()def
toVector()def
value()
Static functions¶
def
fromList()def
fromVector()def
maxSize()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- PyANGKernel.GKTurningEntities.m_originFromLane¶
- PyANGKernel.GKTurningEntities.m_originToLane¶
- PyANGKernel.GKTurningEntities.m_destinationFromLane¶
- PyANGKernel.GKTurningEntities.m_destinationToLane¶
- __init__()¶
- append(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntity
- append(l)
- Parameters:
l – .list of GKTurningEntity
- at(i)¶
- Parameters:
i – int
- Return type:
- back()¶
- Return type:
- clear()¶
- constData()¶
- Return type:
- constFirst()¶
- Return type:
- constLast()¶
- Return type:
- data()¶
- Return type:
- first()¶
- Return type:
- first(n)
- Parameters:
n – int
- Return type:
.list of GKTurningEntity
- static fromList(list)¶
- Parameters:
list – .list of GKTurningEntity
- Return type:
.list of GKTurningEntity
- static fromVector(vector)¶
- Parameters:
vector – .list of GKTurningEntity
- Return type:
.list of GKTurningEntity
- front()¶
- Return type:
- insert(arg__1, arg__2)¶
- Parameters:
arg__1 – int
arg__2 –
GKTurningEntity
- Parameters:
other – .list of GKTurningEntity
- Return type:
- last()¶
- Return type:
- last(n)
- Parameters:
n – int
- Return type:
.list of GKTurningEntity
- mid(pos[, len=-1])¶
- Parameters:
pos – int
len – int
- Return type:
.list of GKTurningEntity
- move(from, to)¶
- Parameters:
from – int
to – int
- __ne__(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntities- Return type:
- __add__(l)¶
- Parameters:
l – .list of GKTurningEntity
- Return type:
.list of GKTurningEntity
- __iadd__(l)¶
- Parameters:
l – .list of GKTurningEntity
- Return type:
.list of GKTurningEntity
- __lt__(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntities- Return type:
- __lshift__(l)¶
- Parameters:
l – .list of GKTurningEntity
- Return type:
.list of GKTurningEntity
- __le__(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntities- Return type:
- __eq__(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntities- Return type:
- __gt__(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntities- Return type:
- __ge__(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntities- Return type:
- operator(i)¶
- Parameters:
i – int
- Return type:
- pop_back()¶
- pop_front()¶
- prepend(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntity
- push_back(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntity
- push_front(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntity
- remove(i[, n=1])¶
- Parameters:
i – int
n – int
- removeAll(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntity
- removeAt(i)¶
- Parameters:
i – int
- removeFirst()¶
- removeLast()¶
- removeOne(arg__1)¶
- Parameters:
arg__1 –
GKTurningEntity
- reserve(size)¶
- Parameters:
size – int
- resize(size)¶
- Parameters:
size – int
- resizeForOverwrite(size)¶
- Parameters:
size – int
- shrink_to_fit()¶
- sliced(pos)¶
- Parameters:
pos – int
- Return type:
.list of GKTurningEntity
- sliced(pos, n)
- Parameters:
pos – int
n – int
- Return type:
.list of GKTurningEntity
- squeeze()¶
- swap(other)¶
- Parameters:
other – .list of GKTurningEntity
- swapItemsAt(i, j)¶
- Parameters:
i – int
j – int
- takeAt(i)¶
- Parameters:
i – int
- Return type:
- toList()¶
- Return type:
.list of GKTurningEntity
- toVector()¶
- Return type:
.list of GKTurningEntity
- value(i)¶
- Parameters:
i – int
- Return type: