#include <synthesizer.h>
Inherits BC_MenuItem.

Public Member Functions | |
| SynthWaveFormItem (Synth *synth, char *text, int value) | |
| ~SynthWaveFormItem () | |
| int | handle_event () |
Data Fields | |
| int | value |
| Synth * | synth |
Definition at line 186 of file synthesizer.h.
| SynthWaveFormItem::SynthWaveFormItem | ( | Synth * | synth, | |
| char * | text, | |||
| int | value | |||
| ) |
Definition at line 1001 of file synthesizer.C.
| SynthWaveFormItem::~SynthWaveFormItem | ( | ) |
Definition at line 1008 of file synthesizer.C.
| int SynthWaveFormItem::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 1012 of file synthesizer.C.
References SynthWindow::canvas, Synth::config, PluginClient::send_configure_change(), synth, Synth::thread, SynthCanvas::update(), value, SynthConfig::wavefunction, and SynthThread::window.

1.5.5