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

Method appList_DefaultKey

Goldleaf/source/ui/ui_MainMenuLayout.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void MainMenuLayout::appList_DefaultKey() {
82 EnsureDirectories();
83 g_MainApplication->GetApplicationListLayout()->Reload();
84 g_MainApplication->ShowLayout(g_MainApplication->GetApplicationListLayout());
85 }
86
87 void MainMenuLayout::tickets_DefaultKey() {
88 g_MainApplication->GetTicketsLayout()->Reload();

Callers

nothing calls this directly

Calls 3

EnsureDirectoriesFunction · 0.85
ShowLayoutMethod · 0.80
ReloadMethod · 0.45

Tested by

no test coverage detected