C# Class OpenRA.Mods.Common.Widgets.ProductionTabsWidget

Inheritance: OpenRA.Widgets.Widget
Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
ArrowWidth int
BackgroundContainer string
Groups ProductionTabGroup>.Dictionary
PaletteWidget string
TabWidth int
TypesContainer string

Public Methods

Method Description
ActorChanged ( Actor a ) : void
Draw ( ) : void
HandleKeyPress ( KeyInput e ) : bool
HandleMouseInput ( MouseInput mi ) : bool
PickUpCompletedBuilding ( ) : void
SelectNextTab ( bool reverse ) : bool
Tick ( ) : void
YieldMouseFocus ( MouseInput mi ) : bool

Private Methods

Method Description
ProductionTabsWidget ( World world ) : System
Scroll ( int amount ) : void

Method Details

ActorChanged() public method

public ActorChanged ( Actor a ) : void
a Actor
return void

Draw() public method

public Draw ( ) : void
return void

HandleKeyPress() public method

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
return bool

HandleMouseInput() public method

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
return bool

PickUpCompletedBuilding() public method

public PickUpCompletedBuilding ( ) : void
return void

SelectNextTab() public method

public SelectNextTab ( bool reverse ) : bool
reverse bool
return bool

Tick() public method

public Tick ( ) : void
return void

YieldMouseFocus() public method

public YieldMouseFocus ( MouseInput mi ) : bool
mi MouseInput
return bool

Property Details

ArrowWidth public property

public int ArrowWidth
return int

BackgroundContainer public property

public string BackgroundContainer
return string

Groups public property

public Dictionary Groups
return ProductionTabGroup>.Dictionary

PaletteWidget public property

public string PaletteWidget
return string

TabWidth public property

public int TabWidth
return int

TypesContainer public property

public string TypesContainer
return string