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

Method Reload

Goldleaf/source/ui/ui_TicketsLayout.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 void TicketsLayout::Reload() {
102 g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(4), CommonIconKind::Ticket, cfg::Strings.GetString(279));
103 this->UpdateElements();
104 }
105
106 void TicketsLayout::tickets_DefaultKey(const cnt::Ticket tik) {
107 const auto tik_app_id = esGetRightsIdApplicationId(&tik.rights_id);

Callers 4

appList_DefaultKeyMethod · 0.45
tickets_DefaultKeyMethod · 0.45
webBrowser_DefaultKeyMethod · 0.45

Calls 2

UpdateElementsMethod · 0.95

Tested by

no test coverage detected