Public Member Functions | |
| (void) | - initStrings |
| (void) | - equalizerUpdated |
| (IBAction) | - bandSliderUpdated: |
| (IBAction) | - changePreset: |
| (IBAction) | - enable: |
| (IBAction) | - preampSliderUpdated: |
| (IBAction) | - toggleWindow: |
| (IBAction) | - twopass: |
| (void) | - windowWillClose: |
| (void) | - awakeFromNib |
| (void) | - setValue:forSlider: |
| (id) | - sliderByIndex: |
| (void) | - setBandSlidersValues: |
| (void) | - initBandSliders |
Protected Attributes | |
| IBOutlet id | o_btn_equalizer |
| IBOutlet id | o_btn_equalizer_embedded |
| IBOutlet id | o_ckb_2pass |
| IBOutlet id | o_ckb_enable |
| IBOutlet id | o_fld_preamp |
| IBOutlet id | o_popup_presets |
| IBOutlet id | o_slider_band1 |
| IBOutlet id | o_slider_band10 |
| IBOutlet id | o_slider_band2 |
| IBOutlet id | o_slider_band3 |
| IBOutlet id | o_slider_band4 |
| IBOutlet id | o_slider_band5 |
| IBOutlet id | o_slider_band6 |
| IBOutlet id | o_slider_band7 |
| IBOutlet id | o_slider_band8 |
| IBOutlet id | o_slider_band9 |
| IBOutlet id | o_slider_preamp |
| IBOutlet id | o_window |
| - (void) initStrings |
References initBandSliders, o_btn_equalizer, o_btn_equalizer_embedded, o_ckb_2pass, o_ckb_enable, o_fld_preamp, o_popup_presets, and o_window.
Referenced by awakeFromNib.
| - (void) equalizerUpdated |
References config_GetFloat, config_GetInt, getAout(), o_ckb_2pass, o_ckb_enable, o_slider_preamp, pl_Get, setBandSlidersValues:, strdup(), strtof(), var_Create, var_GetBool, var_GetFloat, var_GetNonEmptyString, VLC_OBJECT, vlc_object_hold, vlc_object_release, VLC_VAR_DOINHERIT, VLC_VAR_FLOAT, VLC_VAR_STRING, and VLCIntf.
Referenced by awakeFromNib.
| - (IBAction) bandSliderUpdated: | (id) | sender |
References config_GetInt, config_PutPsz, config_SaveConfigFile, getAout(), o_slider_band1, o_slider_band10, o_slider_band2, o_slider_band3, o_slider_band4, o_slider_band5, o_slider_band6, o_slider_band7, o_slider_band8, o_slider_band9, pl_Get, var_SetString, VLC_OBJECT, vlc_object_hold, vlc_object_release, and VLCIntf.
| - (IBAction) changePreset: | (id) | sender |
| - (IBAction) enable: | (id) | sender |
References ChangeFiltersString(), and VLCIntf.
| - (IBAction) preampSliderUpdated: | (id) | sender |
References config_GetInt, config_PutFloat, config_SaveConfigFile, getAout(), pl_Get, var_SetFloat, VLC_OBJECT, vlc_object_hold, vlc_object_release, and VLCIntf.
| - (IBAction) toggleWindow: | (id) | sender |
References o_btn_equalizer, o_btn_equalizer_embedded, and o_window.
| - (IBAction) twopass: | (id) | sender |
References config_GetInt, config_PutInt, config_SaveConfigFile, getAout(), pl_Get, var_SetBool, VLC_OBJECT, vlc_object_hold, vlc_object_release, and VLCIntf.
| - (void) windowWillClose: | (NSNotification *) | aNotification |
References o_btn_equalizer.
| - (void) awakeFromNib |
References equalizerUpdated, eqz_preset_10b, getAout(), initStrings, o_popup_presets, o_slider_preamp, o_window, pl_Get, preset_list, setBandSlidersValues:, var_Create, var_GetNonEmptyString, var_SetFloat, var_SetString, VLC_OBJECT, vlc_object_hold, vlc_object_release, VLC_VAR_DOINHERIT, VLC_VAR_FLOAT, VLC_VAR_STRING, and VLCIntf.
| - (void) setValue: | (float) | value | ||
| forSlider: | (int) | index | ||
| - (id) sliderByIndex: | (int) | index |
References o_slider_band1, o_slider_band10, o_slider_band2, o_slider_band3, o_slider_band4, o_slider_band5, o_slider_band6, o_slider_band7, o_slider_band8, and o_slider_band9.
Referenced by setValue:forSlider:.
| - (void) setBandSlidersValues: | (float *) | values |
| - (void) initBandSliders |
- (IBOutlet id) o_btn_equalizer [protected] |
Referenced by initStrings, toggleWindow:, and windowWillClose:.
- (IBOutlet id) o_btn_equalizer_embedded [protected] |
Referenced by initStrings, and toggleWindow:.
- (IBOutlet id) o_ckb_2pass [protected] |
Referenced by equalizerUpdated, and initStrings.
- (IBOutlet id) o_ckb_enable [protected] |
Referenced by equalizerUpdated, and initStrings.
- (IBOutlet id) o_fld_preamp [protected] |
Referenced by initStrings.
- (IBOutlet id) o_popup_presets [protected] |
Referenced by awakeFromNib, and initStrings.
- (IBOutlet id) o_slider_band1 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band10 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band2 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band3 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band4 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band5 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band6 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band7 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band8 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_band9 [protected] |
Referenced by bandSliderUpdated:, and sliderByIndex:.
- (IBOutlet id) o_slider_preamp [protected] |
Referenced by awakeFromNib, changePreset:, and equalizerUpdated.
- (IBOutlet id) o_window [protected] |
Referenced by awakeFromNib, initStrings, and toggleWindow:.
1.5.6