]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlistinfo.h
* Fixed Meta for OSX, so i know what music i'm listening to.
[vlc] / modules / gui / macosx / playlistinfo.h
index f9b302526e64536a4f3d53d82013bb5cc6e4fea6..715169f03ba54d5a3a09b94c23d4110a9db2fc75 100644 (file)
     IBOutlet id o_video_decoded_txt;
 
     playlist_item_t * p_item;
+    NSTimer * o_statUpdateTimer;
 }
 
 - (IBAction)togglePlaylistInfoPanel:(id)sender;
 - (IBAction)toggleInfoPanel:(id)sender;
 - (void)initPanel:(id)sender;
+- (void)updatePanel;
 - (IBAction)infoCancel:(id)sender;
 - (IBAction)infoOk:(id)sender;
 - (playlist_item_t *)getItem;
 - (BOOL)isItemInPlaylist:(playlist_item_t *)p_item;
 
 - (void)setMeta: (char *)meta forLabel: (id)theItem;
-- (void)updateStatistics;
-/*- (void)setIntStat: (int)value forLabel: (id)theItem withFormat: (NSString *)format;
-- (void)setFloatStat: (float)value forLabel: (id)theItem withFormat: (NSString *)format;
-*/
+- (void)updateStatistics: (NSTimer*)theTimer;
 @end
 
 @interface VLCInfoTreeItem : NSObject