C# 클래스 OpenRA.Mods.Common.Widgets.ImageWidget

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
ClickThrough bool
GetImageCollection Func
GetImageName Func
GetTooltipText Func
ImageCollection string
ImageName string
TooltipContainer string
TooltipTemplate string

공개 메소드들

메소드 설명
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
HandleMouseInput ( MouseInput mi ) : bool
ImageWidget ( ) : System
MouseEntered ( ) : void
MouseExited ( ) : void

보호된 메소드들

메소드 설명
ImageWidget ( ImageWidget other ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : OpenRA.Widgets.Widget
리턴 OpenRA.Widgets.Widget

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

HandleMouseInput() 공개 메소드

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
리턴 bool

ImageWidget() 공개 메소드

public ImageWidget ( ) : System
리턴 System

ImageWidget() 보호된 메소드

protected ImageWidget ( ImageWidget other ) : System
other ImageWidget
리턴 System

MouseEntered() 공개 메소드

public MouseEntered ( ) : void
리턴 void

MouseExited() 공개 메소드

public MouseExited ( ) : void
리턴 void

프로퍼티 상세

ClickThrough 공개적으로 프로퍼티

public bool ClickThrough
리턴 bool

GetImageCollection 공개적으로 프로퍼티

public Func GetImageCollection
리턴 Func

GetImageName 공개적으로 프로퍼티

public Func GetImageName
리턴 Func

GetTooltipText 공개적으로 프로퍼티

public Func GetTooltipText
리턴 Func

ImageCollection 공개적으로 프로퍼티

public string ImageCollection
리턴 string

ImageName 공개적으로 프로퍼티

public string ImageName
리턴 string

TooltipContainer 공개적으로 프로퍼티

public string TooltipContainer
리턴 string

TooltipTemplate 공개적으로 프로퍼티

public string TooltipTemplate
리턴 string