#include <synthesizer.h>
Inherits BC_QPot.

Public Member Functions | |
| SynthFreqPot (Synth *synth, SynthWindow *window, int x, int y) | |
| ~SynthFreqPot () | |
| int | handle_event () |
Data Fields | |
| SynthWindow * | window |
| Synth * | synth |
| SynthBaseFreq * | freq_text |
Definition at line 208 of file synthesizer.h.
| SynthFreqPot::SynthFreqPot | ( | Synth * | synth, | |
| SynthWindow * | window, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 1040 of file synthesizer.C.
| SynthFreqPot::~SynthFreqPot | ( | ) |
Definition at line 1045 of file synthesizer.C.
| int SynthFreqPot::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Pot.
Definition at line 1048 of file synthesizer.C.
References SynthConfig::base_freq, Synth::config, freq_text, BC_QPot::get_value(), PluginClient::send_configure_change(), synth, and BC_TextBox::update().

Definition at line 214 of file synthesizer.h.
Definition at line 216 of file synthesizer.h.
Referenced by SynthWindow::create_objects(), and handle_event().
1.5.5