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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref