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

Method SetAllCategoriesVisibility

libs/map/bookmark_manager.cpp:3257–3263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3255}
3256
3257void BookmarkManager::SetAllCategoriesVisibility(bool visible)
3258{
3259 CHECK_THREAD_CHECKER(m_threadChecker, ());
3260 auto session = GetEditSession();
3261 for (auto const & category : m_categories)
3262 category.second->SetIsVisible(visible);
3263}
3264
3265void BookmarkManager::SetChildCategoriesVisibility(kml::MarkGroupId categoryId, kml::CompilationType compilationType,
3266 bool visible)

Calls 1

SetIsVisibleMethod · 0.45

Tested by

no test coverage detected