33 void reset()
override;
Definition help_panel.h:8
HelpPanel()
Constructs the HelpPanel.
Definition help_panel.cpp:6
void resized() override
Resizes and rearranges child components within the help panel.
Definition help_panel.cpp:21
~HelpPanel() override=default
void reset() override
Resets the header, typically after loading a preset or making other state changes.
Definition help_panel.cpp:32
void paintBackground(Graphics &g) override
Paints the background of the help panel.
Definition help_panel.cpp:13
Base class for all synthesizer sections, providing UI layout, painting, and interaction logic.
Definition synth_section.h:193