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

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

Public Properties

Property Type Description
ClickThrough bool
GetImageCollection Func
GetImageName Func
GetTooltipText Func
ImageCollection string
ImageName string
TooltipContainer string
TooltipTemplate string

Public Methods

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

Protected Methods

Method Description
ImageWidget ( ImageWidget other ) : System

Method Details

Clone() public method

public Clone ( ) : OpenRA.Widgets.Widget
return OpenRA.Widgets.Widget

Draw() public method

public Draw ( ) : void
return void

HandleMouseInput() public method

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

ImageWidget() public method

public ImageWidget ( ) : System
return System

ImageWidget() protected method

protected ImageWidget ( ImageWidget other ) : System
other ImageWidget
return System

MouseEntered() public method

public MouseEntered ( ) : void
return void

MouseExited() public method

public MouseExited ( ) : void
return void

Property Details

ClickThrough public property

public bool ClickThrough
return bool

GetImageCollection public property

public Func GetImageCollection
return Func

GetImageName public property

public Func GetImageName
return Func

GetTooltipText public property

public Func GetTooltipText
return Func

ImageCollection public property

public string ImageCollection
return string

ImageName public property

public string ImageName
return string

TooltipContainer public property

public string TooltipContainer
return string

TooltipTemplate public property

public string TooltipTemplate
return string