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

Method ShowLayout

Goldleaf/source/ui/ui_MainApplication.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 }
358
359 void MainApplication::ShowLayout(pu::ui::Layout::Ref lyt) {
360 this->lyt_stack.push(lyt);
361 this->LoadLayout(lyt);
362 }
363
364 void MainApplication::PopLayout() {
365 if(!this->lyt_stack.empty()) {

Callers 15

OnLoadMethod · 0.95
OnPathSelectedMethod · 0.80
optsConfig_DefaultKeyMethod · 0.80
optsMemory_DefaultKeyMethod · 0.80
DisplayContentInfoMethod · 0.80
OnInputMethod · 0.80
apps_DefaultKeyMethod · 0.80
OnSdCardSelectedMethod · 0.80
OnUsbDriveSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected