C# 클래스 Xwt.GtkBackend.CustomListModel

상속: GLib.Object, Gtk.TreeModelImplementor
파일 보기 프로젝트 열기: mono/xwt 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CustomListModel() 공개 메소드

public CustomListModel ( IListDataSource source, Gtk w ) : System
source IListDataSource
w Gtk
리턴 System

CustomListModel() 공개 메소드

public CustomListModel ( IntPtr p ) : System
p System.IntPtr
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetColumnType() 공개 메소드

public GetColumnType ( int index ) : GLib.GType
index int
리턴 GLib.GType

GetIter() 공개 메소드

public GetIter ( Gtk &iter, Gtk path ) : bool
iter Gtk
path Gtk
리턴 bool

GetPath() 공개 메소드

public GetPath ( Gtk iter ) : Gtk.TreePath
iter Gtk
리턴 Gtk.TreePath

GetValue() 공개 메소드

public GetValue ( Gtk iter, int column, GLib &value ) : void
iter Gtk
column int
value GLib
리턴 void

IterChildren() 공개 메소드

public IterChildren ( Gtk &iter, Gtk parent ) : bool
iter Gtk
parent Gtk
리턴 bool

IterHasChild() 공개 메소드

public IterHasChild ( Gtk iter ) : bool
iter Gtk
리턴 bool

IterNChildren() 공개 메소드

public IterNChildren ( Gtk iter ) : int
iter Gtk
리턴 int

IterNext() 공개 메소드

public IterNext ( Gtk &iter ) : bool
iter Gtk
리턴 bool

IterNthChild() 공개 메소드

public IterNthChild ( Gtk &iter, Gtk parent, int n ) : bool
iter Gtk
parent Gtk
n int
리턴 bool

IterParent() 공개 메소드

public IterParent ( Gtk &iter, Gtk child ) : bool
iter Gtk
child Gtk
리턴 bool

IterPrevious() 공개 메소드

public IterPrevious ( Gtk &iter ) : bool
iter Gtk
리턴 bool

RefNode() 공개 메소드

public RefNode ( Gtk iter ) : void
iter Gtk
리턴 void

UnrefNode() 공개 메소드

public UnrefNode ( Gtk iter ) : void
iter Gtk
리턴 void