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

Method OnChangeGraphColor

Explore/MapNewView.cpp:4007–4014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4005}
4006
4007void MapFrame::OnChangeGraphColor(wxCommandEvent& event)
4008{
4009 GalWeight* gal_weights = checkWeights();
4010 if (gal_weights == NULL)
4011 return;
4012 ((MapCanvas*) template_canvas)->ChangeGraphColor();
4013 UpdateOptionMenuItems();
4014}
4015
4016void MapFrame::OnChangeConnSelectedColor(wxCommandEvent& event)
4017{

Callers

nothing calls this directly

Calls 1

ChangeGraphColorMethod · 0.80

Tested by

no test coverage detected