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

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

Méthodes publiques

Свойство Type Description
ClickThrough bool
GetImageCollection Func
GetImageName Func
GetTooltipText Func
ImageCollection string
ImageName string
TooltipContainer string
TooltipTemplate string

Méthodes publiques

Méthode Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
HandleMouseInput ( MouseInput mi ) : bool
ImageWidget ( ) : System
MouseEntered ( ) : void
MouseExited ( ) : void

Méthodes protégées

Méthode Description
ImageWidget ( ImageWidget other ) : System

Method Details

Clone() public méthode

public Clone ( ) : OpenRA.Widgets.Widget
Résultat OpenRA.Widgets.Widget

Draw() public méthode

public Draw ( ) : void
Résultat void

HandleMouseInput() public méthode

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

ImageWidget() public méthode

public ImageWidget ( ) : System
Résultat System

ImageWidget() protected méthode

protected ImageWidget ( ImageWidget other ) : System
other ImageWidget
Résultat System

MouseEntered() public méthode

public MouseEntered ( ) : void
Résultat void

MouseExited() public méthode

public MouseExited ( ) : void
Résultat void

Property Details

ClickThrough public_oe property

public bool ClickThrough
Résultat bool

GetImageCollection public_oe property

public Func GetImageCollection
Résultat Func

GetImageName public_oe property

public Func GetImageName
Résultat Func

GetTooltipText public_oe property

public Func GetTooltipText
Résultat Func

ImageCollection public_oe property

public string ImageCollection
Résultat string

ImageName public_oe property

public string ImageName
Résultat string

TooltipContainer public_oe property

public string TooltipContainer
Résultat string

TooltipTemplate public_oe property

public string TooltipTemplate
Résultat string