C# Class Gtk.ListStore

Inheritance: GLib.Object, Gtk.ITreeModel, Gtk.ITreeDragSource, Gtk.ITreeDragDest, Gtk.ITreeSortable
Mostrar archivo Open project: mono/gtk-sharp Class Usage Examples

Public Methods

Method Description
AppendValues ( ) : Gtk.TreeIter
AppendValues ( Array values ) : Gtk.TreeIter
GetEnumerator ( ) : IEnumerator
GetValue ( Gtk iter, int column ) : object
InsertWithValues ( int position ) : Gtk.TreeIter
IterChildren ( Gtk &iter ) : bool
IterNChildren ( ) : int
IterNthChild ( Gtk &iter, int n ) : bool
ListStore ( ) : System
SetValue ( Gtk iter, int column, bool value ) : void
SetValue ( Gtk iter, int column, double value ) : void
SetValue ( Gtk iter, int column, float value ) : void
SetValue ( Gtk iter, int column, int value ) : void
SetValue ( Gtk iter, int column, long value ) : void
SetValue ( Gtk iter, int column, object value ) : void
SetValue ( Gtk iter, int column, string value ) : void
SetValue ( Gtk iter, int column, uint value ) : void
SetValues ( Gtk.TreeIter iter ) : void

Private Methods

Method Description
OnRowsReordered ( Gtk path, Gtk iter, int new_order ) : void
OverrideRowsReordered ( GLib gtype ) : void
RowsReorderedSignalCallback ( IntPtr arg0, IntPtr arg1, IntPtr arg2, IntPtr arg3, IntPtr gch ) : void
gtk_list_store_insert_with_valuesv ( IntPtr raw, Gtk.TreeIter &iter, int position, int columns, GLib values, int n_values ) : void
gtk_list_store_set_valuesv ( IntPtr raw, Gtk.TreeIter &iter, int columns, GLib values, int n_values ) : void
gtk_tree_model_iter_children ( IntPtr raw, Gtk &iter, IntPtr parent ) : bool
gtk_tree_model_iter_nth_child ( IntPtr raw, Gtk &iter, IntPtr parent, int n ) : bool
rowsreordered_cb ( IntPtr tree_model, IntPtr path_ptr, IntPtr iter_ptr, IntPtr new_order ) : void

Method Details

AppendValues() public method

public AppendValues ( ) : Gtk.TreeIter
return Gtk.TreeIter

AppendValues() public method

public AppendValues ( Array values ) : Gtk.TreeIter
values System.Array
return Gtk.TreeIter

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetValue() public method

public GetValue ( Gtk iter, int column ) : object
iter Gtk
column int
return object

InsertWithValues() public method

public InsertWithValues ( int position ) : Gtk.TreeIter
position int
return Gtk.TreeIter

IterChildren() public method

public IterChildren ( Gtk &iter ) : bool
iter Gtk
return bool

IterNChildren() public method

public IterNChildren ( ) : int
return int

IterNthChild() public method

public IterNthChild ( Gtk &iter, int n ) : bool
iter Gtk
n int
return bool

ListStore() public method

public ListStore ( ) : System
return System

SetValue() public method

public SetValue ( Gtk iter, int column, bool value ) : void
iter Gtk
column int
value bool
return void

SetValue() public method

public SetValue ( Gtk iter, int column, double value ) : void
iter Gtk
column int
value double
return void

SetValue() public method

public SetValue ( Gtk iter, int column, float value ) : void
iter Gtk
column int
value float
return void

SetValue() public method

public SetValue ( Gtk iter, int column, int value ) : void
iter Gtk
column int
value int
return void

SetValue() public method

public SetValue ( Gtk iter, int column, long value ) : void
iter Gtk
column int
value long
return void

SetValue() public method

public SetValue ( Gtk iter, int column, object value ) : void
iter Gtk
column int
value object
return void

SetValue() public method

public SetValue ( Gtk iter, int column, string value ) : void
iter Gtk
column int
value string
return void

SetValue() public method

public SetValue ( Gtk iter, int column, uint value ) : void
iter Gtk
column int
value uint
return void

SetValues() public method

public SetValues ( Gtk.TreeIter iter ) : void
iter Gtk.TreeIter
return void