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

Method SetAccessRules

libs/map/bookmark.cpp:384–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void BookmarkCategory::SetAccessRules(kml::AccessRules accessRules)
385{
386 if (m_data.m_accessRules == accessRules)
387 return;
388
389 SetDirty(true /* updateModificationTime */);
390 m_data.m_accessRules = accessRules;
391}
392
393// static
394kml::PredefinedColor BookmarkCategory::GetDefaultColor()

Callers 2

CreateCategoriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected