MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / valueTreePropertyChanged

Method valueTreePropertyChanged

source/PluginEditor.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void PluginEditor::valueTreePropertyChanged(juce::ValueTree&, const juce::Identifier& property) {
101 if (base_.isPanelIdentifier(zlgui::kUISettingChanged, property)) {
102 triggerAsyncUpdate();
103 }
104}
105
106void PluginEditor::handleAsyncUpdate() {
107 sendLookAndFeelChange();

Callers

nothing calls this directly

Calls 1

isPanelIdentifierMethod · 0.80

Tested by

no test coverage detected