MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / Element

Method Element

projects/uDesigner/source/main.cpp:393–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected