My Project
SallyAPI::Config::CConfig Class Reference

Configuration. More...

#include <Config.h>

List of all members.

Public Member Functions

SallyAPI::System::COptionGetOption ()
 Gets the option.
CThemeGetTheme ()
 Gets the theme.
SallyAPI::Config::CLanguageManagerGetLanguageLocalization ()
 Gets the language localization.
SallyAPI::Config::CLanguageManagerGetSpeechOutputLocalization ()
 Gets the speech output localization.
SallyAPI::Config::CLanguageManagerGetSpeechInputLocalization ()
 Gets the speech input localization.
SallyAPI::Config::CKeyboardLayoutGetKeyboardLayout ()
 Gets the keyboard layout.
SallyAPI::Config::CSmartKeyboardGetSmartKeyboard ()
 Gets the smart keyboard.
void ReloadTheme ()
 Reloads the theme.
void ReloadLanguage ()
 Reloads the language.
void ReloadOutputLanguage ()
 Reloads the output language.
void ReloadInputLanguage ()
 Reloads the input language.
void ReloadKeyboard ()
 Reloads the keyboard.

Static Public Member Functions

static SallyAPI::Config::CConfigGetInstance ()
 Gets the instance.
static void DeleteInstance ()
 Deletes the config instance.
static std::string GetDefaultLanguage ()
 Gets the default language.

Detailed Description

Configuration.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

void CConfig::DeleteInstance ( ) [static]

Deletes the config instance.

Author:
Christian Knobloch
Date:
19.04.2010
std::string CConfig::GetDefaultLanguage ( ) [static]

Gets the default language.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The default language.

Gets the instance.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the instance.

Gets the keyboard layout.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the keyboard layout.

Gets the language localization.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the language localization.

Gets the option.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the option.

Gets the smart keyboard.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the smart keyboard.

Gets the speech input localization.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the speech input localization.

Gets the speech output localization.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the speech output localization.

Gets the theme.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the theme.

Reloads the input language.

Author:
Christian Knobloch
Date:
19.04.2010

Reloads the keyboard.

Author:
Christian Knobloch
Date:
19.04.2010

Reloads the language.

Author:
Christian Knobloch
Date:
19.04.2010

Reloads the output language.

Author:
Christian Knobloch
Date:
19.04.2010

Reloads the theme.

Author:
Christian Knobloch
Date:
19.04.2010

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines