Dazzle.Path¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Dazzle.Path(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- append(element)¶
- Parameters:
element (
Dazzle.PathElement
) –
- get_element(index)¶
- Parameters:
index (
int
) –- Returns:
- Return type:
Gets the path element found at index.
Indexes start from zero.
- get_elements()¶
- Returns:
The elements of the path.
- Return type:
- has_prefix(prefix)¶
- Parameters:
prefix (
Dazzle.Path
) –- Return type:
- prepend(element)¶
- Parameters:
element (
Dazzle.PathElement
) –