C# Class MapView.Setting

Stores information to be used in the CustomPropertyGrid
Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
FireUpdate ( string key ) : void
FireUpdate ( string key, object val ) : void
Setting ( object val ) : System
Setting ( object val, string desc ) : System
Setting ( object val, string desc, string category ) : System
Setting ( object val, string desc, string category, ValueChangedDelegate update ) : System

Private Methods

Method Description
parseBoolString ( string s ) : object
parseColorString ( string s ) : object
parseIntString ( string s ) : object

Method Details

FireUpdate() public method

public FireUpdate ( string key ) : void
key string
return void

FireUpdate() public method

public FireUpdate ( string key, object val ) : void
key string
val object
return void

Setting() public method

public Setting ( object val ) : System
val object
return System

Setting() public method

public Setting ( object val, string desc ) : System
val object
desc string
return System

Setting() public method

public Setting ( object val, string desc, string category ) : System
val object
desc string
category string
return System

Setting() public method

public Setting ( object val, string desc, string category, ValueChangedDelegate update ) : System
val object
desc string
category string
update ValueChangedDelegate
return System