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

Method addSelectionRenderables

src/core/map.cpp:1467–1471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465
1466
1467void Map::addSelectionRenderables(const Object* object)
1468{
1469 object->update();
1470 selection_renderables->insertRenderablesOfObject(object);
1471}
1472
1473void Map::updateSelectionRenderables(const Object* object)
1474{

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45

Tested by

no test coverage detected