]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.h
OS X intf work
[vlc] / modules / gui / macosx / playlist.h
index e771893b3da98b50758ed5391326fda220bf9b3b..d843b68c4d93f55d1c094f07d557a6a8ef6426ba 100644 (file)
     NSImage *o_descendingSortingImage;
     NSImage *o_ascendingSortingImage;
 
-    NSMutableDictionary * o_outline_dict;
+    NSMutableDictionary *o_outline_dict;
 
-    bool b_selected_item_met;
-    bool b_isSortDescending;
+    BOOL b_selected_item_met;
+    BOOL b_isSortDescending;
+    int i_current_view;
     id o_tc_sortColumn;
 }
 
-- (IBAction)handlePopUp:(id)sender;
-- (IBAction)searchItem:(id)sender;
-
 - (void)initStrings;
 - (NSMenu *)menuForEvent:(NSEvent *)o_event;
+- (NSOutlineView *)playlistView;
+
+- (IBAction)handlePopUp:(id)sender;
+- (IBAction)searchItem:(id)sender;
 
 - (void)updateTogglePlaylistState;
 - (void)playlistUpdated;