X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fplaylist.h;h=340076f3af6b46f168c03db0374d065ed12e2be8;hb=7dd8cdfd0ec842c21af56c705ddf8b7f14410455;hp=995265bb00826e4dd70a6af3f816baa026e626ea;hpb=a7bafab323af666b6c4e2a01f1701e86b299f98b;p=vlc diff --git a/modules/gui/macosx/playlist.h b/modules/gui/macosx/playlist.h index 995265bb00..340076f3af 100644 --- a/modules/gui/macosx/playlist.h +++ b/modules/gui/macosx/playlist.h @@ -57,11 +57,11 @@ IBOutlet id o_mi_selectall; IBOutlet id o_mi_sort_name; IBOutlet id o_mi_sort_author; - + /* "services discovery" menu in the playlist menu */ IBOutlet id o_mi_services; IBOutlet id o_mu_services; - + /* "services discovery" menu in the main menu */ IBOutlet id o_mm_mi_services; IBOutlet id o_mm_mu_services; @@ -78,6 +78,7 @@ } - (void)initStrings; +- (void)searchfieldChanged:(NSNotification *)o_notification; - (NSMenu *)menuForEvent:(NSEvent *)o_event; - (NSOutlineView *)outlineView; @@ -85,6 +86,7 @@ - (IBAction)searchItem:(id)sender; - (void)playlistUpdated; +- (void)playModeUpdated; - (void)sortNode:(int)i_mode; - (void)updateRowSelection; @@ -96,6 +98,7 @@ - (IBAction)sortNodeByAuthor:(id)sender; - (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 inView:(int)i_view enqueue:(BOOL)b_enqueue; - (playlist_item_t *)selectedPlaylistItem;