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

Method editModeChanged

Source/Core/CtrlrPanel/CtrlrPanel.cpp:950–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950void CtrlrPanel::editModeChanged(const bool isInEditMode)
951{
952 midiInputThread.panelEditModeChanged (isInEditMode);
953 midiControllerInputThread.panelEditModeChanged (isInEditMode);
954 editMode = isInEditMode;
955 for (int i=0; i<ctrlrModulators.size(); i++)
956 {
957 if (ctrlrModulators[i]->getComponent())
958 {
959 ctrlrModulators[i]->getComponent()->panelEditModeChanged(isInEditMode);
960 }
961 }
962}
963
964const String CtrlrPanel::getVersionString(const bool includeVersionName, const bool includeTime, const String versionSeparator)
965{

Callers

nothing calls this directly

Calls 3

panelEditModeChangedMethod · 0.45
sizeMethod · 0.45
getComponentMethod · 0.45

Tested by

no test coverage detected