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

Method insertRenderablesOfObject

src/core/map.cpp:867–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865 removeSelectionRenderables(object);
866}
867void Map::insertRenderablesOfObject(const Object* object)
868{
869 renderables->insertRenderablesOfObject(object);
870 if (isObjectSelected(object))
871 addSelectionRenderables(object);
872}
873
874
875void Map::markAsIrregular(Object* object)

Callers 12

updatePreviewObjectsMethod · 0.45
updatePreviewTextMethod · 0.45
updatePreviewPathMethod · 0.45
dragMoveMethod · 0.45
updateHoverStateMethod · 0.45
updatePreviewObjectMethod · 0.45
dragMoveMethod · 0.45
updatePreviewObjectsMethod · 0.45
startEditingMethod · 0.45
newGPSPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected