
Public Member Functions | |
| (IBAction) | - add: |
| (IBAction) | - clear: |
| (IBAction) | - edit: |
| (IBAction) | - extract: |
| (IBAction) | - remove: |
| (IBAction) | - goToBookmark: |
| (IBAction) | - edit_cancel: |
| (IBAction) | - edit_ok: |
| (void) | - initStrings |
| (void) | - showBookmarks |
| (id) | - dataTable |
Static Public Member Functions | |
| (VLCBookmarks *) | + sharedInstance |
Protected Attributes | |
| IBOutlet id | o_bookmarks_window |
| IBOutlet id | o_btn_add |
| IBOutlet id | o_btn_clear |
| IBOutlet id | o_btn_edit |
| IBOutlet id | o_btn_extract |
| IBOutlet id | o_btn_rm |
| IBOutlet id | o_tbl_dataTable |
| IBOutlet id | o_edit_window |
| IBOutlet id | o_edit_btn_ok |
| IBOutlet id | o_edit_btn_cancel |
| IBOutlet id | o_edit_lbl_name |
| IBOutlet id | o_edit_lbl_time |
| IBOutlet id | o_edit_lbl_bytes |
| IBOutlet id | o_edit_fld_name |
| IBOutlet id | o_edit_fld_time |
| IBOutlet id | o_edit_fld_bytes |
| input_thread_t * | p_old_input |
| - (IBAction) add: | (id) | sender |
References _, INPUT_ADD_BOOKMARK, input_Control(), INPUT_GET_BOOKMARK, o_tbl_dataTable, pl_CurrentInput, seekpoint_t::psz_name, vlc_object_release, and VLCIntf.
| - (IBAction) clear: | (id) | sender |
References INPUT_CLEAR_BOOKMARKS, input_Control(), o_tbl_dataTable, pl_CurrentInput, vlc_object_release, and VLCIntf.
| - (IBAction) edit: | (id) | sender |
| - (IBAction) extract: | (id) | sender |
References _NS, c, i, VLCWizard::initWithExtractValuesFrom:to:ofItem:, input_Control(), INPUT_GET_BOOKMARKS, input_GetItem(), input_item_GetURI(), msg_Dbg, msg_Err, o_bookmarks_window, o_tbl_dataTable, pl_CurrentInput, VLCMain::sharedInstance, vlc_object_release, vlc_seekpoint_Delete(), VLC_SUCCESS, VLCIntf, and VLCMain::wizard.
| - (IBAction) remove: | (id) | sender |
References input_Control(), INPUT_DEL_BOOKMARK, o_tbl_dataTable, pl_CurrentInput, vlc_object_release, and VLCIntf.
| - (IBAction) goToBookmark: | (id) | sender |
References input_Control(), INPUT_SET_BOOKMARK, o_tbl_dataTable, pl_CurrentInput, vlc_object_release, and VLCIntf.
| - (IBAction) edit_cancel: | (id) | sender |
References o_edit_window.
| - (IBAction) edit_ok: | (id) | sender |
References _NS, i, seekpoint_t::i_byte_offset, seekpoint_t::i_time_offset, INPUT_CHANGE_BOOKMARK, input_Control(), INPUT_GET_BOOKMARKS, msg_Warn, o_bookmarks_window, o_edit_fld_bytes, o_edit_fld_name, o_edit_fld_time, o_edit_window, o_tbl_dataTable, p_old_input, pl_CurrentInput, seekpoint_t::psz_name, psz_name, strdup(), vlc_object_release, vlc_seekpoint_Delete(), VLC_SUCCESS, and VLCIntf.
| + (VLCBookmarks *) sharedInstance |
| - (void) initStrings |
| - (void) showBookmarks |
References o_bookmarks_window.
| - (id) dataTable |
- (IBOutlet id) o_bookmarks_window [protected] |
Referenced by edit_ok:, extract:, initStrings, and showBookmarks.
- (IBOutlet id) o_btn_add [protected] |
Referenced by initStrings.
- (IBOutlet id) o_btn_clear [protected] |
Referenced by initStrings.
- (IBOutlet id) o_btn_edit [protected] |
Referenced by initStrings.
- (IBOutlet id) o_btn_extract [protected] |
Referenced by initStrings.
- (IBOutlet id) o_btn_rm [protected] |
Referenced by initStrings.
- (IBOutlet id) o_tbl_dataTable [protected] |
Referenced by add:, clear:, dataTable, edit:, edit_ok:, extract:, goToBookmark:, initStrings, and remove:.
- (IBOutlet id) o_edit_window [protected] |
Referenced by edit_cancel:, and edit_ok:.
- (IBOutlet id) o_edit_btn_ok [protected] |
Referenced by initStrings.
- (IBOutlet id) o_edit_btn_cancel [protected] |
Referenced by initStrings.
- (IBOutlet id) o_edit_lbl_name [protected] |
Referenced by initStrings.
- (IBOutlet id) o_edit_lbl_time [protected] |
Referenced by initStrings.
- (IBOutlet id) o_edit_lbl_bytes [protected] |
Referenced by initStrings.
- (IBOutlet id) o_edit_fld_name [protected] |
- (IBOutlet id) o_edit_fld_time [protected] |
- (IBOutlet id) o_edit_fld_bytes [protected] |
- (input_thread_t*) p_old_input [protected] |
1.5.6