MarkerList
Object Hierarchy:
Description:
[ CCode ( type_id = "ges_marker_list_get_type ()" ) ]
[ Version ( since = "1.18" ) ]
public class MarkerList : Object
Content:
Properties:
Creation methods:
Methods:
- public unowned Marker add (ClockTime position)
- public List<Marker> get_markers ()
- public bool move (Marker marker, ClockTime position)
Moves a marker
in a list
to a new
position
- public bool remove (Marker marker)
Removes marker
from list
, this decreases the
refcount of the marker by 1.
- public uint size ()
Signals:
- public signal void marker_added (uint64 position, Marker marker)
Will be emitted after the marker was added to the marker-list.
- public signal void marker_moved (uint64 previous_position, uint64 new_position, Marker marker)
Will be emitted after the marker was moved to.
- public signal void marker_removed (Marker marker)
Will be emitted after the marker was removed the marker-list.
Inherited Members:
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