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

Method SetName

libs/map/bookmark.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void Bookmark::SetName(kml::LocalizableString const & name)
209{
210 SetDirty();
211 m_data.m_name = name;
212}
213
214void Bookmark::SetName(std::string const & name, int8_t langCode)
215{

Callers

nothing calls this directly

Calls 1

SetDefaultStrFunction · 0.85

Tested by

no test coverage detected