Searched defs:Forms (Results 1 – 1 of 1) sorted by relevance
217 struct Forms { struct218 std::string name;219 std::string description;220 int32_t descriptionId = 0;221 bool isDefault = false;222 std::string type;223 std::string src;224 Window window;225 std::string colorMode = "auto";226 std::vector<std::string> supportDimensions;[all …]