X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fequalizer.h;h=2d5967003cb0420df2660d882b0df1a7ced9cebc;hb=7cec1ea277ecd0112adee88f9154c17e5205e3c2;hp=1e57a4d06df3fbeac2ee68ea34855e8d6eeb5c50;hpb=cd19d6a43b618d1be6bd3a904931f49278cdf347;p=vlc diff --git a/modules/gui/macosx/equalizer.h b/modules/gui/macosx/equalizer.h index 1e57a4d06d..2d5967003c 100644 --- a/modules/gui/macosx/equalizer.h +++ b/modules/gui/macosx/equalizer.h @@ -1,7 +1,7 @@ /***************************************************************************** * equalizer.h: MacOS X interface module ***************************************************************************** - * Copyright (C) 2004-2006 the VideoLAN team + * Copyright (C) 2004-2008 the VideoLAN team * $Id$ * * Authors: Jérôme Decoodt @@ -10,7 +10,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -22,11 +22,12 @@ *****************************************************************************/ /***************************************************************************** - * VLCEqualizer interface + * VLCEqualizer interface *****************************************************************************/ @interface VLCEqualizer : NSObject { 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; @@ -55,10 +56,9 @@ - (void)windowWillClose:(NSNotification *)aNotification; - (void)awakeFromNib; -- (void)setValue:(float)value forSlider:(int)index; -- (id)getSliderByIndex:(int)index; -- (void)setBandSlidersValues:(float *)values; +- (void)setValue: (float)value forSlider: (int)index; +- (id)sliderByIndex: (int)index; +- (void)setBandSlidersValues: (float *)values; - (void)initBandSliders; - @end