C# Class MapView.Setting

Stores information to be used in the CustomPropertyGrid
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

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

Méthode Description
parseBoolString ( string s ) : object
parseColorString ( string s ) : object
parseIntString ( string s ) : object

Method Details

FireUpdate() public méthode

public FireUpdate ( string key ) : void
key string
Résultat void

FireUpdate() public méthode

public FireUpdate ( string key, object val ) : void
key string
val object
Résultat void

Setting() public méthode

public Setting ( object val ) : System
val object
Résultat System

Setting() public méthode

public Setting ( object val, string desc ) : System
val object
desc string
Résultat System

Setting() public méthode

public Setting ( object val, string desc, string category ) : System
val object
desc string
category string
Résultat System

Setting() public méthode

public Setting ( object val, string desc, string category, ValueChangedDelegate update ) : System
val object
desc string
category string
update ValueChangedDelegate
Résultat System