| 342 | } |
| 343 | |
| 344 | void MainApplication::LoadMenuHead(const std::string &head) { |
| 345 | if(this->menu_head_text != nullptr) { |
| 346 | this->menu_head_text->SetText(head); |
| 347 | } |
| 348 | if(!this->menu_data_stack.empty()) { |
| 349 | this->menu_data_stack.top().head = head; |
| 350 | } |
| 351 | } |
| 352 | |
| 353 | void MainApplication::UnloadMenuData() { |
| 354 | this->menu_img->SetVisible(false); |
no outgoing calls
no test coverage detected