MCPcopy Create free account
hub / github.com/comaps/comaps / ShowBookmark

Method ShowBookmark

libs/map/framework.cpp:876–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876void Framework::ShowBookmark(kml::MarkId id)
877{
878 auto const * mark = m_bmManager->GetBookmark(id);
879 if (mark)
880 ShowBookmark(mark);
881 else
882 ASSERT(false, ("ShowBookmark was called with invalid id", id));
883}
884
885void Framework::ShowBookmark(Bookmark const * mark)
886{

Calls 10

ASSERTFunction · 0.85
GetUpperComfortScaleFunction · 0.85
GetBookmarkMethod · 0.80
GetEditSessionMethod · 0.80
SetModelViewCenterMethod · 0.80
GetPivotMethod · 0.45
GetIdMethod · 0.45
GetScaleMethod · 0.45
SetIsVisibleMethod · 0.45
GetGroupIdMethod · 0.45

Tested by

no test coverage detected