Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
void ShapeRenderer::AddShapeControl(ShapeControl && control)
141
{
142
m_shapes.push_back(std::move(control));
143
}
144
145
void ShapeRenderer::SetPivot(m2::PointF const & pivot)
146
{
Callers
1
Draw
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected