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

Inheritance: ButtonWidget
Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
CheckOffset int
CheckType string
GetCheckType Func
HasPressedState bool
IsChecked Func

Public Methods

Method Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void

Protected Methods

Method Description
CheckboxWidget ( CheckboxWidget other ) : System

Private Methods

Method Description
CheckboxWidget ( ModData modData ) : System

Method Details

CheckboxWidget() protected method

protected CheckboxWidget ( CheckboxWidget other ) : System
other CheckboxWidget
return System

Clone() public method

public Clone ( ) : OpenRA.Widgets.Widget
return OpenRA.Widgets.Widget

Draw() public method

public Draw ( ) : void
return void

Property Details

CheckOffset public property

public int CheckOffset
return int

CheckType public property

public string CheckType
return string

GetCheckType public property

public Func GetCheckType
return Func

HasPressedState public property

public bool HasPressedState
return bool

IsChecked public property

public Func IsChecked
return Func