set_value


Description:

public abstract void set_value (ModelIter iter, uint column, Variant value)

Sets the data in column for the row iter points to, to value.

The type of value must be convertible to the type of the column.

When this method call completes the model will emit row_changed. You can edit the model in place without triggering the change signals by calling dee_model_set_value_silently.

Parameters:

this

a Model

iter

a ModelIter

column

column number to set the value

value

New value for cell. If value is a floating reference the model will assume ownership of the variant