Champlain.MapSourceChain¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Champlain.MapSourceChain(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Champlain.MapSourceChain
structure contains only private data and should be accessed using the provided APINew in version 0.6.
- classmethod new()¶
- Returns:
a new empty
Champlain.MapSourceChain
.- Return type:
Constructor of
Champlain.MapSourceChain
.New in version 0.6.
- pop()¶
Pops a map source from the top of the stack from the chain.
New in version 0.6.
- push(map_source)¶
- Parameters:
map_source (
Champlain.MapSource
) – theChamplain.MapSource
to be pushed into the chain
Pushes a map source into the chain.
New in version 0.6.