ItemListModel
Object Hierarchy:
Description:
[
CCode ( type_id =
"xfce_item_list_model_get_type ()" ) ]
public abstract class ItemListModel :
Object,
TreeDragDest,
TreeDragSource,
TreeModel
Content:
Properties:
Creation methods:
Methods:
- public void changed ()
Makes TreeView
think that all items have changed their value.
- public int get_index (TreeIter iter)
- public virtual Value get_item_value (int index, int column)
- public virtual Type get_list_column_type (int column)
- public ItemListModelFlags get_list_flags ()
- public virtual int get_list_n_columns ()
- public virtual int get_n_items ()
- public virtual void move (int source_index, int dest_index)
Moves one item from the source_index position to the
dest_index position
- public virtual bool remove (int index)
- public virtual void reset ()
- public virtual void set_activity (int index, bool value)
- public void set_index (TreeIter iter, int index)
- public bool test (int index, int column)
Returns true if the column value is
true.
- public bool test_all (int indexes, int n_indexes, int column)
Returns true if all columns of all
items are true, or n_indexes is 0.
- public bool test_any (int indexes, int n_indexes, int column)
Returns true if there is at least
one item with a column value of true.
Signals:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.TreeDragDest
All known members inherited from interface Gtk.TreeDragSource
All known members inherited from interface Gtk.TreeModel