Tile
Object Hierarchy:
Description:
[
CCode ( type_id =
"champlain_tile_get_type ()" ) ]
[
Version ( since =
"0.4" ) ]
public class Tile :
Actor,
Implementor,
Exportable,
Animatable,
Container,
Scriptable
The Tile structure contains only private data and should be accessed using the provided API
Content:
Properties:
- public Actor content { get; set; }
The Actor with the specific image content.
- public string etag { get; set; }
The tile's ETag.
- public bool fade_in { get; set; }
Specifies whether the tile should fade in when loading
- public uint size { get; set; }
The size of the tile in pixels
- public State state { get; set; }
The state of the tile
- public uint x { get; set; }
The x position of the tile
- public uint y { get; set; }
The y position of the tile
- public uint zoom_level { get; set; }
The zoom level of the tile
Creation methods:
Methods:
- public void display_content ()
Displays the tile's content.
- public unowned Actor get_content ()
Gets the tile's content actor.
- public unowned string get_etag ()
Gets the tile's ETag.
- public bool get_fade_in ()
Checks whether the tile should fade in.
- public unowned TimeVal? get_modified_time ()
Gets the tile's last modified time.
- public uint get_size ()
Gets the tile's size.
- public State get_state ()
Gets the current state of tile loading.
- public uint get_x ()
Gets the tile's x position.
- public uint get_y ()
Gets the tile's y position.
- public uint get_zoom_level ()
Gets the tile's zoom level.
- public void set_content (Actor actor)
Sets the tile's content.
- public void set_etag (string etag)
Sets the tile's ETag
- public void set_fade_in (bool fade_in)
Sets the flag determining whether the tile should fade in when loading
- public void set_modified_time (TimeVal time)
Sets the tile's modified time
- public void set_size (uint size)
Sets the tile's size
- public void set_state (State state)
- public void set_x (uint x)
Sets the tile's x position
- public void set_y (uint y)
Sets the tile's y position
- public void set_zoom_level (uint zoom_level)
Sets the tile's zoom level
Signals:
Inherited Members:
All known members inherited from class Clutter.Actor
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Atk.Implementor
All known members inherited from interface Champlain.Exportable
All known members inherited from interface Clutter.Animatable
- animate_property
- find_property
- get_initial_state
- interpolate_value
All known members inherited from interface Clutter.Container
- @foreach
- actor_added
- actor_removed
- add
- add_actor
- add_valist
- child_get
- child_get_property
- child_notify
- child_set
- child_set_property
- class_find_child_property
- class_list_child_properties
- create_child_meta
- destroy_child_meta
- find_child_by_name
- find_child_property
- foreach_with_internals
- get_child_meta
- get_children
- list_child_properties
- lower_child
- raise_child
- remove
- remove_actor
- remove_valist
- sort_depth_order
All known members inherited from interface Clutter.Scriptable