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

Method setData

source/windowing/StarWidget.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void Widget::setData(Json const& data) {
154 m_data = data;
155}
156
157Json const& Widget::data() {
158 return m_data;

Callers 7

commonMethod · 0.45
makeWidgetCallbacksMethod · 0.45
refreshMethod · 0.45
populateServerListMethod · 0.45
buildTeamBarMethod · 0.45
setupWidgetMethod · 0.45
showQuestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected