C# 클래스 ScoobyRom.DataView2DModelGtk

파일 보기 프로젝트 열기: SubaruDieselCrew/ScoobyRom 1 사용 예제들

공개 메소드들

메소드 설명
ChangeTableType ( Subaru.Tables.Table2D table2D, Tables newType ) : void
DataView2DModelGtk ( Data data, int iconWidth, int iconHeight ) : System
SetNodeContent ( Gtk.TreeIter iter, Subaru.Tables.Table2D table2D ) : void
SetNodeContentTypeChanged ( Gtk.TreeIter iter, Tables table ) : void

보호된 메소드들

메소드 설명
InitStore ( ) : void
PopulateData ( ) : void
UpdateModel ( Gtk.TreeIter iter ) : void

메소드 상세

ChangeTableType() 공개 메소드

public ChangeTableType ( Subaru.Tables.Table2D table2D, Tables newType ) : void
table2D Subaru.Tables.Table2D
newType Tables
리턴 void

DataView2DModelGtk() 공개 메소드

public DataView2DModelGtk ( Data data, int iconWidth, int iconHeight ) : System
data Data
iconWidth int
iconHeight int
리턴 System

InitStore() 보호된 메소드

protected InitStore ( ) : void
리턴 void

PopulateData() 보호된 메소드

protected PopulateData ( ) : void
리턴 void

SetNodeContent() 공개 메소드

public SetNodeContent ( Gtk.TreeIter iter, Subaru.Tables.Table2D table2D ) : void
iter Gtk.TreeIter
table2D Subaru.Tables.Table2D
리턴 void

SetNodeContentTypeChanged() 공개 메소드

public SetNodeContentTypeChanged ( Gtk.TreeIter iter, Tables table ) : void
iter Gtk.TreeIter
table Tables
리턴 void

UpdateModel() 보호된 메소드

protected UpdateModel ( Gtk.TreeIter iter ) : void
iter Gtk.TreeIter
리턴 void