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

Method AddShapeControl

libs/drape_frontend/gui/shape.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void ShapeRenderer::AddShapeControl(ShapeControl && control)
141{
142 m_shapes.push_back(std::move(control));
143}
144
145void ShapeRenderer::SetPivot(m2::PointF const & pivot)
146{

Callers 1

DrawMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected