C# Class ScoobyRom.DataView2DModelGtk

Afficher le fichier Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitStore ( ) : void
PopulateData ( ) : void
UpdateModel ( Gtk.TreeIter iter ) : void

Method Details

ChangeTableType() public méthode

public ChangeTableType ( Subaru.Tables.Table2D table2D, Tables newType ) : void
table2D Subaru.Tables.Table2D
newType Tables
Résultat void

DataView2DModelGtk() public méthode

public DataView2DModelGtk ( Data data, int iconWidth, int iconHeight ) : System
data Data
iconWidth int
iconHeight int
Résultat System

InitStore() protected méthode

protected InitStore ( ) : void
Résultat void

PopulateData() protected méthode

protected PopulateData ( ) : void
Résultat void

SetNodeContent() public méthode

public SetNodeContent ( Gtk.TreeIter iter, Subaru.Tables.Table2D table2D ) : void
iter Gtk.TreeIter
table2D Subaru.Tables.Table2D
Résultat void

SetNodeContentTypeChanged() public méthode

public SetNodeContentTypeChanged ( Gtk.TreeIter iter, Tables table ) : void
iter Gtk.TreeIter
table Tables
Résultat void

UpdateModel() protected méthode

protected UpdateModel ( Gtk.TreeIter iter ) : void
iter Gtk.TreeIter
Résultat void