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

Method clearRenderables

src/core/objects/object.cpp:660–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660void Object::clearRenderables()
661{
662 output.deleteRenderables();
663 extent = QRectF();
664}
665
666bool Object::setSymbol(const Symbol* new_symbol, bool no_checks)
667{

Callers 2

dimensionForIconMethod · 0.80
getPointSymbolExtentMethod · 0.80

Calls 2

deleteRenderablesMethod · 0.80
QRectFClass · 0.70

Tested by

no test coverage detected