MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / UnloadMenuData

Method UnloadMenuData

Goldleaf/source/ui/ui_MainApplication.cpp:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 void MainApplication::UnloadMenuData() {
354 this->menu_img->SetVisible(false);
355 this->menu_name_text->SetVisible(false);
356 this->menu_head_text->SetVisible(false);
357 }
358
359 void MainApplication::ShowLayout(pu::ui::Layout::Ref lyt) {
360 this->lyt_stack.push(lyt);

Callers 2

OnLoadMethod · 0.95
PopMenuDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected