#include <parametric.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| ParametricMode (ParametricEQ *plugin, int x, int y, int band) | |
| void | create_objects () |
| int | handle_event () |
Static Public Member Functions | |
| static int | text_to_mode (char *text) |
| static char * | mode_to_text (int mode) |
Data Fields | |
| int | band |
| ParametricEQ * | plugin |
Definition at line 124 of file parametric.h.
| ParametricMode::ParametricMode | ( | ParametricEQ * | plugin, | |
| int | x, | |||
| int | y, | |||
| int | band | |||
| ) |
Definition at line 204 of file parametric.C.
| void ParametricMode::create_objects | ( | ) |
Definition at line 215 of file parametric.C.
References BC_PopupMenu::add_item(), ParametricBand::BANDPASS, BC_WindowBase::BC_MenuItem, ParametricBand::HIGHPASS, ParametricBand::LOWPASS, mode_to_text(), and ParametricBand::NONE.
Referenced by ParametricBandGUI::create_objects().

| int ParametricMode::handle_event | ( | ) | [virtual] |
Reimplemented from BC_PopupMenu.
Definition at line 224 of file parametric.C.
References band, BC_PopupMenu::get_text(), plugin, PluginClient::send_configure_change(), and text_to_mode().

| int ParametricMode::text_to_mode | ( | char * | text | ) | [static] |
Definition at line 232 of file parametric.C.
References ParametricBand::BANDPASS, ParametricBand::HIGHPASS, ParametricBand::LOWPASS, mode_to_text(), and ParametricBand::NONE.
Referenced by handle_event().

| char * ParametricMode::mode_to_text | ( | int | mode | ) | [static] |
Definition at line 243 of file parametric.C.
References _, ParametricBand::BANDPASS, ParametricBand::HIGHPASS, ParametricBand::LOWPASS, and ParametricBand::NONE.
Referenced by create_objects(), and text_to_mode().
1.5.5