C# Class Gtk.ListStore

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AppendValues ( ) : Gtk.TreeIter
Résultat Gtk.TreeIter

AppendValues() public méthode

public AppendValues ( Array values ) : Gtk.TreeIter
values System.Array
Résultat Gtk.TreeIter

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetValue() public méthode

public GetValue ( Gtk iter, int column ) : object
iter Gtk
column int
Résultat object

InsertWithValues() public méthode

public InsertWithValues ( int position ) : Gtk.TreeIter
position int
Résultat Gtk.TreeIter

IterChildren() public méthode

public IterChildren ( Gtk &iter ) : bool
iter Gtk
Résultat bool

IterNChildren() public méthode

public IterNChildren ( ) : int
Résultat int

IterNthChild() public méthode

public IterNthChild ( Gtk &iter, int n ) : bool
iter Gtk
n int
Résultat bool

ListStore() public méthode

public ListStore ( ) : System
Résultat System

SetValue() public méthode

public SetValue ( Gtk iter, int column, bool value ) : void
iter Gtk
column int
value bool
Résultat void

SetValue() public méthode

public SetValue ( Gtk iter, int column, double value ) : void
iter Gtk
column int
value double
Résultat void

SetValue() public méthode

public SetValue ( Gtk iter, int column, float value ) : void
iter Gtk
column int
value float
Résultat void

SetValue() public méthode

public SetValue ( Gtk iter, int column, int value ) : void
iter Gtk
column int
value int
Résultat void

SetValue() public méthode

public SetValue ( Gtk iter, int column, long value ) : void
iter Gtk
column int
value long
Résultat void

SetValue() public méthode

public SetValue ( Gtk iter, int column, object value ) : void
iter Gtk
column int
value object
Résultat void

SetValue() public méthode

public SetValue ( Gtk iter, int column, string value ) : void
iter Gtk
column int
value string
Résultat void

SetValue() public méthode

public SetValue ( Gtk iter, int column, uint value ) : void
iter Gtk
column int
value uint
Résultat void

SetValues() public méthode

public SetValues ( Gtk.TreeIter iter ) : void
iter Gtk.TreeIter
Résultat void