C# Class Xwt.GtkBackend.CustomListModel

Inheritance: GLib.Object, Gtk.TreeModelImplementor
Afficher le fichier Open project: mono/xwt Class Usage Examples

Méthodes publiques

Méthode Description
CustomListModel ( IListDataSource source, Gtk w ) : System
CustomListModel ( IntPtr p ) : System
Dispose ( ) : void
GetColumnType ( int index ) : GLib.GType
GetIter ( Gtk &iter, Gtk path ) : bool
GetPath ( Gtk iter ) : Gtk.TreePath
GetValue ( Gtk iter, int column, GLib &value ) : void
IterChildren ( Gtk &iter, Gtk parent ) : bool
IterHasChild ( Gtk iter ) : bool
IterNChildren ( Gtk iter ) : int
IterNext ( Gtk &iter ) : bool
IterNthChild ( Gtk &iter, Gtk parent, int n ) : bool
IterParent ( Gtk &iter, Gtk child ) : bool
IterPrevious ( Gtk &iter ) : bool
RefNode ( Gtk iter ) : void
UnrefNode ( Gtk iter ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
HandleRowChanged ( object sender, ListRowEventArgs e ) : void
HandleRowDeleted ( object sender, ListRowEventArgs e ) : void
HandleRowInserted ( object sender, ListRowEventArgs e ) : void
HandleRowsReordered ( object sender, ListRowOrderEventArgs e ) : void
IterFromNode ( int node ) : Gtk.TreeIter
NodeFromIter ( Gtk iter ) : int

Method Details

CustomListModel() public méthode

public CustomListModel ( IListDataSource source, Gtk w ) : System
source IListDataSource
w Gtk
Résultat System

CustomListModel() public méthode

public CustomListModel ( IntPtr p ) : System
p System.IntPtr
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetColumnType() public méthode

public GetColumnType ( int index ) : GLib.GType
index int
Résultat GLib.GType

GetIter() public méthode

public GetIter ( Gtk &iter, Gtk path ) : bool
iter Gtk
path Gtk
Résultat bool

GetPath() public méthode

public GetPath ( Gtk iter ) : Gtk.TreePath
iter Gtk
Résultat Gtk.TreePath

GetValue() public méthode

public GetValue ( Gtk iter, int column, GLib &value ) : void
iter Gtk
column int
value GLib
Résultat void

IterChildren() public méthode

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

IterHasChild() public méthode

public IterHasChild ( Gtk iter ) : bool
iter Gtk
Résultat bool

IterNChildren() public méthode

public IterNChildren ( Gtk iter ) : int
iter Gtk
Résultat int

IterNext() public méthode

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

IterNthChild() public méthode

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

IterParent() public méthode

public IterParent ( Gtk &iter, Gtk child ) : bool
iter Gtk
child Gtk
Résultat bool

IterPrevious() public méthode

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

RefNode() public méthode

public RefNode ( Gtk iter ) : void
iter Gtk
Résultat void

UnrefNode() public méthode

public UnrefNode ( Gtk iter ) : void
iter Gtk
Résultat void