Go to the source code of this file.
Data Structures | |
| struct | _UnihanProperty |
| Struct to hold an input method property. More... | |
| struct | _UnihanPropertyList |
| Struct to hold a set of properties. More... | |
Defines | |
| #define | UNIHAN_PROPERTY_ACTIVE 1 |
| #define | UNIHAN_PROPERTY_VISIBLE 2 |
Typedefs | |
| typedef _UnihanProperty | UnihanProperty |
| Struct to hold an input method property. | |
| typedef _UnihanPropertyList | UnihanPropertyList |
| Struct to hold a set of properties. | |
| #define UNIHAN_PROPERTY_ACTIVE 1 |
| #define UNIHAN_PROPERTY_VISIBLE 2 |
| typedef struct _UnihanProperty UnihanProperty |
Struct to hold an input method property.
For example, a Chinese input method may have properties to indicate the full/half input mode of punctuations and letters.
The members are:
In this example, there are six properties, which are organized into a two level tree. The root of this tree is the property "/PropertyRoot". The property "/PropertyRoot/PropThree" is a subroot which contains two sub properties.
This properties tree can be shown as a multilevel menu in GUI.
| typedef struct _UnihanPropertyList UnihanPropertyList |
Struct to hold a set of properties.
The members are:
1.5.2