MCPcopy Create free account
hub / github.com/christophhart/HISE / setValueTreeProperty

Method setValueTreeProperty

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void NodeBase::setValueTreeProperty(const Identifier& id, const var value)
136{
137 v_data.setProperty(id, value, getUndoManager());
138}
139
140void NodeBase::setDefaultValue(const Identifier& id, var newValue)
141{

Callers 14

refreshConnectionMethod · 0.80
createFromValueTreeMethod · 0.80
mouseDownMethod · 0.80
buttonClickedMethod · 0.80
handlePopupMenuResultMethod · 0.80
wrapIntoNetworkMethod · 0.80
wrapIntoChainMethod · 0.80
toggleFreezeMethod · 0.80
foldSelectionMethod · 0.80
foldUnselectedNodesMethod · 0.80
zoomFitMethod · 0.80
addButtonMethod · 0.80

Calls 2

getUndoManagerFunction · 0.50
setPropertyMethod · 0.45

Tested by

no test coverage detected