X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fplaylist.h;h=8bd96f083694c0c8f84a924b5be0c4e6294d24ea;hb=4a96b022ce862494a6bcacf3a868e1de7ad1e276;hp=7160c3feb870e4ddf19daf927c7829bfc5535687;hpb=6ee1e193fd896ab9a4729fde14f009d9ce629815;p=vlc diff --git a/modules/gui/macosx/playlist.h b/modules/gui/macosx/playlist.h index 7160c3feb8..8bd96f0836 100644 --- a/modules/gui/macosx/playlist.h +++ b/modules/gui/macosx/playlist.h @@ -80,6 +80,9 @@ IBOutlet id o_mi_delete; IBOutlet id o_mi_info; IBOutlet id o_mi_preparse; + IBOutlet id o_mi_revealInFinder; + IBOutlet id o_mm_mi_revealInFinder; + IBOutlet id o_mi_dl_cover_art; IBOutlet id o_mi_selectall; IBOutlet id o_mi_sort_name; IBOutlet id o_mi_sort_author; @@ -107,7 +110,7 @@ BOOL b_selected_item_met; BOOL b_isSortDescending; id o_tc_sortColumn; - + /* "add node" button and menu entry */ IBOutlet id o_mi_addNode; IBOutlet id o_btn_addNode; @@ -123,9 +126,13 @@ - (void)sortNode:(int)i_mode; - (void)updateRowSelection; +- (BOOL)isSelectionEmpty; + - (IBAction)servicesChange:(id)sender; - (IBAction)playItem:(id)sender; +- (IBAction)revealItemInFinder:(id)sender; - (IBAction)preparseItem:(id)sender; +- (IBAction)downloadCoverArt:(id)sender; - (IBAction)savePlaylist:(id)sender; - (IBAction)deleteItem:(id)sender; - (IBAction)selectAll:(id)sender; @@ -139,6 +146,4 @@ - (void)appendArray:(NSArray*)o_array atPos:(int)i_position enqueue:(BOOL)b_enqueue; - (void)appendNodeArray:(NSArray*)o_array inNode:(playlist_item_t *)p_node atPos:(int)i_position enqueue:(BOOL)b_enqueue; - @end -