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

Method SetPosition

libs/map/track_mark.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void TrackInfoMark::SetPosition(m2::PointD const & ptOrg)
23{
24 SetDirty();
25 m_ptOrg = ptOrg;
26}
27
28void TrackInfoMark::SetIsVisible(bool isVisible)
29{

Callers 4

ReadAndCheckHeaderMethod · 0.45
SetTrackSelectionMarkMethod · 0.45
ResetTrackInfoMarkMethod · 0.45
SetTrackSelectionInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected