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

Method ~PluginEditor

source/PluginEditor.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64PluginEditor::~PluginEditor() {
65 base_.getPanelValueTree().removeListener(this);
66 vblank_.reset();
67 stopTimer();
68 p_ref_.getController().setEditorON(false);
69}
70
71void PluginEditor::paint(juce::Graphics& g) {
72 juce::ignoreUnused(g);

Callers

nothing calls this directly

Calls 3

removeListenerMethod · 0.80
setEditorONMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected