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

Method SetCheckMarks

Explore/ConditionalBoxPlotView.cpp:205–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void ConditionalBoxPlotCanvas::SetCheckMarks(wxMenu* menu)
206{
207 // Update the checkmarks and enable/disable state for the
208 // following menu items if they were specified for this particular
209 // view in the xrc file. Items that cannot be enable/disabled,
210 // or are not checkable do not appear.
211 ConditionalNewCanvas::SetCheckMarks(menu);
212
213 GeneralWxUtils::CheckMenuItem(menu, XRCID("ID_SHOW_AXES"), show_axes);
214 GeneralWxUtils::CheckMenuItem(menu, XRCID("ID_BOXPLOT_HINGE15"), hinge_15);
215 GeneralWxUtils::CheckMenuItem(menu, XRCID("ID_BOXPLOT_HINGE30"), !hinge_15);
216}
217
218void ConditionalBoxPlotCanvas::OnShowAxes(wxCommandEvent& evt)
219{

Callers 2

MapMenusMethod · 0.45
UpdateOptionMenuItemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected