Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ setProperty
Method
setProperty
Source/Core/CtrlrPanel/CtrlrPanelResource.cpp:240–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void CtrlrPanelResource::setProperty (const Identifier& name, const var &newValue, const bool isUndoable)
241
{
242
resourceTree.setProperty (name, newValue, nullptr);
243
}
244
245
bool CtrlrPanelResource::reloadFromSourceFile()
246
{
Callers
1
createTree
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected