]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/fspanel.h
Trailing ;
[vlc] / modules / gui / macosx / fspanel.h
index 6344aba3e1df4a1336c75af9764d0f94cfe71996..1a38d89b6fee174674548dec711914e8326a3052 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 2006-2007 the VideoLAN team\r
  * $Id$\r
  *\r
- * Authors: J\8er\99me Decoodt <djc at videolan dot org>\r
- *          Felix K\9fhne <fkuehne at videolan dot org>\r
+ * Authors: Jérôme Decoodt <djc at videolan dot org>\r
+ *          Felix Kühne <fkuehne at videolan dot org>\r
  *\r
  * This program is free software; you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
 \r
 - (void)setPlay;\r
 - (void)setPause;\r
-- (void)setStreamTitle:(NSString *)o_title;\r
-- (void)setStreamPos:(float) f_pos andTime:(NSString *)o_time;\r
-- (void)setSeekable:(BOOL) b_seekable;\r
+- (void)setStreamTitle: (NSString *)o_title;\r
+- (void)setStreamPos: (float)f_pos andTime: (NSString *)o_time;\r
+- (void)setSeekable: (BOOL)b_seekable;\r
 - (void)setVolumeLevel: (float)f_volumeLevel;\r
 \r
-- (void)setNonActive:(id)noData;\r
-- (void)setActive:(id)noData;\r
+- (void)setNonActive: (id)noData;\r
+- (void)setActive: (id)noData;\r
 \r
-- (void)focus:(NSTimer *)timer;\r
-- (void)unfocus:(NSTimer *)timer;\r
-- (void)mouseExited:(NSEvent *)theEvent;\r
+- (void)focus: (NSTimer *)timer;\r
+- (void)unfocus: (NSTimer *)timer;\r
+- (void)mouseExited: (NSEvent *)theEvent;\r
 \r
 - (void)fadeIn;\r
 - (void)fadeOut;\r
 \r
 - (NSTimer *)fadeTimer;\r
-- (void)setFadeTimer:(NSTimer *)timer;\r
+- (void)setFadeTimer: (NSTimer *)timer;\r
 - (void)autoHide;\r
-- (void)keepVisible:(NSTimer *)timer;\r
+- (void)keepVisible: (NSTimer *)timer;\r
 \r
-- (void)mouseDown:(NSEvent *)theEvent;\r
-- (void)mouseDragged:(NSEvent *)theEvent;\r
+- (void)mouseDown: (NSEvent *)theEvent;\r
+- (void)mouseDragged: (NSEvent *)theEvent;\r
 \r
 - (BOOL)isDisplayed;\r
-- (void)setVoutWasUpdated: (int) i_screen;\r
+- (void)setVoutWasUpdated: (int)i_screen;\r
 @end\r
 \r
 @interface VLCFSPanelView : NSView\r
@@ -80,8 +80,8 @@
     NSTextField *o_streamTitle_txt, *o_streamPosition_txt;\r
     NSSlider *o_fs_timeSlider, *o_fs_volumeSlider;\r
 }\r
-- (id)initWithFrame:(NSRect)frameRect;\r
-- (void)drawRect:(NSRect)rect;\r
+- (id)initWithFrame: (NSRect)frameRect;\r
+- (void)drawRect: (NSRect)rect;\r
 \r
 - (void)setPlay;\r
 - (void)setPause;\r
 - (IBAction)next:(id)sender;\r
 - (IBAction)forward:(id)sender;\r
 - (IBAction)backward:(id)sender;\r
-- (IBAction)fsTimeSliderUpdate:(id)sender;\r
-- (IBAction)fsVolumeSliderUpdate:(id)sender;\r
+- (IBAction)fsTimeSliderUpdate: (id)sender;\r
+- (IBAction)fsVolumeSliderUpdate: (id)sender;\r
 \r
 @end\r
 \r
 @interface VLCFSTimeSlider : NSSlider\r
 {\r
 }\r
-- (void)drawKnobInRect:(NSRect)knobRect;\r
-- (void)drawRect:(NSRect)rect;\r
+- (void)drawKnobInRect: (NSRect)knobRect;\r
+- (void)drawRect: (NSRect)rect;\r
 \r
 @end\r
 \r
 @interface VLCFSVolumeSlider : NSSlider\r
 {\r
 }\r
-- (void)drawKnobInRect:(NSRect)knobRect;\r
-- (void)drawRect:(NSRect)rect;\r
+- (void)drawKnobInRect: (NSRect)knobRect;\r
+- (void)drawRect: (NSRect)rect;\r
 \r
 @end\r