Clutter::Model::Iter.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Model::Iter

HIERARCHY

   Glib::Object
   +----Clutter::Model::Iter
 
 

METHODS


boolean = $iter->is_first


boolean = $iter->is_first


boolean = $iter->is_last


boolean = $iter->is_last


model = $iter->get_model


model = $iter->get_model


iter = $iter->next


iter = $iter->next


iter = $iter->prev


iter = $iter->prev


integer = $iter->get_row


integer = $iter->get_row


list = $iter->get_values (...)


list = $iter->get_values (...)

... (list) of column indices

Fetch and return the model's values in the row pointed to by $iter. If you specify no column indices, it returns the values for all of the columns, otherwise, returns just those columns' values (in order).

$iter->set_values (...)


$iter->set_values (...)

... (list) of column, value pairs

Sets the model's values in the row pointed to by $iter.

PROPERTIES

'model' (Clutter::Model : readable / writable / private)
The model to which the iterator belongs to
'row' (Glib::UInt : readable / writable / private)
The row to which the iterator points to

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.