#include <synthesizer.h>
Inherits BC_GenericButton.

Public Member Functions | |
| SynthClear (Synth *synth, int x, int y) | |
| ~SynthClear () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
Definition at line 167 of file synthesizer.h.
| SynthClear::SynthClear | ( | Synth * | synth, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 958 of file synthesizer.C.
| SynthClear::~SynthClear | ( | ) |
Definition at line 963 of file synthesizer.C.
| int SynthClear::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 966 of file synthesizer.C.
References Synth::config, SynthConfig::reset(), PluginClient::send_configure_change(), synth, and Synth::update_gui().

1.5.5