Tizen 2.1 base
[platform/core/uifw/ise-engine-sunpinyin.git] / src / ime-core / imi_option_keys.h
1 // -*- mode: c++ -*-
2 #ifndef _IMI_OPTION_KEYS_H
3 #define _IMI_OPTION_KEYS_H
4
5 /**
6  * these strings are used as names of instances of COptionEvent
7  */
8 #define SYSTEM_DATA_DIR                 "General/DataDir"
9 #define USER_DATA_DIR                   "General/UserDataDir"
10 #define PINYIN_SCHEME                   "Pinyin/Scheme"
11 #define PINYIN_PUNCTMAPPING_ENABLED     "General/PunctMapping/Enabled"
12 #define PINYIN_PUNCTMAPPING_MAPPINGS    "General/PunctMapping/Mappings"
13 #define CONFIG_GENERAL_CHARSET_LEVEL    "General/Charset"
14 #define QUANPIN_FUZZY_ENABLED           "QuanPin/Fuzzy/Enabled"
15 #define QUANPIN_FUZZY_PINYINS           "QuanPin/Fuzzy/Pinyins"
16 #define QUANPIN_AUTOCORRECTION_ENABLED  "QuanPin/AutoCorrection/Enabled"
17 #define QUANPIN_AUTOCORRECTION_PINYINS  "QuanPin/AutoCorrection/Pinyins"
18 #define SHUANGPIN_TYPE                  "Pinyin/ShuangPinType"
19
20 #endif // _IMI_OPTION_KEYS_H