MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / removeItem

Method removeItem

Engine/PyRoto.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void
160Layer::removeItem(ItemBase* item)
161{
162 _layer->removeItem( item->getInternalItem() );
163}
164
165std::list<ItemBase*>
166Layer::getChildren() const

Callers 2

removeCurveMethod · 0.45
Sbk_LayerFunc_removeItemFunction · 0.45

Calls 1

getInternalItemMethod · 0.80

Tested by

no test coverage detected