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

Inheritance: ButtonWidget
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
BaseName string
IsSelected Func
ItemKey string

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ScrollItemWidget ( ScrollItemWidget other ) : System

Private Methods

Méthode Description
ScrollItemWidget ( ModData modData ) : System

Method Details

Clone() public méthode

public Clone ( ) : OpenRA.Widgets.Widget
Résultat OpenRA.Widgets.Widget

Draw() public méthode

public Draw ( ) : void
Résultat void

ScrollItemWidget() protected méthode

protected ScrollItemWidget ( ScrollItemWidget other ) : System
other ScrollItemWidget
Résultat System

Setup() public static méthode

public static Setup ( ScrollItemWidget template, Func isSelected, System.Action onClick ) : ScrollItemWidget
template ScrollItemWidget
isSelected Func
onClick System.Action
Résultat ScrollItemWidget

Setup() public static méthode

public static Setup ( ScrollItemWidget template, Func isSelected, System.Action onClick, System.Action onDoubleClick ) : ScrollItemWidget
template ScrollItemWidget
isSelected Func
onClick System.Action
onDoubleClick System.Action
Résultat ScrollItemWidget

Setup() public static méthode

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
Résultat ScrollItemWidget

Property Details

BaseName public_oe property

public string BaseName
Résultat string

IsSelected public_oe property

public Func IsSelected
Résultat Func

ItemKey public_oe property

public string ItemKey
Résultat string