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

Method update

Explore/AbstractClusterMap.cpp:790–799  ·  view source on GitHub ↗

Called by AbstractCoordinator to notify that state has changed. State changes can include: - variable sync change and therefore all lisa categories have changed - significance level has changed and therefore categories have changed - new randomization for p-vals and therefore categories have changed */

Source from the content-addressed store, hash-verified

788 - significance level has changed and therefore categories have changed
789 - new randomization for p-vals and therefore categories have changed */
790void AbstractMapFrame::update(AbstractCoordinator* o)
791{
792 AbstractMapCanvas* lc = (AbstractMapCanvas*) template_canvas;
793 lc->SyncVarInfoFromCoordinator();
794 lc->CreateAndUpdateCategories();
795 if (template_legend) template_legend->Recreate();
796 SetTitle(lc->GetCanvasTitle());
797 lc->Refresh();
798 lc->UpdateStatusBar();
799}
800
801void AbstractMapFrame::closeObserver(AbstractCoordinator* o)
802{

Callers

nothing calls this directly

Calls 6

RecreateMethod · 0.45
GetCanvasTitleMethod · 0.45
RefreshMethod · 0.45
UpdateStatusBarMethod · 0.45

Tested by

no test coverage detected