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

Inheritance: OpenRA.Widgets.Widget
ファイルを表示 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_oe property

public bool ClickThrough
return bool

GetImageCollection public_oe property

public Func GetImageCollection
return Func

GetImageName public_oe property

public Func GetImageName
return Func

GetTooltipText public_oe property

public Func GetTooltipText
return Func

ImageCollection public_oe property

public string ImageCollection
return string

ImageName public_oe property

public string ImageName
return string

TooltipContainer public_oe property

public string TooltipContainer
return string

TooltipTemplate public_oe property

public string TooltipTemplate
return string