DataModelIter
Object Hierarchy:
Description:
[
CCode ( type_id =
"gda_data_model_iter_get_type ()" ) ]
public class DataModelIter :
Set
Content:
Properties:
Static methods:
Creation methods:
Methods:
- public unowned Holder get_holder_for_field (int col)
Fetch a pointer to the
Holder object which is synchronized with data at column col
- public int get_row ()
Get the row which this represents in the
data model
- public unowned Value? get_value_at (int col)
Get the value stored at the column col
in
this.
- public unowned Value? get_value_at_e (int col) throws Error
Get the value stored at the column col
in
this.
- public unowned Value? get_value_for_field (string field_name)
Get the value stored at the column field_name
in
this
- public void invalidate_contents ()
Declare all the parameters in this
invalid, without modifying the DataModel this
is for or changing the row it represents.
- public bool is_valid ()
Tells if this is a valid iterator (if it
actually corresponds to a valid row in the model)
- public virtual bool move_next ()
Moves this one row further than where it
already is (synchronizes the values of the parameters in this with the values at the new row).
- public virtual bool move_prev ()
Moves this one row before where it already
is (synchronizes the values of the parameters in this with the values at the new row).
- public virtual bool move_to_row (int row)
Synchronizes the values of the parameters in this
with the values at the row
row.
- public virtual bool set_value_at (int col, Value value) throws Error
Sets a value in this, at the column
specified by col
Signals:
Inherited Members:
All known members inherited from class Gda.Set
All known members inherited from class GLib.Object