C# 클래스 Organisation.Configuration.ConfigHotKey

Class that stores the configuration of an hotkey
파일 보기 프로젝트 열기: mhack/gamenoise

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitValues ( ) : void

Initialize the values to the default value

ParentNotify ( ) : void

Notify the configuration object

메소드 상세

ConfigHotKey() 공개 메소드

Constructor initialize the values
public ConfigHotKey ( ) : System
리턴 System

ConfigHotKey() 공개 메소드

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

SetConfiguration() 공개 메소드

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