Class

GeglTileHandler

[]

Description

class Gegl.TileHandler : Gegl.TileSource {
  parent_instance: GeglTileSource,
  source: GeglTileSource*,
  priv: GeglTileHandlerPrivate*
}
No description available.
[]

Hierarchy

hierarchy this GeglTileHandler ancestor_0 GeglTileSource ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Descendants

[]

Instance methods

gegl_tile_handler_create_tile

Create a new tile associated with this tile handler.

gegl_tile_handler_damage_rect
No description available.

gegl_tile_handler_damage_tile
No description available.

gegl_tile_handler_dup_tile

Create a duplicate of tile, associated with this tile handler.

gegl_tile_handler_get_source_tile

Fetches the tile at the given coordinates from handler source. If the tile doesn’t exist, or if handler doesn’t have a source, creates a new tile associated with this tile handler.

gegl_tile_handler_get_tile

Fetches the tile at the given coordinates from handler. If the tile doesn’t exist, creates a new tile associated with this tile handler.

gegl_tile_handler_lock
No description available.

gegl_tile_handler_set_source
No description available.

gegl_tile_handler_unlock
No description available.

Methods inherited from GObject (43)
[]

Properties

Gegl.TileHandler:source
No description available.

[]

Signals

Signals inherited from GObject (1)

Class structure