MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / toString

Method toString

src/core/map_coord.cpp:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259
260QString MapCoord::toString() const
261{
262 auto buffer = MapCoord::StringBuffer<QChar>();
263 auto string = toString(buffer);
264 string.detach(); // Note: public in C++, but not documented API.
265 return string;
266}
267
268QString MapCoord::toString(MapCoord::StringBuffer<QChar>& buffer) const
269{

Callers 15

readXmlMethod · 0.45
readCompressedMethod · 0.45
mapCoordtoStringMethod · 0.45
toStringFunction · 0.45
testToStringMethod · 0.45
readTsFileFunction · 0.45
checkOsmCrtFileFunction · 0.45
SettingsMethod · 0.45
drawMethod · 0.45

Calls 2

toStringFunction · 0.50
detachMethod · 0.45

Tested by

no test coverage detected