Searched defs:SubProperty (Results 1 – 1 of 1) sorted by relevance
33 struct SubProperty { struct34 std::string label; // the label of subtype35 int32_t labelId = 0; // the labelId of subtype36 std::string name; // the bundleName of inputMethod37 std::string id; // the name of subtype38 std::string mode; // the mode of subtype, containing "upper" and "lower"39 std::string locale; // the tongues of subtype, such as "zh_CN", "en_US", etc.40 std::string language; // the language of subtype41 std::string icon; // the icon of subtype42 int32_t iconId = 0; // the icon id of subtype