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

Method allPanelsInitialized

Source/Core/CtrlrManager/CtrlrManager.cpp:162–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void CtrlrManager::allPanelsInitialized()
163{
164 listeners.call (&CtrlrManager::Listener::managerStateChanged, PanelsLoaded);
165
166 for (int i=0; i<ctrlrModulators.size(); i++)
167 {
168 ctrlrModulators[i]->allModulatorsInitialized();
169 }
170}
171
172CtrlrPanel *CtrlrManager::addPanel(const ValueTree &savedState, const bool showUI)
173{

Callers

nothing calls this directly

Calls 3

callMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected