
Public Member Functions | |
| (intf_thread_t *) | - intf |
| (void) | - setIntf: |
| (void) | - controlTintChanged |
| (id) | - controls |
| (id) | - simplePreferences |
| (id) | - preferences |
| (id) | - playlist |
| (BOOL) | - isPlaylistCollapsed |
| (id) | - info |
| (id) | - wizard |
| (id) | - bookmarks |
| (id) | - embeddedList |
| (id) | - coreDialogProvider |
| (id) | - mainIntfPgbar |
| (id) | - controllerWindow |
| (id) | - voutMenu |
| (id) | - eyeTVController |
| (id) | - appleRemoteController |
| (void) | - applicationWillTerminate: |
| (NSString *) | - localizedString: |
| (char *) | - delocalizeString: |
| (NSString *) | - wrapString:toWidth: |
| (BOOL) | - hasDefinedShortcutKey: |
| (void) | - initStrings |
| (void) | - manage |
| (void) | - manageIntf: |
| (void) | - setupMenus |
| (void) | - refreshVoutDeviceMenu: |
| (void) | - setScrollField:stopAfter: |
| (void) | - resetScrollField |
| (void) | - updateMessageDisplay |
| (void) | - playStatusUpdated: |
| (void) | - setSubmenusEnabled: |
| (void) | - manageVolumeSlider |
| (IBAction) | - timesliderUpdate: |
| (IBAction) | - timeFieldWasClicked: |
| (IBAction) | - clearRecentItems: |
| (void) | - openRecentItem: |
| (IBAction) | - intfOpenFile: |
| (IBAction) | - intfOpenFileGeneric: |
| (IBAction) | - intfOpenDisc: |
| (IBAction) | - intfOpenNet: |
| (IBAction) | - intfOpenCapture: |
| (IBAction) | - showWizard: |
| (IBAction) | - showExtended: |
| (IBAction) | - showBookmarks: |
| (IBAction) | - viewAbout: |
| (IBAction) | - showLicense: |
| (IBAction) | - viewPreferences: |
| (IBAction) | - viewHelp: |
| (IBAction) | - openReadMe: |
| (IBAction) | - openDocumentation: |
| (IBAction) | - openWebsite: |
| (IBAction) | - openForum: |
| (IBAction) | - openDonate: |
| (IBAction) | - openCrashLog: |
| (IBAction) | - viewErrorsAndWarnings: |
| (IBAction) | - showMessagesPanel: |
| (IBAction) | - showInformationPanel: |
| (IBAction) | - crashReporterAction: |
| (IBAction) | - saveDebugLog: |
| (IBAction) | - togglePlaylist: |
| (void) | - updateTogglePlaylistState |
| (void) | - windowDidBecomeKey: |
Static Public Member Functions | |
| (VLCMain *) | + sharedInstance |
Protected Attributes | |
| intf_thread_t * | p_intf |
| id | o_prefs |
| id | o_sprefs |
| id | o_about |
| id | o_open |
| id | o_wizard |
| id | o_extended |
| id | o_bookmarks |
| id | o_embedded_list |
| id | o_coredialogs |
| VLCInformation * | o_info |
| id | o_eyetv |
| BOOL | nib_main_loaded |
| BOOL | nib_open_loaded |
| BOOL | nib_about_loaded |
| BOOL | nib_wizard_loaded |
| BOOL | nib_extended_loaded |
| BOOL | nib_bookmarks_loaded |
| BOOL | nib_prefs_loaded |
| BOOL | nib_info_loaded |
| BOOL | nib_coredialogs_loaded |
| IBOutlet VLCControllerWindow * | o_window |
| IBOutlet NSView * | o_playlist_view |
| IBOutlet id | o_scrollfield |
| IBOutlet NSTextField * | o_timefield |
| IBOutlet NSSlider * | o_timeslider |
| BOOL | b_time_remaining |
| IBOutlet VLCEmbeddedWindow * | o_embedded_window |
| float | f_slider |
| float | f_slider_old |
| IBOutlet NSSlider * | o_volumeslider |
| IBOutlet NSView * | toolbarMediaControl |
| IBOutlet NSProgressIndicator * | o_main_pgbar |
| IBOutlet NSButton * | o_btn_prev |
| IBOutlet NSButton * | o_btn_rewind |
| IBOutlet NSButton * | o_btn_play |
| IBOutlet NSButton * | o_btn_stop |
| IBOutlet NSButton * | o_btn_ff |
| IBOutlet NSButton * | o_btn_next |
| IBOutlet NSButton * | o_btn_fullscreen |
| IBOutlet NSButton * | o_btn_playlist |
| IBOutlet NSButton * | o_btn_equalizer |
| NSImage * | o_img_play |
| NSImage * | o_img_pause |
| NSImage * | o_img_play_pressed |
| NSImage * | o_img_pause_pressed |
| IBOutlet VLCControls * | o_controls |
| IBOutlet VLCPlaylist * | o_playlist |
| IBOutlet NSTextView * | o_messages |
| IBOutlet NSWindow * | o_msgs_panel |
| NSMutableArray * | o_msg_arr |
| NSLock * | o_msg_lock |
| BOOL | b_msg_arr_changed |
| IBOutlet NSButton * | o_msgs_crashlog_btn |
| IBOutlet NSButton * | o_msgs_save_btn |
| IBOutlet NSButton * | o_crashrep_dontSend_btn |
| IBOutlet NSButton * | o_crashrep_send_btn |
| IBOutlet NSTextView * | o_crashrep_fld |
| IBOutlet NSTextField * | o_crashrep_title_txt |
| IBOutlet NSTextField * | o_crashrep_desc_txt |
| IBOutlet NSWindow * | o_crashrep_win |
| IBOutlet NSButton * | o_crashrep_includeEmail_ckb |
| IBOutlet NSTextField * | o_crashrep_includeEmail_txt |
| IBOutlet NSMenuItem * | o_mi_about |
| IBOutlet NSMenuItem * | o_mi_prefs |
| IBOutlet NSMenuItem * | o_mi_sprefs |
| IBOutlet NSMenuItem * | o_mi_checkForUpdate |
| IBOutlet NSMenuItem * | o_mi_add_intf |
| IBOutlet NSMenu * | o_mu_add_intf |
| IBOutlet NSMenuItem * | o_mi_services |
| IBOutlet NSMenuItem * | o_mi_hide |
| IBOutlet NSMenuItem * | o_mi_hide_others |
| IBOutlet NSMenuItem * | o_mi_show_all |
| IBOutlet NSMenuItem * | o_mi_quit |
| IBOutlet NSMenu * | o_mu_file |
| IBOutlet NSMenuItem * | o_mi_open_file |
| IBOutlet NSMenuItem * | o_mi_open_generic |
| IBOutlet NSMenuItem * | o_mi_open_disc |
| IBOutlet NSMenuItem * | o_mi_open_net |
| IBOutlet NSMenuItem * | o_mi_open_capture |
| IBOutlet NSMenuItem * | o_mi_open_recent |
| IBOutlet NSMenuItem * | o_mi_open_recent_cm |
| IBOutlet NSMenuItem * | o_mi_open_wizard |
| IBOutlet NSMenu * | o_mu_edit |
| IBOutlet NSMenuItem * | o_mi_cut |
| IBOutlet NSMenuItem * | o_mi_copy |
| IBOutlet NSMenuItem * | o_mi_paste |
| IBOutlet NSMenuItem * | o_mi_clear |
| IBOutlet NSMenuItem * | o_mi_select_all |
| IBOutlet NSMenu * | o_mu_controls |
| IBOutlet NSMenuItem * | o_mi_play |
| IBOutlet NSMenuItem * | o_mi_stop |
| IBOutlet NSMenuItem * | o_mi_faster |
| IBOutlet NSMenuItem * | o_mi_slower |
| IBOutlet NSMenuItem * | o_mi_normalSpeed |
| IBOutlet NSMenuItem * | o_mi_previous |
| IBOutlet NSMenuItem * | o_mi_next |
| IBOutlet NSMenuItem * | o_mi_random |
| IBOutlet NSMenuItem * | o_mi_repeat |
| IBOutlet NSMenuItem * | o_mi_loop |
| IBOutlet NSMenuItem * | o_mi_quitAfterPB |
| IBOutlet NSMenuItem * | o_mi_fwd |
| IBOutlet NSMenuItem * | o_mi_bwd |
| IBOutlet NSMenuItem * | o_mi_fwd1m |
| IBOutlet NSMenuItem * | o_mi_bwd1m |
| IBOutlet NSMenuItem * | o_mi_fwd5m |
| IBOutlet NSMenuItem * | o_mi_bwd5m |
| IBOutlet NSMenuItem * | o_mi_program |
| IBOutlet NSMenu * | o_mu_program |
| IBOutlet NSMenuItem * | o_mi_title |
| IBOutlet NSMenu * | o_mu_title |
| IBOutlet NSMenuItem * | o_mi_chapter |
| IBOutlet NSMenu * | o_mu_chapter |
| IBOutlet NSMenu * | o_mu_audio |
| IBOutlet NSMenuItem * | o_mi_vol_up |
| IBOutlet NSMenuItem * | o_mi_vol_down |
| IBOutlet NSMenuItem * | o_mi_mute |
| IBOutlet NSMenuItem * | o_mi_audiotrack |
| IBOutlet NSMenu * | o_mu_audiotrack |
| IBOutlet NSMenuItem * | o_mi_channels |
| IBOutlet NSMenu * | o_mu_channels |
| IBOutlet NSMenuItem * | o_mi_device |
| IBOutlet NSMenu * | o_mu_device |
| IBOutlet NSMenuItem * | o_mi_visual |
| IBOutlet NSMenu * | o_mu_visual |
| IBOutlet NSMenu * | o_mu_video |
| IBOutlet NSMenuItem * | o_mi_half_window |
| IBOutlet NSMenuItem * | o_mi_normal_window |
| IBOutlet NSMenuItem * | o_mi_double_window |
| IBOutlet NSMenuItem * | o_mi_fittoscreen |
| IBOutlet NSMenuItem * | o_mi_fullscreen |
| IBOutlet NSMenuItem * | o_mi_floatontop |
| IBOutlet NSMenuItem * | o_mi_snapshot |
| IBOutlet NSMenuItem * | o_mi_videotrack |
| IBOutlet NSMenu * | o_mu_videotrack |
| IBOutlet NSMenuItem * | o_mi_screen |
| IBOutlet NSMenu * | o_mu_screen |
| IBOutlet NSMenuItem * | o_mi_aspect_ratio |
| IBOutlet NSMenu * | o_mu_aspect_ratio |
| IBOutlet NSMenuItem * | o_mi_crop |
| IBOutlet NSMenu * | o_mu_crop |
| IBOutlet NSMenuItem * | o_mi_subtitle |
| IBOutlet NSMenu * | o_mu_subtitle |
| IBOutlet NSMenuItem * | o_mi_addSub |
| IBOutlet NSMenuItem * | o_mi_deinterlace |
| IBOutlet NSMenu * | o_mu_deinterlace |
| IBOutlet NSMenuItem * | o_mi_ffmpeg_pp |
| IBOutlet NSMenu * | o_mu_ffmpeg_pp |
| IBOutlet NSMenuItem * | o_mi_teletext |
| IBOutlet NSMenuItem * | o_mi_teletext_transparent |
| IBOutlet NSMenuItem * | o_mi_teletext_index |
| IBOutlet NSMenuItem * | o_mi_teletext_red |
| IBOutlet NSMenuItem * | o_mi_teletext_green |
| IBOutlet NSMenuItem * | o_mi_teletext_yellow |
| IBOutlet NSMenuItem * | o_mi_teletext_blue |
| IBOutlet NSMenu * | o_mu_window |
| IBOutlet NSMenuItem * | o_mi_minimize |
| IBOutlet NSMenuItem * | o_mi_close_window |
| IBOutlet NSMenuItem * | o_mi_player |
| IBOutlet NSMenuItem * | o_mi_controller |
| IBOutlet NSMenuItem * | o_mi_equalizer |
| IBOutlet NSMenuItem * | o_mi_extended |
| IBOutlet NSMenuItem * | o_mi_bookmarks |
| IBOutlet NSMenuItem * | o_mi_playlist |
| IBOutlet NSMenuItem * | o_mi_info |
| IBOutlet NSMenuItem * | o_mi_messages |
| IBOutlet NSMenuItem * | o_mi_bring_atf |
| IBOutlet NSMenu * | o_mu_help |
| IBOutlet NSMenuItem * | o_mi_help |
| IBOutlet NSMenuItem * | o_mi_readme |
| IBOutlet NSMenuItem * | o_mi_documentation |
| IBOutlet NSMenuItem * | o_mi_license |
| IBOutlet NSMenuItem * | o_mi_website |
| IBOutlet NSMenuItem * | o_mi_donation |
| IBOutlet NSMenuItem * | o_mi_forum |
| IBOutlet NSMenuItem * | o_mi_errorsAndWarnings |
| IBOutlet NSMenuItem * | o_dmi_play |
| IBOutlet NSMenuItem * | o_dmi_stop |
| IBOutlet NSMenuItem * | o_dmi_next |
| IBOutlet NSMenuItem * | o_dmi_previous |
| IBOutlet NSMenuItem * | o_dmi_mute |
| IBOutlet NSMenu * | o_vout_menu |
| IBOutlet NSMenuItem * | o_vmi_play |
| IBOutlet NSMenuItem * | o_vmi_stop |
| IBOutlet NSMenuItem * | o_vmi_prev |
| IBOutlet NSMenuItem * | o_vmi_next |
| IBOutlet NSMenuItem * | o_vmi_volup |
| IBOutlet NSMenuItem * | o_vmi_voldown |
| IBOutlet NSMenuItem * | o_vmi_mute |
| IBOutlet NSMenuItem * | o_vmi_fullscreen |
| IBOutlet NSMenuItem * | o_vmi_snapshot |
| bool | b_small_window |
| bool | b_restore_size |
| NSRect | o_restore_rect |
| mtime_t | i_end_scroll |
| NSSize | o_size_with_playlist |
| int | i_lastShownVolume |
| input_state_e | cachedInputState |
| pthread_t | manage_thread |
| NSTimer * | interfaceTimer |
| NSURLConnection * | crashLogURLConnection |
| AppleRemote * | o_remote |
| BOOL | b_remote_button_hold |
| + (VLCMain *) sharedInstance |
Referenced by VLCFSPanelView::backward:, VLCSimplePrefs::buttonAction:, VLCPrefs::buttonAction:, checkProgressPanel(), VLCVoutView::closeVout, destroyProgressPanel(), VLCVoutWindow::enterFullscreen, VLCBookmarks::extract:, VLCOpen::eyetvLaunch:, VLCOpen::eyetvSwitchChannel:, VLCFSPanelView::forward:, VLCFSPanelView::fsTimeSliderUpdate:, VLCFSPanelView::fsVolumeSliderUpdate:, VLCEmbeddedWindow::hasBecomeFullscreen, VLCTreeCategoryItem::initWithCategory:, VLCTreeLeafItem::initWithConfigItem:, ModuleListConfigControl::initWithItem:withView:, KeyConfigControl::initWithItem:withView:, BoolConfigControl::initWithItem:withView:, RangedFloatConfigControl::initWithItem:withView:, FloatConfigControl::initWithItem:withView:, RangedIntegerConfigControl::initWithItem:withView:, IntegerListConfigControl::initWithItem:withView:, IntegerConfigControl::initWithItem:withView:, ModuleConfigControl::initWithItem:withView:, FileConfigControl::initWithItem:withView:, StringListConfigControl::initWithItem:withView:, StringConfigControl::initWithItem:withView:, VLCTreePluginItem::initWithPlugin:, VLCTreeSubCategoryItem::initWithSubCategory:, VLCVoutWindow::leaveFullscreen, VLCEmbeddedWindow::leaveFullscreenAndFadeOut:, VLCFSPanel::mouseExited:, VLCConfigControl::name, VLCFSPanelView::next:, VLCFSPanelView::play:, VLCPlaylist::playlistUpdated, VLCPlaylist::playModeUpdated, VLCFSPanelView::prev:, VLCInfoTreeItem::refresh, Run(), VLCSimplePrefs::saveChangedSettings, VLCOpen::setupChannelInfo, VLCControls::setupVarMenu:forMenuItem:target:var:selector:, VLCControls::setupVarMenuItem:target:var:selector:, VLCErrorPanel::showMessages:, updateProgressPanel(), VLCControls::voutView, and VLCVoutView::voutView:subView:frame:.
| - (intf_thread_t *) intf |
References p_intf.
| - (void) setIntf: | (intf_thread_t *) | p_mainintf |
| - (void) controlTintChanged |
References o_btn_equalizer, o_btn_ff, o_btn_fullscreen, o_btn_next, o_btn_play, o_btn_playlist, o_btn_prev, o_btn_rewind, o_btn_stop, o_img_pause_pressed, and o_img_play_pressed.
| - (id) controls |
Referenced by VLCFSPanelView::backward:, VLCVoutView::closeVout, VLCVoutWindow::enterFullscreen, VLCFSPanelView::forward:, VLCFSPanelView::fsVolumeSliderUpdate:, VLCEmbeddedWindow::hasBecomeFullscreen, VLCVoutWindow::leaveFullscreen, VLCEmbeddedWindow::leaveFullscreenAndFadeOut:, manageIntf:, VLCFSPanel::mouseExited:, VLCFSPanelView::next:, VLCFSPanelView::play:, VLCPlaylist::playModeUpdated, playStatusUpdated:, VLCFSPanelView::prev:, resetScrollField, and timesliderUpdate:.
| - (id) simplePreferences |
Referenced by VLCPrefs::buttonAction:.
| - (id) preferences |
Referenced by VLCSimplePrefs::buttonAction:.
| - (id) playlist |
Referenced by updateTogglePlaylistState.
| - (BOOL) isPlaylistCollapsed |
References o_btn_playlist.
| - (id) info |
Referenced by manageIntf:, and VLCInfoTreeItem::refresh.
| - (id) wizard |
Referenced by VLCBookmarks::extract:, and VLCPlaylist::playlistUpdated.
| - (id) bookmarks |
Referenced by VLCPlaylist::playlistUpdated.
| - (id) embeddedList |
Referenced by VLCControls::voutView, and VLCVoutView::voutView:subView:frame:.
| - (id) coreDialogProvider |
Referenced by checkProgressPanel(), destroyProgressPanel(), DialogCallback(), updateProgressPanel(), and viewErrorsAndWarnings:.
| - (id) mainIntfPgbar |
| - (id) controllerWindow |
| - (id) voutMenu |
| - (id) eyeTVController |
Referenced by VLCOpen::eyetvLaunch:, VLCOpen::eyetvSwitchChannel:, and VLCOpen::setupChannelInfo.
| - (id) appleRemoteController |
Referenced by VLCSimplePrefs::saveChangedSettings.
| - (void) applicationWillTerminate: | (NSNotification *) | notification |
References config_PutInt, crashLogURLConnection, dialog_Unregister, DialogCallback(), f_appExit, i_lastShownVolume, interfaceTimer, libvlc_Quit(), manage_thread, msg_Dbg, msg_Unsubscribe(), nib_about_loaded, nib_bookmarks_loaded, nib_extended_loaded, nib_open_loaded, nib_prefs_loaded, nib_wizard_loaded, o_about, o_bookmarks, o_coredialogs, o_embedded_list, o_extended, o_eyetv, o_img_pause, o_img_pause_pressed, o_img_play, o_img_play_pressed, o_info, o_msg_arr, o_msg_lock, o_open, o_prefs, o_sprefs, o_wizard, p_intf, intf_thread_t::p_libvlc, intf_sys_t::p_sub, intf_thread_t::p_sys, pl_Get, setIntf:, var_DelCallback, and vlc_object_kill.
Referenced by Run().
| - (NSString *) localizedString: | (const char *) | psz |
References msg_Err, msg_Warn, and VLCIntf.
Referenced by VLCTreeCategoryItem::initWithCategory:, VLCTreeLeafItem::initWithConfigItem:, ModuleListConfigControl::initWithItem:withView:, KeyConfigControl::initWithItem:withView:, BoolConfigControl::initWithItem:withView:, RangedFloatConfigControl::initWithItem:withView:, FloatConfigControl::initWithItem:withView:, RangedIntegerConfigControl::initWithItem:withView:, IntegerListConfigControl::initWithItem:withView:, IntegerConfigControl::initWithItem:withView:, ModuleConfigControl::initWithItem:withView:, FileConfigControl::initWithItem:withView:, StringListConfigControl::initWithItem:withView:, StringConfigControl::initWithItem:withView:, VLCTreePluginItem::initWithPlugin:, VLCTreeSubCategoryItem::initWithSubCategory:, VLCConfigControl::name, and VLCControls::setupVarMenu:forMenuItem:target:var:selector:.
| - (NSString *) wrapString: | (NSString *) | o_in_string | ||
| toWidth: | (int) | i_width | ||
Referenced by ModuleListConfigControl::initWithItem:withView:, KeyConfigControl::initWithItem:withView:, BoolConfigControl::initWithItem:withView:, RangedFloatConfigControl::initWithItem:withView:, FloatConfigControl::initWithItem:withView:, RangedIntegerConfigControl::initWithItem:withView:, IntegerListConfigControl::initWithItem:withView:, IntegerConfigControl::initWithItem:withView:, ModuleConfigControl::initWithItem:withView:, FileConfigControl::initWithItem:withView:, StringListConfigControl::initWithItem:withView:, and StringConfigControl::initWithItem:withView:.
| - (BOOL) hasDefinedShortcutKey: | (NSEvent *) | o_event |
| - (void) initStrings |
References o_btn_ff, o_btn_fullscreen, o_btn_next, o_btn_play, o_btn_playlist, o_btn_prev, o_btn_rewind, o_btn_stop, o_crashrep_desc_txt, o_crashrep_dontSend_btn, o_crashrep_includeEmail_ckb, o_crashrep_includeEmail_txt, o_crashrep_send_btn, o_crashrep_title_txt, o_crashrep_win, o_dmi_mute, o_dmi_next, o_dmi_play, o_dmi_previous, o_dmi_stop, o_mi_about, o_mi_add_intf, o_mi_addSub, o_mi_aspect_ratio, o_mi_audiotrack, o_mi_bookmarks, o_mi_bring_atf, o_mi_bwd, o_mi_channels, o_mi_chapter, o_mi_checkForUpdate, o_mi_clear, o_mi_close_window, o_mi_controller, o_mi_copy, o_mi_crop, o_mi_cut, o_mi_deinterlace, o_mi_device, o_mi_documentation, o_mi_donation, o_mi_double_window, o_mi_equalizer, o_mi_errorsAndWarnings, o_mi_extended, o_mi_faster, o_mi_ffmpeg_pp, o_mi_fittoscreen, o_mi_floatontop, o_mi_forum, o_mi_fullscreen, o_mi_fwd, o_mi_half_window, o_mi_help, o_mi_hide, o_mi_hide_others, o_mi_info, o_mi_license, o_mi_loop, o_mi_messages, o_mi_minimize, o_mi_mute, o_mi_next, o_mi_normal_window, o_mi_normalSpeed, o_mi_open_capture, o_mi_open_disc, o_mi_open_file, o_mi_open_generic, o_mi_open_net, o_mi_open_recent, o_mi_open_recent_cm, o_mi_open_wizard, o_mi_paste, o_mi_play, o_mi_player, o_mi_playlist, o_mi_prefs, o_mi_previous, o_mi_program, o_mi_quit, o_mi_quitAfterPB, o_mi_random, o_mi_readme, o_mi_repeat, o_mi_screen, o_mi_select_all, o_mi_services, o_mi_show_all, o_mi_slower, o_mi_snapshot, o_mi_stop, o_mi_subtitle, o_mi_teletext, o_mi_teletext_blue, o_mi_teletext_green, o_mi_teletext_index, o_mi_teletext_red, o_mi_teletext_transparent, o_mi_teletext_yellow, o_mi_title, o_mi_videotrack, o_mi_visual, o_mi_vol_down, o_mi_vol_up, o_mi_website, o_msgs_crashlog_btn, o_msgs_panel, o_msgs_save_btn, o_mu_add_intf, o_mu_aspect_ratio, o_mu_audio, o_mu_audiotrack, o_mu_channels, o_mu_chapter, o_mu_controls, o_mu_crop, o_mu_deinterlace, o_mu_device, o_mu_edit, o_mu_ffmpeg_pp, o_mu_file, o_mu_help, o_mu_program, o_mu_screen, o_mu_subtitle, o_mu_title, o_mu_video, o_mu_videotrack, o_mu_visual, o_mu_window, o_timeslider, o_vmi_fullscreen, o_vmi_mute, o_vmi_next, o_vmi_play, o_vmi_prev, o_vmi_snapshot, o_vmi_stop, o_vmi_voldown, o_vmi_volup, o_volumeslider, o_window, p_intf, and setScrollField:stopAfter:.
| - (void) manage |
References input_thread_t::b_dead, intf_sys_t::b_input_update, intf_sys_t::b_intf_update, END_S, f_appExit, intf_sys_t::i_play_status, input_GetState(), INTF_IDLE_SLEEP, manageVolumeSlider, msg_Dbg, msleep, manage_cleanup_stack::p_input, manage_cleanup_stack::p_intf, intf_thread_t::p_sys, pl_Get, playlist_CurrentInput(), PlaylistChanged(), var_AddCallback, vlc_object_alive, vlc_object_release, VLC_THREAD_PRIORITY_LOW, and vlc_thread_set_priority.
| - (void) manageIntf: | (NSTimer *) | o_timer |
References intf_sys_t::b_current_title_update, intf_sys_t::b_fullscreen_update, intf_sys_t::b_input_update, intf_sys_t::b_intf_show, intf_sys_t::b_intf_update, intf_sys_t::b_mute, intf_sys_t::b_playlist_update, intf_sys_t::b_playmode_update, intf_sys_t::b_volume_update, config_GetInt, controls, END_S, vlc_value_t::f_float, VLCFSPanel::fadeIn, VLCControls::fspanel, vlc_value_t::i_int, intf_sys_t::i_play_status, info, INIT_S, input_GetItem(), input_GetState(), input_item_GetDuration(), input_item_GetName(), input_item_GetNowPlaying(), interfaceTimer, mdate(), name, o_btn_ff, o_btn_next, o_btn_prev, o_btn_rewind, o_btn_stop, o_controls, o_embedded_window, o_main_pgbar, o_playlist, o_timefield, o_timeslider, o_volumeslider, o_window, OPENING_S, manage_cleanup_stack::p_intf, p_item, intf_thread_t::p_libvlc, intf_thread_t::p_sys, pl_CurrentInput, pl_Get, PL_LOCK, PL_UNLOCK, playlist_CurrentInput(), playlist_CurrentPlayingItem(), playlist_CurrentSize(), VLCPlaylist::playlistUpdated, VLCPlaylist::playModeUpdated, VLCEmbeddedWindow::playStatusUpdated:, playStatusUpdated:, VLCEmbeddedWindow::setNext:, VLCEmbeddedWindow::setPrev:, setScrollField:stopAfter:, VLCEmbeddedWindow::setSeekable:, VLCEmbeddedWindow::setStop:, setSubmenusEnabled:, VLCEmbeddedWindow::setTime:position:, setupMenus, VLCEmbeddedWindow::setVolumeEnabled:, VLCEmbeddedWindow::setVolumeSlider:, updateMessageDisplay, VLCInfo::updatePanelWithItem:, VLCPlaylist::updateRowSelection, VLCVoutView::updateTitle, var_Get, var_GetBool, vlc_object_alive, vlc_object_release, VLCIntf, and VLCControls::voutView.
| - (void) setupMenus |
References input_GetAout(), input_GetVout(), o_controls, o_mi_subtitle, manage_cleanup_stack::p_intf, pl_Get, playlist_CurrentInput(), VLCControls::setupVarMenuItem:target:var:selector:, and vlc_object_release.
Referenced by manageIntf:.
| - (void) refreshVoutDeviceMenu: | (NSNotification *) | o_notification |
References getVout(), msg_Dbg, o_controls, o_mi_screen, VLCControls::setupVarMenuItem:target:var:selector:, vlc_object_release, and VLCIntf.
| - (void) setScrollField: | (NSString *) | o_string | ||
| stopAfter: | (int) | timeout | ||
References mdate(), o_embedded_window, o_scrollfield, and VLCEmbeddedWindow::setScrollString:.
Referenced by initStrings, manageIntf:, and resetScrollField.
| - (void) resetScrollField |
| - (void) updateMessageDisplay |
References o_messages, o_msg_arr, and o_msg_lock.
Referenced by manageIntf:, and windowDidBecomeKey:.
| - (void) playStatusUpdated: | (int) | i_status |
References controls, VLCControls::fspanel, o_btn_play, o_dmi_play, o_mi_play, o_vmi_play, and PLAYING_S.
Referenced by manageIntf:.
| - (void) setSubmenusEnabled: | (BOOL) | b_enabled |
References o_mi_aspect_ratio, o_mi_audiotrack, o_mi_channels, o_mi_chapter, o_mi_crop, o_mi_deinterlace, o_mi_device, o_mi_ffmpeg_pp, o_mi_program, o_mi_screen, o_mi_subtitle, o_mi_teletext, o_mi_title, o_mi_videotrack, and o_mi_visual.
Referenced by manageIntf:.
| - (void) manageVolumeSlider |
References aout_VolumeGet, intf_sys_t::b_volume_update, manage_cleanup_stack::p_intf, intf_thread_t::p_sys, and pl_Get.
Referenced by manage.
| - (IBAction) timesliderUpdate: | (id) | sender |
References controls, vlc_value_t::f_float, VLCControls::fspanel, input_GetItem(), input_item_GetDuration(), o_embedded_window, o_timefield, o_timeslider, manage_cleanup_stack::p_intf, pl_Get, playlist_CurrentInput(), VLCEmbeddedWindow::setTime:position:, var_Get, var_Set, and vlc_object_release.
Referenced by VLCFSPanelView::fsTimeSliderUpdate:.
| - (IBAction) timeFieldWasClicked: | (id) | sender |
| - (IBAction) clearRecentItems: | (id) | sender |
| - (void) openRecentItem: | (id) | sender |
| - (IBAction) intfOpenFile: | (id) | sender |
References o_open.
| - (IBAction) intfOpenFileGeneric: | (id) | sender |
References o_open.
| - (IBAction) intfOpenDisc: | (id) | sender |
References o_open.
| - (IBAction) intfOpenNet: | (id) | sender |
References o_open.
| - (IBAction) intfOpenCapture: | (id) | sender |
References o_open.
| - (IBAction) showWizard: | (id) | sender |
References o_wizard.
| - (IBAction) showExtended: | (id) | sender |
References o_extended.
| - (IBAction) showBookmarks: | (id) | sender |
References o_bookmarks, and o_wizard.
| - (IBAction) viewAbout: | (id) | sender |
References o_about.
| - (IBAction) showLicense: | (id) | sender |
References o_about.
| - (IBAction) viewPreferences: | (id) | sender |
References o_sprefs.
| - (IBAction) viewHelp: | (id) | sender |
References o_about.
| - (IBAction) openReadMe: | (id) | sender |
| - (IBAction) openDocumentation: | (id) | sender |
| - (IBAction) openWebsite: | (id) | sender |
| - (IBAction) openForum: | (id) | sender |
| - (IBAction) openDonate: | (id) | sender |
| - (IBAction) openCrashLog: | (id) | sender |
References _NS.
| - (IBAction) viewErrorsAndWarnings: | (id) | sender |
References coreDialogProvider, and VLCCoreDialogProvider::errorPanel.
| - (IBAction) showMessagesPanel: | (id) | sender |
| - (IBAction) showInformationPanel: | (id) | sender |
References o_info.
| - (IBAction) crashReporterAction: | (id) | sender |
References o_crashrep_fld, and o_crashrep_win.
| - (IBAction) saveDebugLog: | (id) | sender |
| - (IBAction) togglePlaylist: | (id) | sender |
References o_btn_playlist, o_playlist_view, and o_window.
| - (void) updateTogglePlaylistState |
References o_btn_playlist, playlist, and size.
| - (void) windowDidBecomeKey: | (NSNotification *) | o_notification |
References updateMessageDisplay.
- (intf_thread_t*) p_intf [protected] |
Referenced by applicationWillTerminate:, hasDefinedShortcutKey:, initStrings, intf, and setIntf:.
- (id) o_prefs [protected] |
Referenced by applicationWillTerminate:.
- (id) o_sprefs [protected] |
Referenced by applicationWillTerminate:, and viewPreferences:.
- (id) o_about [protected] |
Referenced by applicationWillTerminate:, showLicense:, viewAbout:, and viewHelp:.
- (id) o_open [protected] |
Referenced by applicationWillTerminate:, intfOpenCapture:, intfOpenDisc:, intfOpenFile:, intfOpenFileGeneric:, and intfOpenNet:.
- (id) o_wizard [protected] |
Referenced by applicationWillTerminate:, showBookmarks:, and showWizard:.
- (id) o_extended [protected] |
Referenced by applicationWillTerminate:, and showExtended:.
- (id) o_bookmarks [protected] |
Referenced by applicationWillTerminate:, and showBookmarks:.
- (id) o_embedded_list [protected] |
Referenced by applicationWillTerminate:.
- (id) o_coredialogs [protected] |
Referenced by applicationWillTerminate:.
- (VLCInformation*) o_info [protected] |
Referenced by applicationWillTerminate:, and showInformationPanel:.
- (id) o_eyetv [protected] |
Referenced by applicationWillTerminate:.
- (BOOL) nib_main_loaded [protected] |
- (BOOL) nib_open_loaded [protected] |
Referenced by applicationWillTerminate:.
- (BOOL) nib_about_loaded [protected] |
Referenced by applicationWillTerminate:.
- (BOOL) nib_wizard_loaded [protected] |
Referenced by applicationWillTerminate:.
- (BOOL) nib_extended_loaded [protected] |
Referenced by applicationWillTerminate:.
- (BOOL) nib_bookmarks_loaded [protected] |
Referenced by applicationWillTerminate:.
- (BOOL) nib_prefs_loaded [protected] |
Referenced by applicationWillTerminate:.
- (BOOL) nib_info_loaded [protected] |
- (BOOL) nib_coredialogs_loaded [protected] |
- (IBOutlet VLCControllerWindow*) o_window [protected] |
Referenced by initStrings, manageIntf:, and togglePlaylist:.
- (IBOutlet NSView*) o_playlist_view [protected] |
Referenced by togglePlaylist:.
- (IBOutlet id) o_scrollfield [protected] |
Referenced by setScrollField:stopAfter:.
- (IBOutlet NSTextField*) o_timefield [protected] |
Referenced by manageIntf:, and timesliderUpdate:.
- (IBOutlet NSSlider*) o_timeslider [protected] |
Referenced by initStrings, manageIntf:, and timesliderUpdate:.
- (BOOL) b_time_remaining [protected] |
- (IBOutlet VLCEmbeddedWindow*) o_embedded_window [protected] |
Referenced by manageIntf:, setScrollField:stopAfter:, and timesliderUpdate:.
- (float) f_slider [protected] |
- (float) f_slider_old [protected] |
- (IBOutlet NSSlider*) o_volumeslider [protected] |
Referenced by initStrings, and manageIntf:.
- (IBOutlet NSView*) toolbarMediaControl [protected] |
- (IBOutlet NSProgressIndicator*) o_main_pgbar [protected] |
Referenced by manageIntf:.
- (IBOutlet NSButton*) o_btn_prev [protected] |
Referenced by controlTintChanged, initStrings, and manageIntf:.
- (IBOutlet NSButton*) o_btn_rewind [protected] |
Referenced by controlTintChanged, initStrings, and manageIntf:.
- (IBOutlet NSButton*) o_btn_play [protected] |
Referenced by controlTintChanged, initStrings, and playStatusUpdated:.
- (IBOutlet NSButton*) o_btn_stop [protected] |
Referenced by controlTintChanged, initStrings, and manageIntf:.
- (IBOutlet NSButton*) o_btn_ff [protected] |
Referenced by controlTintChanged, initStrings, and manageIntf:.
- (IBOutlet NSButton*) o_btn_next [protected] |
Referenced by controlTintChanged, initStrings, and manageIntf:.
- (IBOutlet NSButton*) o_btn_fullscreen [protected] |
Referenced by controlTintChanged, and initStrings.
- (IBOutlet NSButton*) o_btn_playlist [protected] |
Referenced by controlTintChanged, initStrings, isPlaylistCollapsed, togglePlaylist:, and updateTogglePlaylistState.
- (IBOutlet NSButton*) o_btn_equalizer [protected] |
Referenced by controlTintChanged.
- (NSImage*) o_img_play [protected] |
Referenced by applicationWillTerminate:.
- (NSImage*) o_img_pause [protected] |
Referenced by applicationWillTerminate:.
- (NSImage*) o_img_play_pressed [protected] |
Referenced by applicationWillTerminate:, and controlTintChanged.
- (NSImage*) o_img_pause_pressed [protected] |
Referenced by applicationWillTerminate:, and controlTintChanged.
- (IBOutlet VLCControls*) o_controls [protected] |
Referenced by manageIntf:, refreshVoutDeviceMenu:, and setupMenus.
- (IBOutlet VLCPlaylist*) o_playlist [protected] |
Referenced by manageIntf:.
- (IBOutlet NSTextView*) o_messages [protected] |
Referenced by updateMessageDisplay.
- (IBOutlet NSWindow*) o_msgs_panel [protected] |
Referenced by initStrings, and showMessagesPanel:.
- (NSMutableArray*) o_msg_arr [protected] |
Referenced by applicationWillTerminate:, and updateMessageDisplay.
- (NSLock*) o_msg_lock [protected] |
Referenced by applicationWillTerminate:, and updateMessageDisplay.
- (BOOL) b_msg_arr_changed [protected] |
- (IBOutlet NSButton*) o_msgs_crashlog_btn [protected] |
Referenced by initStrings.
- (IBOutlet NSButton*) o_msgs_save_btn [protected] |
Referenced by initStrings.
- (IBOutlet NSButton*) o_crashrep_dontSend_btn [protected] |
Referenced by initStrings.
- (IBOutlet NSButton*) o_crashrep_send_btn [protected] |
Referenced by initStrings.
- (IBOutlet NSTextView*) o_crashrep_fld [protected] |
Referenced by crashReporterAction:.
- (IBOutlet NSTextField*) o_crashrep_title_txt [protected] |
Referenced by initStrings.
- (IBOutlet NSTextField*) o_crashrep_desc_txt [protected] |
Referenced by initStrings.
- (IBOutlet NSWindow*) o_crashrep_win [protected] |
Referenced by crashReporterAction:, and initStrings.
- (IBOutlet NSButton*) o_crashrep_includeEmail_ckb [protected] |
Referenced by initStrings.
- (IBOutlet NSTextField*) o_crashrep_includeEmail_txt [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_about [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_prefs [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_sprefs [protected] |
- (IBOutlet NSMenuItem*) o_mi_checkForUpdate [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_add_intf [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_mu_add_intf [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_services [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_hide [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_hide_others [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_show_all [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_quit [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_mu_file [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_open_file [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_open_generic [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_open_disc [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_open_net [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_open_capture [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_open_recent [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_open_recent_cm [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_open_wizard [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_mu_edit [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_cut [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_copy [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_paste [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_clear [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_select_all [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_mu_controls [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_play [protected] |
Referenced by initStrings, and playStatusUpdated:.
- (IBOutlet NSMenuItem*) o_mi_stop [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_faster [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_slower [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_normalSpeed [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_previous [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_next [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_random [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_repeat [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_loop [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_quitAfterPB [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_fwd [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_bwd [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_fwd1m [protected] |
- (IBOutlet NSMenuItem*) o_mi_bwd1m [protected] |
- (IBOutlet NSMenuItem*) o_mi_fwd5m [protected] |
- (IBOutlet NSMenuItem*) o_mi_bwd5m [protected] |
- (IBOutlet NSMenuItem*) o_mi_program [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_program [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_title [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_title [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_chapter [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_chapter [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_mu_audio [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_vol_up [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_vol_down [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_mute [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_audiotrack [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_audiotrack [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_channels [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_channels [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_device [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_device [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_visual [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_visual [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_mu_video [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_half_window [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_normal_window [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_double_window [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_fittoscreen [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_fullscreen [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_floatontop [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_snapshot [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_videotrack [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_videotrack [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_screen [protected] |
Referenced by initStrings, refreshVoutDeviceMenu:, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_screen [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_aspect_ratio [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_aspect_ratio [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_crop [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_crop [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_subtitle [protected] |
Referenced by initStrings, setSubmenusEnabled:, and setupMenus.
- (IBOutlet NSMenu*) o_mu_subtitle [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_addSub [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_deinterlace [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_deinterlace [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_ffmpeg_pp [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenu*) o_mu_ffmpeg_pp [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_teletext [protected] |
Referenced by initStrings, and setSubmenusEnabled:.
- (IBOutlet NSMenuItem*) o_mi_teletext_transparent [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_teletext_index [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_teletext_red [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_teletext_green [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_teletext_yellow [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_teletext_blue [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_mu_window [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_minimize [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_close_window [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_player [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_controller [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_equalizer [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_extended [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_bookmarks [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_playlist [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_info [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_messages [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_bring_atf [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_mu_help [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_help [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_readme [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_documentation [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_license [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_website [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_donation [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_forum [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_mi_errorsAndWarnings [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_dmi_play [protected] |
Referenced by initStrings, and playStatusUpdated:.
- (IBOutlet NSMenuItem*) o_dmi_stop [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_dmi_next [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_dmi_previous [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_dmi_mute [protected] |
Referenced by initStrings.
- (IBOutlet NSMenu*) o_vout_menu [protected] |
- (IBOutlet NSMenuItem*) o_vmi_play [protected] |
Referenced by initStrings, and playStatusUpdated:.
- (IBOutlet NSMenuItem*) o_vmi_stop [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_vmi_prev [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_vmi_next [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_vmi_volup [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_vmi_voldown [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_vmi_mute [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_vmi_fullscreen [protected] |
Referenced by initStrings.
- (IBOutlet NSMenuItem*) o_vmi_snapshot [protected] |
Referenced by initStrings.
- (bool) b_small_window [protected] |
- (bool) b_restore_size [protected] |
- (NSRect) o_restore_rect [protected] |
- (mtime_t) i_end_scroll [protected] |
- (NSSize) o_size_with_playlist [protected] |
- (int) i_lastShownVolume [protected] |
Referenced by applicationWillTerminate:.
- (input_state_e) cachedInputState [protected] |
- (pthread_t) manage_thread [protected] |
Referenced by applicationWillTerminate:.
- (NSTimer*) interfaceTimer [protected] |
Referenced by applicationWillTerminate:, and manageIntf:.
- (NSURLConnection*) crashLogURLConnection [protected] |
Referenced by applicationWillTerminate:.
- (AppleRemote*) o_remote [protected] |
- (BOOL) b_remote_button_hold [protected] |
1.5.6