Clutter.ModelIterClass

Fields

Name

Type

Access

Description

copy

object

r

Virtual function for copying a Clutter.ModelIter.

get_model

object

r

Virtual function for getting the model to which the iterator belongs to

get_row

object

r

Virtual function for getting the row to which the iterator points

get_value

object

r

Virtual function for retrieving the value at the given column of the row pointed by the iterator

is_first

object

r

Virtual function for knowing whether the iterator points at the first row in the model

is_last

object

r

Virtual function for knowing whether the iterator points at the last row in the model

next

object

r

Virtual function for moving the iterator to the following row in the model

parent_class

GObject.ObjectClass

r

prev

object

r

Virtual function for moving the iterator toe the previous row in the model

set_value

object

r

Virtual function for setting the value at the given column of the row pointer by the iterator

Methods

None

Details

class Clutter.ModelIterClass

Class for Clutter.ModelIter instances.

New in version 0.6.

Deprecated since version 1.24: Use custom iterators for Gio.ListModel