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

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

공개 프로퍼티들

프로퍼티 타입 설명
BeforeRender System.Action
CursorOffset int2
TooltipDelay int

공개 메소드들

메소드 설명
Draw ( ) : void
GetCursor ( int2 pos ) : string
GetEventBounds ( ) : Rectangle
RemoveTooltip ( ) : void
SetTooltip ( string id, WidgetArgs args ) : void
TooltipContainerWidget ( ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GetCursor() 공개 메소드

public GetCursor ( int2 pos ) : string
pos int2
리턴 string

GetEventBounds() 공개 메소드

public GetEventBounds ( ) : Rectangle
리턴 System.Drawing.Rectangle

RemoveTooltip() 공개 메소드

public RemoveTooltip ( ) : void
리턴 void

SetTooltip() 공개 메소드

public SetTooltip ( string id, WidgetArgs args ) : void
id string
args WidgetArgs
리턴 void

TooltipContainerWidget() 공개 메소드

public TooltipContainerWidget ( ) : System
리턴 System

프로퍼티 상세

BeforeRender 공개적으로 프로퍼티

public Action,System BeforeRender
리턴 System.Action

CursorOffset 공개적으로 프로퍼티

public int2 CursorOffset
리턴 int2

TooltipDelay 공개적으로 프로퍼티

public int TooltipDelay
리턴 int