MCPcopy Create free account
hub / github.com/amule-project/amule / CategoryUpdate

Function CategoryUpdate

src/GuiEvents.cpp:713–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 }
712
713 void CategoryUpdate(uint32 NOT_ON_DAEMON(cat))
714 {
715#ifndef AMULE_DAEMON
716 if (theApp->amuledlg->m_transferwnd) {
717 theApp->amuledlg->m_transferwnd->UpdateCategory(cat);
718 theApp->amuledlg->m_transferwnd->downloadlistctrl->Refresh();
719 theApp->amuledlg->m_searchwnd->UpdateCatChoice();
720 }
721#endif
722 }
723
724 void CategoryDelete(uint32 cat)
725 {

Callers

nothing calls this directly

Calls 3

UpdateCatChoiceMethod · 0.80
UpdateCategoryMethod · 0.45
RefreshMethod · 0.45

Tested by

no test coverage detected