ModelIter
Object Hierarchy:
Description:
public abstract class ModelIter :
Object
Class for ModelIter instances.
Content:
Properties:
Creation methods:
Methods:
- public virtual ModelIter copy ()
Copies the passed iterator.
- public void @get (...)
Gets the value of one or more cells in the row referenced by iter
.
- public virtual weak Model get_model ()
Retrieves a pointer to the
Model that this iter is part of.
- public virtual uint get_row ()
Retrieves the position of the row that the iter points to.
- public virtual Value get_value (uint column)
Sets an initializes value to that at column.
- public virtual bool is_first ()
Gets whether the current iterator is at the beginning of the model to which
it belongs.
- public virtual bool is_last ()
Gets whether the iterator is at the end of the model to which it belongs.
- public virtual weak ModelIter next ()
Updates the iter to point at the next position in the model.
- public virtual weak ModelIter prev ()
Sets the iter to point at the previous position in the model.
- public void @set (...)
Sets the value of one or more cells in the row referenced by iter
.
- public virtual void set_value (uint column, Value value)
Sets the data in the cell specified by iter and column
.
Inherited Members:
All known members inherited from class GLib.Object