#include <synthesizer.h>
Inherits BC_GenericButton.

Public Member Functions | |
| SynthDelOsc (Synth *synth, SynthWindow *window, int x, int y) | |
| ~SynthDelOsc () | |
| int | handle_event () |
Data Fields | |
| Synth * | synth |
| SynthWindow * | window |
Definition at line 146 of file synthesizer.h.
| SynthDelOsc::SynthDelOsc | ( | Synth * | synth, | |
| SynthWindow * | window, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 887 of file synthesizer.C.
| SynthDelOsc::~SynthDelOsc | ( | ) |
Definition at line 894 of file synthesizer.C.
| int SynthDelOsc::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 898 of file synthesizer.C.
References Synth::delete_oscillator(), PluginClient::send_configure_change(), synth, SynthWindow::update_gui(), and window.

1.5.5