MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / construct

Method construct

source/windowing/StarWidgetParsing.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void WidgetParser::construct(Json const& config, Widget* widget) {
53 m_pane = dynamic_cast<Pane*>(widget);
54 constructImpl(config, widget);
55}
56
57void WidgetParser::constructImpl(Json const& config, Widget* widget) {
58 List<WidgetConstructResult> widgets = constructor(config);

Callers 3

constructWidgetMethod · 0.45
ItemSlotWidgetMethod · 0.45
SliderBarWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected