C# 클래스 Xwt.GtkBackend.ListStoreBackend

상속: Xwt.GtkBackend.TableStoreBackend, IListStoreBackend
파일 보기 프로젝트 열기: antmicro/xwt 1 사용 예제들

공개 메소드들

메소드 설명
AddRow ( ) : int
Clear ( ) : void
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
GetValue ( int row, int column ) : object
InitializeModel ( Type columnTypes ) : Gtk.ITreeModel
InsertRowAfter ( int row ) : int
InsertRowBefore ( int row ) : int
RemoveRow ( int row ) : void
SetValue ( int row, int column, object value ) : void

메소드 상세

AddRow() 공개 메소드

public AddRow ( ) : int
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DisableEvent() 공개 메소드

public DisableEvent ( object eventId ) : void
eventId object
리턴 void

EnableEvent() 공개 메소드

public EnableEvent ( object eventId ) : void
eventId object
리턴 void

GetValue() 공개 메소드

public GetValue ( int row, int column ) : object
row int
column int
리턴 object

InitializeModel() 공개 메소드

public InitializeModel ( Type columnTypes ) : Gtk.ITreeModel
columnTypes System.Type
리턴 Gtk.ITreeModel

InsertRowAfter() 공개 메소드

public InsertRowAfter ( int row ) : int
row int
리턴 int

InsertRowBefore() 공개 메소드

public InsertRowBefore ( int row ) : int
row int
리턴 int

RemoveRow() 공개 메소드

public RemoveRow ( int row ) : void
row int
리턴 void

SetValue() 공개 메소드

public SetValue ( int row, int column, object value ) : void
row int
column int
value object
리턴 void