Manages the list of scripts.
|
|
__contains__(x,
y)
y in x |
|
|
|
|
__delitem__(x,
y)
del x[y] |
|
|
|
|
|
|
|
|
|
|
__setitem__(x,
i,
y)
x[i]=y |
|
|
|
bool
|
append(iScript)
Appends a Script to the list. |
|
|
|
|
at(...)
No documentation available. |
|
|
|
None
|
|
|
|
contains(...)
No documentation available. |
|
|
|
int
|
index(iScript)
Retrieves the index of a script. |
|
|
|
bool
|
insert(iIndex,
iScript)
Inserts a Script into the list. |
|
|
|
bool
|
remove(iIndex)
Removes a Script. |
|
|
|
|
replace(...)
No documentation available. |
|
|
|
int
|
size()
Returns the size of the list. |
|
|
|
None
|
swap(iIndex,
iIndex)
Swaps two scripts. |
|
|
|
Inherited from Selectable:
clone,
isSelected
Inherited from Updatable:
__enter__,
__exit__,
hash,
isValid,
reasonWhyInvalid
|