C# Class ScoobyRom.ChecksumWindow

Inheritance: Gtk.Window
Afficher le fichier Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Méthodes publiques

Méthode Description
ChecksumWindow ( ) : System
SetData ( Data data ) : void

Méthodes protégées

Méthode Description
Build ( ) : void

Private Methods

Méthode Description
AddColumn ( Gtk.TreeViewColumn column, ColNr colNr ) : Gtk.TreeViewColumn
AddHexColumn ( string name, ColNr colNr ) : Gtk.TreeViewColumn
Data_RomChanged ( object sender, EventArgs e ) : void
Init ( ) : void
InitIcons ( ) : void
TreeCellDataFuncHex ( Gtk.TreeViewColumn treeViewColumn, Gtk.CellRenderer renderer, TreeModel treeModel, Gtk.TreeIter iter ) : void
Update ( ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

ChecksumWindow() public méthode

public ChecksumWindow ( ) : System
Résultat System

SetData() public méthode

public SetData ( Data data ) : void
data Data
Résultat void