Champlain.ErrorTileRenderer¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The size of the rendered tile |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Champlain.ErrorTileRenderer(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Champlain.ErrorTileRenderer
structure contains only private data and should be accessed using the provided APINew in version 0.8.
- classmethod new(tile_size)¶
- Parameters:
tile_size (
int
) – the size of the rendered error tile- Returns:
a constructed
Champlain.ErrorTileRenderer
- Return type:
Constructor of a
Champlain.ErrorTileRenderer
.New in version 0.8.
- get_tile_size()¶
- Returns:
the size of the rendered error tiles
- Return type:
Gets the size of the rendered error tiles.
New in version 0.8.