MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / deferDelete

Method deferDelete

src/ui/widget.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void Widget::deferDelete()
114{
115 manager()->addToGarbage(this);
116}
117
118PropertyPtr Widget::getProperty(const std::string& name) const
119{

Callers 5

rebuildRecentListMethod · 0.80
rebuildListMethod · 0.80
fillListMethod · 0.80
removeViewMethod · 0.80
regenerateMethod · 0.80

Calls 1

addToGarbageMethod · 0.80

Tested by

no test coverage detected