C# Class LongoMatch.Gui.Component.GameUnitWidget

Mostrar archivo Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
GameUnitWidget ( GameUnit gameUnit ) : System
SetMode ( bool tagging ) : void

Private Methods

Method Description
AddGameUnitButton ( ) : void
EmitGameUnitEvent ( GameUnitEventType eType ) : void
OnButtonClicked ( object sender, EventArgs args ) : void

Method Details

GameUnitWidget() public method

public GameUnitWidget ( GameUnit gameUnit ) : System
gameUnit GameUnit
return System

SetMode() public method

public SetMode ( bool tagging ) : void
tagging bool
return void