| 391 | TextElement el_text; |
| 392 | |
| 393 | inline Element(const ul::design::MenuType menu, const ul::design::ElementType type, const std::string &ui_name, const ElementLoadContext load_ctx) : menu(menu), type(type), ui_name(ui_name), load_ctx(load_ctx), id(0), x(0), y(0), h_align(static_cast<int>(ul::design::HorizontalAlign::Left)), v_align(static_cast<int>(ul::design::VerticalAlign::Top)) {} |
| 394 | |
| 395 | inline nlohmann::json GetSettings() { |
| 396 | nlohmann::json el_json; |
nothing calls this directly
no outgoing calls
no test coverage detected