Top | ![]() |
![]() |
![]() |
![]() |
void | gda_data_model_row_inserted () |
void | gda_data_model_row_updated () |
void | gda_data_model_row_removed () |
void | gda_data_model_reset () |
void gda_data_model_row_inserted (GdaDataModel *model
,gint row
);
Emits the 'row_inserted' and 'changed' signals on model
.
This method should only be used by GdaDataModel implementations to signal that a row has been inserted.
void gda_data_model_row_updated (GdaDataModel *model
,gint row
);
Emits the 'row_updated' and 'changed' signals on model
.
This method should only be used by GdaDataModel implementations to signal that a row has been updated.
void gda_data_model_row_removed (GdaDataModel *model
,gint row
);
Emits the 'row_removed' and 'changed' signal on model
.
This method should only be used by GdaDataModel implementations to signal that a row has been removed
void
gda_data_model_reset (GdaDataModel *model
);
Emits the 'reset' and 'changed' signal on model
.