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

Method UpdateOptionMenuItems

Explore/ConditionalBoxPlotView.cpp:738–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738void ConditionalBoxPlotFrame::UpdateOptionMenuItems()
739{
740 TemplateFrame::UpdateOptionMenuItems(); // set common items first
741 wxMenuBar* mb = GdaFrame::GetGdaFrame()->GetMenuBar();
742 int menu = mb->FindMenu(_("Options"));
743 if (menu == wxNOT_FOUND) {
744 } else {
745 ((ConditionalBoxPlotCanvas*) template_canvas)->SetCheckMarks(mb->GetMenu(menu));
746 }
747}
748
749void ConditionalBoxPlotFrame::UpdateContextMenuItems(wxMenu* menu)
750{

Callers 1

DisplayRightClickMenuMethod · 0.45

Calls 2

FindMenuMethod · 0.80
SetCheckMarksMethod · 0.45

Tested by

no test coverage detected