Clutter.ModelClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
filter_changed |
r |
signal class handler for |
|
get_column_name |
r |
virtual function for returning the name of a column |
|
get_column_type |
r |
virtual function for returning the type of a column |
|
get_iter_at_row |
r |
virtual function for returning an iterator for the given row |
|
get_n_columns |
r |
virtual function for retuning the number of columns of the model |
|
get_n_rows |
r |
virtual function for returning the number of rows of the model |
|
insert_row |
r |
virtual function for inserting a row at the given index and returning an iterator pointing to it; if the index is a negative integer, the row should be appended to the model |
|
parent_class |
r |
||
remove_row |
r |
virtual function for removing a row at the given index |
|
resort |
r |
virtual function for sorting the model using the passed sorting function |
|
row_added |
r |
signal class handler for |
|
row_changed |
r |
signal class handler for |
|
row_removed |
r |
signal class handler for |
|
sort_changed |
r |
signal class handler for |
Methods¶
None
Details¶
- class Clutter.ModelClass¶
Class for
Clutter.Model
instances.New in version 0.6.
Deprecated since version 1.24: Use
Gio.ListModel
instead