

| - (void) searchfieldChanged: | (NSNotification *) | o_notification |
References o_search_field.
| - (NSMenu *) menuForEvent: | (NSEvent *) | o_event |
| - (IBAction) searchItem: | (id) | sender |
| - (void) playlistUpdated |
References VLCMain::bookmarks, VLCBookmarks::dataTable, VLCPlaylistCommon::o_outline_view, o_sidebar, o_status_field, o_status_field_embed, o_tc_sortColumn, pl_Get, PL_LOCK, PL_UNLOCK, playingItem, playlist_CurrentSize(), playlist_IsEmpty(), VLCWizard::playlistWizard, VLCPlaylistWizard::reloadOutlineView, VLCMain::sharedInstance, VLCIntf, and VLCMain::wizard.
Referenced by addNode:, appendArray:atPos:enqueue:, appendNodeArray:inNode:atPos:enqueue:, deleteItem:, downloadCoverArt:, VLCMain::manageIntf:, preparseItem:, servicesChange:, and sortNode:.
| - (void) playModeUpdated |
References VLCMain::controls, pl_Get, VLCControls::repeatAll, VLCControls::repeatOff, VLCControls::repeatOne, VLCMain::sharedInstance, VLCControls::shuffle, var_GetBool, and VLCIntf.
Referenced by VLCMain::manageIntf:.
| - (void) sortNode: | (int) | i_mode |
References playlist_item_t::i_children, VLCPlaylistCommon::o_outline_view, ORDER_NORMAL, playlist_item_t::p_parent, playlist_t::p_root_category, pl_Get, PL_LOCK, PL_UNLOCK, playlist_RecursiveNodeSort(), playlistUpdated, and VLCIntf.
Referenced by sortNodeByAuthor:, and sortNodeByName:.
| - (void) updateRowSelection |
References VLCPlaylistCommon::o_outline_dict, VLCPlaylistCommon::o_outline_view, playlist_item_t::p_parent, pl_Get, PL_LOCK, PL_UNLOCK, playlist_CurrentPlayingItem(), and VLCIntf.
Referenced by VLCMain::manageIntf:.
| - (BOOL) isSelectionEmpty |
References VLCPlaylistCommon::o_outline_view.
| - (IBAction) servicesChange: | (id) | sender |
| - (IBAction) playItem: | (id) | sender |
| - (IBAction) revealItemInFinder: | (id) | sender |
References input_item_GetURI(), VLCPlaylistCommon::o_outline_view, and playlist_item_t::p_input.
| - (IBAction) preparseItem: | (id) | sender |
| - (IBAction) downloadCoverArt: | (id) | sender |
| - (IBAction) savePlaylist: | (id) | sender |
References o_save_accessory_popup, playlist_t::p_local_category, pl_Get, playlist_Export(), and VLCIntf.
| - (IBAction) deleteItem: | (id) | sender |
References i, playlist_item_t::i_children, input_item_t::i_id, msg_Dbg, VLCPlaylistCommon::o_outline_dict, VLCPlaylistCommon::o_outline_view, playlist_item_t::p_input, pl_Get, PL_LOCK, pl_Locked, PL_UNLOCK, playlist_Control(), playlist_CurrentPlayingItem(), playlist_DeleteFromInput(), playlist_NodeDelete(), playlist_Status(), PLAYLIST_STOP, PLAYLIST_STOPPED, playlistUpdated, and VLCIntf.
| - (IBAction) selectAll: | (id) | sender |
References VLCPlaylistCommon::o_outline_view.
| - (IBAction) sortNodeByName: | (id) | sender |
References sortNode:.
| - (IBAction) sortNodeByAuthor: | (id) | sender |
References sortNode:.
| - (IBAction) recursiveExpandNode: | (id) | sender |
References VLCPlaylistCommon::o_outline_dict, and VLCPlaylistCommon::o_outline_view.
| - (IBAction) addNode: | (id) | sender |
| - (void) playSidebarItem: | (id) | item |
| - (id) playingItem |
References VLCPlaylistCommon::o_outline_dict, pl_Get, PL_LOCK, PL_UNLOCK, and VLCIntf.
Referenced by playlistUpdated.
| - (void) appendArray: | (NSArray*) | o_array | ||
| atPos: | (int) | i_position | ||
| enqueue: | (BOOL) | b_enqueue | ||
References count, playlist_item_t::i_children, playlist_item_t::p_parent, pl_Get, PL_LOCK, pl_Locked, PL_UNLOCK, playlist_AddInput(), playlist_Control(), PLAYLIST_END, PLAYLIST_INSERT, playlist_ItemGetByInput(), PLAYLIST_VIEWPLAY, playlistUpdated, playlist_item_t::pp_children, vlc_gc_decref, and VLCIntf.
| - (void) appendNodeArray: | (NSArray*) | o_array | ||
| inNode: | (playlist_item_t *) | p_node | ||
| atPos: | (int) | i_position | ||
| enqueue: | (BOOL) | b_enqueue | ||
- (IBOutlet id) o_controller [protected] |
- (IBOutlet id) o_playlist_wizard [protected] |
- (IBOutlet id) o_btn_playlist [protected] |
- (IBOutlet id) o_playlist_view [protected] |
- (IBOutlet id) o_sidebar [protected] |
Referenced by playlistUpdated.
- (IBOutlet id) o_status_field [protected] |
Referenced by playlistUpdated.
- (IBOutlet id) o_status_field_embed [protected] |
Referenced by playlistUpdated.
- (IBOutlet id) o_search_field [protected] |
Referenced by searchfieldChanged:.
- (IBOutlet id) o_search_field_other [protected] |
- (IBOutlet id) o_mi_save_playlist [protected] |
- (IBOutlet id) o_ctx_menu [protected] |
- (IBOutlet id) o_mi_play [protected] |
Referenced by menuForEvent:.
- (IBOutlet id) o_mi_delete [protected] |
Referenced by menuForEvent:.
- (IBOutlet id) o_mi_info [protected] |
Referenced by menuForEvent:.
- (IBOutlet id) o_mi_preparse [protected] |
Referenced by menuForEvent:.
- (IBOutlet id) o_mi_revealInFinder [protected] |
- (IBOutlet id) o_mm_mi_revealInFinder [protected] |
- (IBOutlet id) o_mi_dl_cover_art [protected] |
- (IBOutlet id) o_mi_selectall [protected] |
Referenced by menuForEvent:.
- (IBOutlet id) o_mi_sort_name [protected] |
Referenced by menuForEvent:.
- (IBOutlet id) o_mi_sort_author [protected] |
Referenced by menuForEvent:.
- (IBOutlet id) o_mi_recursive_expand [protected] |
Referenced by menuForEvent:.
- (IBOutlet id) o_mi_services [protected] |
- (IBOutlet id) o_mu_services [protected] |
- (IBOutlet id) o_mm_mi_services [protected] |
- (IBOutlet id) o_mm_mu_services [protected] |
- (IBOutlet id) o_save_accessory_view [protected] |
- (IBOutlet id) o_save_accessory_popup [protected] |
Referenced by savePlaylist:.
- (IBOutlet id) o_save_accessory_text [protected] |
- (NSImage*) o_descendingSortingImage [protected] |
- (NSImage*) o_ascendingSortingImage [protected] |
- (NSMutableArray*) o_nodes_array [protected] |
- (NSMutableArray*) o_items_array [protected] |
- (BOOL) b_selected_item_met [protected] |
- (BOOL) b_isSortDescending [protected] |
- (id) o_tc_sortColumn [protected] |
Referenced by playlistUpdated.
- (IBOutlet id) o_mi_addNode [protected] |
- (IBOutlet id) o_btn_addNode [protected] |
1.5.6