MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / UpdateOptionMenuItems

Method UpdateOptionMenuItems

Explore/CovSpView.cpp:154–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void CovSpFrame::UpdateOptionMenuItems()
155{
156 //TemplateFrame::UpdateOptionMenuItems(); // set common items first
157 wxMenuBar* mb = GdaFrame::GetGdaFrame()->GetMenuBar();
158 int menu = mb->FindMenu(_("Options"));
159 if (menu == wxNOT_FOUND) {
160 } else {
161 CovSpFrame::UpdateContextMenuItems(mb->GetMenu(menu));
162 }
163}
164
165void CovSpFrame::UpdateContextMenuItems(wxMenu* menu)
166{

Callers 3

DisplayRightClickMenuMethod · 0.45
DisplayRightClickMenuMethod · 0.45
DisplayRightClickMenuMethod · 0.45

Calls 1

FindMenuMethod · 0.80

Tested by

no test coverage detected