MCPcopy 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
394void CtrlrModulator::removeProperty(const Identifier& name)
395{
396 modulatorTree.removeProperty(name, owner.getUndoManager());
397}
398
399void CtrlrModulator::allModulatorsInitialized()
400{

Callers 5

restoreStateMethod · 0.45
getCleanPanelTreeMethod · 0.45
writeLuaMethodMethod · 0.45
handleAsyncUpdateMethod · 0.45

Calls 1

getUndoManagerMethod · 0.45

Tested by

no test coverage detected