MCPcopy 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
498void CtrlrComponent::removeProperty (const Identifier &name)
499{
500 componentTree.removeProperty(name, getUndoManager());
501}
502
503const String CtrlrComponent::getVisibleName()
504{

Callers 4

setComponentTabMethod · 0.45
buttonClickedMethod · 0.45
copyWithChildrenMethod · 0.45
editMenuCopyMethod · 0.45

Calls 1

getUndoManagerFunction · 0.50

Tested by

no test coverage detected