C# Class ElectronicObserver.Window.FormCompass.TableEnemyMemberControl

Mostra file Open project: RadarNyan/ElectronicObserver-ML

Public Properties

Property Type Description
Equipments ShipStatusEquipment
Parent FormCompass
ShipName ImageLabel
ToolTipInfo ToolTip

Public Methods

Method Description
AddToTable ( TableLayoutPanel table, int row ) : void
ConfigurationChanged ( ) : void
Dispose ( ) : void
ShipName_MouseClick ( object sender, MouseEventArgs e ) : void
TableEnemyMemberControl ( FormCompass parent ) : ElectronicObserver.Data
TableEnemyMemberControl ( FormCompass parent, TableLayoutPanel table, int row ) : ElectronicObserver.Data
Update ( int shipID ) : void
Update ( int shipID, Array slot ) : void
UpdateEquipmentToolTip ( int shipID, Array slot, int level, int hp, int firepower, int torpedo, int aa, int armor ) : void

Method Details

AddToTable() public method

public AddToTable ( TableLayoutPanel table, int row ) : void
table TableLayoutPanel
row int
return void

ConfigurationChanged() public method

public ConfigurationChanged ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ShipName_MouseClick() public method

public ShipName_MouseClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void

TableEnemyMemberControl() public method

public TableEnemyMemberControl ( FormCompass parent ) : ElectronicObserver.Data
parent FormCompass
return ElectronicObserver.Data

TableEnemyMemberControl() public method

public TableEnemyMemberControl ( FormCompass parent, TableLayoutPanel table, int row ) : ElectronicObserver.Data
parent FormCompass
table TableLayoutPanel
row int
return ElectronicObserver.Data

Update() public method

public Update ( int shipID ) : void
shipID int
return void

Update() public method

public Update ( int shipID, Array slot ) : void
shipID int
slot Array
return void

UpdateEquipmentToolTip() public method

public UpdateEquipmentToolTip ( int shipID, Array slot, int level, int hp, int firepower, int torpedo, int aa, int armor ) : void
shipID int
slot Array
level int
hp int
firepower int
torpedo int
aa int
armor int
return void

Property Details

Equipments public_oe property

public ShipStatusEquipment Equipments
return ShipStatusEquipment

Parent public_oe property

public FormCompass,ElectronicObserver.Window Parent
return FormCompass

ShipName public_oe property

public ImageLabel ShipName
return ImageLabel

ToolTipInfo public_oe property

public ToolTip ToolTipInfo
return ToolTip