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

Method SubmitRulerPoint

qt/draw_widget.cpp:554–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void DrawWidget::SubmitRulerPoint(m2::PointD const & pt)
555{
556 m_ruler.AddPoint(P2G(pt));
557 m_ruler.DrawLine(m_framework.GetDrapeApi());
558}
559
560void DrawWidget::SubmitRoutingPoint(m2::PointD const & pt, bool pointIsMercator)
561{

Callers

nothing calls this directly

Calls 2

DrawLineMethod · 0.80
AddPointMethod · 0.45

Tested by

no test coverage detected