C# Class Organisation.Configuration

Inheritance: Observer.Subject
Show file Open project: mhack/gamenoise Class Usage Examples

Public Methods

Method Description
Configuration ( ) : System

Contructor that initialize all variables to the default values

GetPluginPath ( ) : String

Returns the directory of the Plugins

GetSkinPath ( ) : String

Returns the directory of the skins

Init ( ) : void

Initialize the configuration object to the hotkeys This function must be called after the deserializer to init the objects

InitNotify ( ) : void

Initialization Complete Notify

ResetToDefault ( ) : void

Resets all settings to default

getFallBackSkin ( ) : string

Method Details

Configuration() public method

Contructor that initialize all variables to the default values
public Configuration ( ) : System
return System

GetPluginPath() public method

Returns the directory of the Plugins
public GetPluginPath ( ) : String
return String

GetSkinPath() public method

Returns the directory of the skins
public GetSkinPath ( ) : String
return String

Init() public method

Initialize the configuration object to the hotkeys This function must be called after the deserializer to init the objects
public Init ( ) : void
return void

InitNotify() public method

Initialization Complete Notify
public InitNotify ( ) : void
return void

ResetToDefault() public method

Resets all settings to default
public ResetToDefault ( ) : void
return void

getFallBackSkin() public method

public getFallBackSkin ( ) : string
return string