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

Inheritance: ButtonWidget
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
CheckOffset int
CheckType string
GetCheckType Func
HasPressedState bool
IsChecked Func

Méthodes publiques

Méthode Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void

Méthodes protégées

Méthode Description
CheckboxWidget ( CheckboxWidget other ) : System

Private Methods

Méthode Description
CheckboxWidget ( ModData modData ) : System

Method Details

CheckboxWidget() protected méthode

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

Clone() public méthode

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

Draw() public méthode

public Draw ( ) : void
Résultat void

Property Details

CheckOffset public_oe property

public int CheckOffset
Résultat int

CheckType public_oe property

public string CheckType
Résultat string

GetCheckType public_oe property

public Func GetCheckType
Résultat Func

HasPressedState public_oe property

public bool HasPressedState
Résultat bool

IsChecked public_oe property

public Func IsChecked
Résultat Func