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

Method UpdateMapLayer

Explore/MapNewView.cpp:3517–3527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3515}
3516
3517void MapFrame::UpdateMapLayer()
3518{
3519 if (toolbar) {
3520 toolbar->EnableTool(XRCID("ID_EDIT_LAYER"), project->GetMapLayerCount()>0);
3521 if (map_tree) {
3522 map_tree->Recreate();
3523 map_tree->Raise();
3524 map_tree->Show(true);
3525 }
3526 }
3527}
3528
3529void MapFrame::OnDrawBasemap(bool flag, Gda::BasemapItem& bm_item)
3530{

Callers 1

updateMethod · 0.80

Calls 5

GetMapLayerCountMethod · 0.80
EnableToolMethod · 0.45
RecreateMethod · 0.45
RaiseMethod · 0.45
ShowMethod · 0.45

Tested by

no test coverage detected