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

Method registerMemberCallback

source/windowing/StarListWidget.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void ListWidget::registerMemberCallback(String const& name, WidgetCallbackFunc const& callback) {
190 m_reader.registerCallback(name, callback);
191}
192
193void ListWidget::setFillDown(bool fillDown) {
194 m_fillDown = fillDown;

Callers 4

makeWidgetCallbacksMethod · 0.80
TeleportDialogMethod · 0.80
buildListsFromConfigMethod · 0.80
initMultiPlayerMenuMethod · 0.80

Calls 1

registerCallbackMethod · 0.45

Tested by

no test coverage detected