MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / emptyGroupping

Method emptyGroupping

Source/UIComponents/CtrlrPanel/CtrlrPanelCanvas.cpp:726–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726void CtrlrPanelCanvas::emptyGroupping(ValueTree &tree)
727{
728 if (!tree.getProperty (Ids::componentGroupName).toString().isEmpty())
729 {
730 tree.setProperty (Ids::componentGroupName, "", 0);
731 }
732
733 if (!tree.getProperty (Ids::componentTabName).toString().isEmpty())
734 {
735 tree.setProperty (Ids::componentTabName, "", 0);
736 }
737}
738
739void CtrlrPanelCanvas::editMenuDelete()
740{

Callers

nothing calls this directly

Calls 4

isEmptyMethod · 0.45
toStringMethod · 0.45
getPropertyMethod · 0.45
setPropertyMethod · 0.45

Tested by

no test coverage detected