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

Method generateCustomData

Source/Core/CtrlrPanel/CtrlrPanel.cpp:841–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841void CtrlrPanel::generateCustomData()
842{
843 if (panelTree.getChildWithName (Ids::panelCustomData).isValid())
844 {
845 panelTree.removeChild (panelTree.getChildWithName(Ids::panelCustomData), nullptr);
846 }
847
848 panelTree.addChild (getCustomData(), -1, nullptr);
849}
850
851void CtrlrPanel::setCustomData (const ValueTree &customData)
852{

Callers 1

saveStateMethod · 0.80

Calls 2

isValidMethod · 0.45
addChildMethod · 0.45

Tested by

no test coverage detected