Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ removeProperty
Method
removeProperty
Source/Core/CtrlrModulator/CtrlrModulator.cpp:394–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
}
393
394
void CtrlrModulator::removeProperty(const Identifier& name)
395
{
396
modulatorTree.removeProperty(name, owner.getUndoManager());
397
}
398
399
void CtrlrModulator::allModulatorsInitialized()
400
{
Callers
5
restoreState
Method · 0.45
getCleanPanelTree
Method · 0.45
writeLuaMethod
Method · 0.45
convertLuaMethodToProperty
Method · 0.45
handleAsyncUpdate
Method · 0.45
Calls
1
getUndoManager
Method · 0.45
Tested by
no test coverage detected