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

Method IsVisible

libs/map/bookmark_manager.cpp:1758–1762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756}
1757
1758bool BookmarkManager::IsVisible(kml::MarkGroupId groupId) const
1759{
1760 CHECK_THREAD_CHECKER(m_threadChecker, ());
1761 return GetGroup(groupId)->IsVisible();
1762}
1763
1764void BookmarkManager::PrepareForSearch(kml::MarkGroupId groupId)
1765{

Callers 10

NotifyChangesMethod · 0.45
FindNearestTrackMethod · 0.45
FindMarkInRectMethod · 0.45
SetIsVisibleMethod · 0.45
CheckVisibilityMethod · 0.45
IsGroupVisibleMethod · 0.45
InferVisibilityMethod · 0.45
AcceptDirtyItemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected