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.Surface
representation.- get_surface()¶
- Returns:
the
cairo.Surface
of 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.Surface
to be associated with this tile.New in version 0.12.12.
- do_get_surface() virtual¶
- Returns:
the
cairo.Surface
of 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.Surface
to 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.Surface
representationNew in version 0.12.12.