C# Class Organisation.Configuration.ConfigHotKey

Class that stores the configuration of an hotkey
Show file Open project: mhack/gamenoise

Public Methods

Method Description
ConfigHotKey ( ) : System

Constructor initialize the values

ConfigHotKey ( Configuration config ) : System

Second destructor if no xml-file is available

SetConfiguration ( Configuration config ) : void

Sets the configuraiton object

Private Methods

Method Description
InitValues ( ) : void

Initialize the values to the default value

ParentNotify ( ) : void

Notify the configuration object

Method Details

ConfigHotKey() public method

Constructor initialize the values
public ConfigHotKey ( ) : System
return System

ConfigHotKey() public method

Second destructor if no xml-file is available
public ConfigHotKey ( Configuration config ) : System
config Configuration Configuration object
return System

SetConfiguration() public method

Sets the configuraiton object
public SetConfiguration ( Configuration config ) : void
config Configuration Configuration object
return void