Searched defs:Extension (Results 1 – 1 of 1) sorted by relevance
173 struct Extension { struct174 std::string name;175 std::string srcEntrance;176 std::string icon;177 int32_t iconId = 0;178 std::string label;179 int32_t labelId = 0;180 std::string description;181 int32_t descriptionId = 0;182 int32_t priority = 0;[all …]