MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / valueTreeChildRemoved

Method valueTreeChildRemoved

Source/Lua/Methods/CtrlrLuaMethodManager.cpp:292–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void CtrlrLuaMethodManager::valueTreeChildRemoved (ValueTree& parentTree, ValueTree& child, int)
293{
294 if (child.hasType(Ids::luaMethod))
295 {
296 methods.removeObject (getMethodByUuid(child.getProperty(Ids::uuid).toString()));
297 }
298}
299
300void CtrlrLuaMethodManager::setEditedMethod(const Uuid &methodUuid)
301{

Callers

nothing calls this directly

Calls 3

removeObjectMethod · 0.45
toStringMethod · 0.45
getPropertyMethod · 0.45

Tested by

no test coverage detected