Clutter.ModelIterClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
copy |
r |
Virtual function for copying a |
|
get_model |
r |
Virtual function for getting the model to which the iterator belongs to |
|
get_row |
r |
Virtual function for getting the row to which the iterator points |
|
get_value |
r |
Virtual function for retrieving the value at the given column of the row pointed by the iterator |
|
is_first |
r |
Virtual function for knowing whether the iterator points at the first row in the model |
|
is_last |
r |
Virtual function for knowing whether the iterator points at the last row in the model |
|
next |
r |
Virtual function for moving the iterator to the following row in the model |
|
parent_class |
r |
||
prev |
r |
Virtual function for moving the iterator toe the previous row in the model |
|
set_value |
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