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

Method update

Explore/MapNewView.cpp:2154–2167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2152}
2153
2154void MapCanvas::update(CatClassifState* o)
2155{
2156 wxLogMessage("In MapCanvas::update(CatClassifState*)");
2157 cat_classif_def = o->GetCatClassif();
2158 num_categories = cat_classif_def.num_cats;
2159 CreateAndUpdateCategories();
2160 PopulateCanvas();
2161 if (template_frame) {
2162 template_frame->UpdateTitle();
2163 if (template_frame->GetTemplateLegend()) {
2164 template_frame->GetTemplateLegend()->Recreate();
2165 }
2166 }
2167}
2168
2169std::vector<wxString> MapCanvas::GetLayerNames()
2170{

Callers

nothing calls this directly

Calls 15

DestroyFunction · 0.85
GetTemplateLegendMethod · 0.80
findMethod · 0.80
UpdateMapLayerMethod · 0.80
IsHideMethod · 0.80
SetWeightsIdMethod · 0.80
UpdateTitleMethod · 0.45
RecreateMethod · 0.45
sizeMethod · 0.45
GetNameMethod · 0.45
GetLayerNamesMethod · 0.45
CloneMethod · 0.45

Tested by

no test coverage detected