Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ removeProperty
Method
removeProperty
Source/UIComponents/CtrlrComponents/CtrlrComponent.cpp:498–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
}
497
498
void CtrlrComponent::removeProperty (const Identifier &name)
499
{
500
componentTree.removeProperty(name, getUndoManager());
501
}
502
503
const String CtrlrComponent::getVisibleName()
504
{
Callers
4
setComponentTab
Method · 0.45
buttonClicked
Method · 0.45
copyWithChildren
Method · 0.45
editMenuCopy
Method · 0.45
Calls
1
getUndoManager
Function · 0.50
Tested by
no test coverage detected