| 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); |
no outgoing calls
no test coverage detected