MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / clicked

Method clicked

Source/Panels/SpectrogramPanel/FreqDividerGroup.cpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void FreqDividerGroup::clicked(const juce::ModifierKeys& modifiers)
121{
122 // called by changing toggle state
123 if (getToggleState())
124 setVisible(true);
125 else
126 setVisible(false);
127}
128
129void FreqDividerGroup::sliderValueChanged(juce::Slider* slider)
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected