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

Method AttachUserMark

libs/map/user_mark_layer.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void UserMarkLayer::AttachUserMark(kml::MarkId markId)
48{
49 SetDirty();
50 m_userMarks.insert(markId);
51}
52
53void UserMarkLayer::DetachUserMark(kml::MarkId markId)
54{

Callers 4

CreateBookmarkMethod · 0.80
AttachBookmarkMethod · 0.80
CreateCategoriesMethod · 0.80
CreateUserMarkMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected