C# Class LongoMatch.Gui.Component.GameUnitsEditor

Inheritance: Gtk.Bin
Mostrar archivo Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
GameUnitsEditor ( ) : System
SetRootGameUnit ( GameUnitsList gameUnits ) : void

Protected Methods

Method Description
OnAddGameUnit ( object sender, System e ) : void

Private Methods

Method Description
AddGameUnit ( GameUnit gameUnit, bool append ) : void
AddGameUnit ( string name ) : void
RemoveGameUnit ( GameUnit gameUnit, bool delete ) : void
RemoveGameUnitAndChildren ( GameUnit gameUnit ) : void

Method Details

GameUnitsEditor() public method

public GameUnitsEditor ( ) : System
return System

OnAddGameUnit() protected method

protected OnAddGameUnit ( object sender, System e ) : void
sender object
e System
return void

SetRootGameUnit() public method

public SetRootGameUnit ( GameUnitsList gameUnits ) : void
gameUnits GameUnitsList
return void