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

Method SetCategoryName

libs/map/bookmark_manager.cpp:1630–1634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1628}
1629
1630void BookmarkManager::SetCategoryName(kml::MarkGroupId categoryId, std::string const & name)
1631{
1632 CHECK_THREAD_CHECKER(m_threadChecker, ());
1633 GetBmCategory(categoryId)->SetName(name);
1634}
1635
1636void BookmarkManager::SetCategoryTags(kml::MarkGroupId categoryId, std::vector<std::string> const & tags)
1637{

Calls 1

SetNameMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.64