Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
void
160
Layer::removeItem(ItemBase* item)
161
{
162
_layer->removeItem( item->getInternalItem() );
163
}
164
165
std::list<ItemBase*>
166
Layer::getChildren() const
Callers
2
removeCurve
Method · 0.45
Sbk_LayerFunc_removeItem
Function · 0.45
Calls
1
getInternalItem
Method · 0.80
Tested by
no test coverage detected