Champlain.Exportable¶
- Implementations:
Champlain.MarkerLayer,Champlain.PathLayer,Champlain.Point,Champlain.Tile
Methods¶
|
|
|
Virtual Methods¶
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w |
Cairo surface representaion |
Signals¶
None
Fields¶
None
Class Details¶
- class Champlain.Exportable¶
- Bases:
- Structure:
An interface common to objects having a
cairo.Surfacerepresentation.- get_surface()¶
- Returns:
the
cairo.Surfaceof the object- Return type:
Gets the surface
New in version 0.12.12.
- set_surface(surface)¶
- Parameters:
surface (
cairo.Surface) – thecairo.Surface
Set a
cairo.Surfaceto be associated with this tile.New in version 0.12.12.
- do_get_surface() virtual¶
- Returns:
the
cairo.Surfaceof the object- Return type:
Gets the surface
New in version 0.12.12.
- do_set_surface(surface) virtual¶
- Parameters:
surface (
cairo.Surface) – thecairo.Surface
Set a
cairo.Surfaceto be associated with this tile.New in version 0.12.12.
Property Details¶
- Champlain.Exportable.props.surface¶
- Name:
surface- Type:
- Default Value:
- Flags:
A
cairo.SurfacerepresentationNew in version 0.12.12.