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

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
ArrowWidth int
BackgroundContainer string
Groups ProductionTabGroup>.Dictionary
PaletteWidget string
TabWidth int
TypesContainer string

Méthodes publiques

Méthode 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

Méthode Description
ProductionTabsWidget ( World world ) : System
Scroll ( int amount ) : void

Method Details

ActorChanged() public méthode

public ActorChanged ( Actor a ) : void
a Actor
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

HandleKeyPress() public méthode

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
Résultat bool

HandleMouseInput() public méthode

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
Résultat bool

PickUpCompletedBuilding() public méthode

public PickUpCompletedBuilding ( ) : void
Résultat void

SelectNextTab() public méthode

public SelectNextTab ( bool reverse ) : bool
reverse bool
Résultat bool

Tick() public méthode

public Tick ( ) : void
Résultat void

YieldMouseFocus() public méthode

public YieldMouseFocus ( MouseInput mi ) : bool
mi MouseInput
Résultat bool

Property Details

ArrowWidth public_oe property

public int ArrowWidth
Résultat int

BackgroundContainer public_oe property

public string BackgroundContainer
Résultat string

Groups public_oe property

public Dictionary Groups
Résultat ProductionTabGroup>.Dictionary

PaletteWidget public_oe property

public string PaletteWidget
Résultat string

TabWidth public_oe property

public int TabWidth
Résultat int

TypesContainer public_oe property

public string TypesContainer
Résultat string