VectorRuntimeEffectChildPtr
- class VectorRuntimeEffectChildPtr
Methods
Overloaded function.
Add an item to the end of the list
Clear the contents
Overloaded function.
Insert an item at a given position.
Overloaded function.
Methods
- VectorRuntimeEffectChildPtr.__init__(*args, **kwargs)
Overloaded function.
__init__(self: skia.VectorRuntimeEffectChildPtr) -> None
__init__(self: skia.VectorRuntimeEffectChildPtr, arg0: skia.VectorRuntimeEffectChildPtr) -> None
Copy constructor
__init__(self: skia.VectorRuntimeEffectChildPtr, arg0: Iterable) -> None
- VectorRuntimeEffectChildPtr.append(self: skia.VectorRuntimeEffectChildPtr, x: skia.RuntimeEffectChildPtr) None
Add an item to the end of the list
- VectorRuntimeEffectChildPtr.clear(self: skia.VectorRuntimeEffectChildPtr) None
Clear the contents
- VectorRuntimeEffectChildPtr.extend(*args, **kwargs)
Overloaded function.
extend(self: skia.VectorRuntimeEffectChildPtr, L: skia.VectorRuntimeEffectChildPtr) -> None
Extend the list by appending all the items in the given list
extend(self: skia.VectorRuntimeEffectChildPtr, L: Iterable) -> None
Extend the list by appending all the items in the given list
- VectorRuntimeEffectChildPtr.insert(self: skia.VectorRuntimeEffectChildPtr, i: int, x: skia.RuntimeEffectChildPtr) None
Insert an item at a given position.
- VectorRuntimeEffectChildPtr.pop(*args, **kwargs)
Overloaded function.
pop(self: skia.VectorRuntimeEffectChildPtr) -> skia.RuntimeEffectChildPtr
Remove and return the last item
pop(self: skia.VectorRuntimeEffectChildPtr, i: int) -> skia.RuntimeEffectChildPtr
Remove and return the item at index
i