MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetShowing

Method SetShowing

Source/MidiController.cpp:2771–2775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2769}
2770
2771void UIControlConnection::SetShowing(bool enabled)
2772{
2773 for (auto iter = mEditorControls.begin(); iter != mEditorControls.end(); ++iter)
2774 (*iter)->SetShowing(enabled);
2775}
2776
2777void UIControlConnection::Poll()
2778{

Callers 15

DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
PollMethod · 0.45
UpdateVisibleControlsMethod · 0.45
CreateUIControlsMethod · 0.45
DrawModuleMethod · 0.45
DropdownUpdatedMethod · 0.45
CreateUIControlsMethod · 0.45
DrawModuleMethod · 0.45
DrawMethod · 0.45
CreateUIControlsMethod · 0.45
DrawModuleMethod · 0.45

Calls

no outgoing calls

Tested by 2

CreateUIControlsMethod · 0.36
DrawModuleMethod · 0.36