Clutter::Behaviour::Path.3pm

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Behaviour::Path

HIERARCHY

   Glib::Object
   +----Clutter::Behaviour
        +----Clutter::Behaviour::Path
 
 

INTERFACES

   Glib::Object::_Unregistered::ClutterScriptable
 
 

METHODS


behaviour = Clutter::Behaviour::Path->new ($alpha, ...)

$alpha (Clutter::Alpha or undef)
... (list) list of knots

$behaviour->append_knot ($knot, ...)


$behaviour->append_knot ($knot, ...)

... (list) list of knots

$behaviour->clear


$behaviour->clear


$behaviour->insert_knot ($offset, $knot)


$behaviour->insert_knot ($offset, $knot)

$offset (integer)
$knot (Clutter::Knot)

list = $behaviour->get_knots


list = $behaviour->get_knots


$behaviour->remove_knot ($offset)


$behaviour->remove_knot ($offset)

$offset (integer)

PROPERTIES

'knot' (Clutter::Knot : writable / private)
Can be used to append a knot to the path

SIGNALS

knot-reached (Clutter::Behaviour::Path, Clutter::Knot)

SEE ALSO

Clutter, Glib::Object, Clutter::Behaviour 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.