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

상속: ButtonWidget
파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
BaseName string
IsSelected Func
ItemKey string

공개 메소드들

메소드 설명
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
Setup ( ScrollItemWidget template, Func isSelected, System.Action onClick ) : ScrollItemWidget
Setup ( ScrollItemWidget template, Func isSelected, System.Action onClick, System.Action onDoubleClick ) : ScrollItemWidget
Setup ( string key, ScrollItemWidget template, Func isSelected, System.Action onClick, System.Action onDoubleClick ) : ScrollItemWidget

보호된 메소드들

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

비공개 메소드들

메소드 설명
ScrollItemWidget ( ModData modData ) : System

메소드 상세

Clone() 공개 메소드

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

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

ScrollItemWidget() 보호된 메소드

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

Setup() 공개 정적인 메소드

public static Setup ( ScrollItemWidget template, Func isSelected, System.Action onClick ) : ScrollItemWidget
template ScrollItemWidget
isSelected Func
onClick System.Action
리턴 ScrollItemWidget

Setup() 공개 정적인 메소드

public static Setup ( ScrollItemWidget template, Func isSelected, System.Action onClick, System.Action onDoubleClick ) : ScrollItemWidget
template ScrollItemWidget
isSelected Func
onClick System.Action
onDoubleClick System.Action
리턴 ScrollItemWidget

Setup() 공개 정적인 메소드

public static Setup ( string key, ScrollItemWidget template, Func isSelected, System.Action onClick, System.Action onDoubleClick ) : ScrollItemWidget
key string
template ScrollItemWidget
isSelected Func
onClick System.Action
onDoubleClick System.Action
리턴 ScrollItemWidget

프로퍼티 상세

BaseName 공개적으로 프로퍼티

public string BaseName
리턴 string

IsSelected 공개적으로 프로퍼티

public Func IsSelected
리턴 Func

ItemKey 공개적으로 프로퍼티

public string ItemKey
리턴 string