Clutter::Score.3pm

Langue: en

Autres versions - même langue

Version: 2008-02-20 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Score

HIERARCHY

   Glib::Object
   +----Clutter::Score
 
 

METHODS


score = Clutter::Score->new


integer = $score->append ($parent, $timeline)


integer = $score->append ($parent, $timeline)

$parent (Clutter::Timeline or undef)
$timeline (Clutter::Timeline)

boolean = $score->is_playing


boolean = $score->is_playing


timelines = $score->list_timelines


timelines = $score->list_timelines


boolean = $score->get_loop


boolean = $score->get_loop


$score->set_loop ($loop)


$score->set_loop ($loop)

$loop (boolean)

$score->pause


$score->pause


$score->remove ($id)


$score->remove ($id)

$id (integer)

$score->remove_all


$score->remove_all


$score->rewind


$score->rewind


$score->start


$score->start


$score->stop


$score->stop


timeline = $score->get_timeline ($id)


timeline = $score->get_timeline ($id)

$id (integer)

PROPERTIES

'loop' (boolean : readable / writable / private)
Whether the score should restart once finished

SIGNALS

completed (Clutter::Score)
started (Clutter::Score)
paused (Clutter::Score)
timeline-started (Clutter::Score, Clutter::Timeline)
timeline-completed (Clutter::Score, Clutter::Timeline)

SEE ALSO

Clutter, Glib::Object Copyright (C) 2006 OpenedHand Ltd.

This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Library version 2.1, or under the terms of the Artistic License. See Clutter for the full copyright notice.