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

Method addPassPoint

src/templates/template.cpp:831–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void Template::addPassPoint(const PassPoint& point, int pos)
832{
833 Q_ASSERT(!is_georeferenced);
834 passpoints.insert(passpoints.begin() + pos, point);
835}
836void Template::deletePassPoint(int pos)
837{
838 passpoints.erase(passpoints.begin() + pos);

Callers 1

handleKmlOverlayIconMethod · 0.45

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected