| _close_action | file_editor | private |
| _close_all_action | file_editor | private |
| _close_others_action | file_editor | private |
| _comment_selection_action | file_editor | private |
| _context_doc_action | file_editor | private |
| _context_edit_action | file_editor | private |
| _context_help_action | file_editor | private |
| _context_run_action | file_editor | private |
| _copy_action | file_editor | private |
| _cut_action | file_editor | private |
| _debug_menu | file_editor | private |
| _find_action | file_editor | private |
| _goto_line_action | file_editor | private |
| _marker_breakpoint | file_editor | private |
| _menu_bar | file_editor | private |
| _mru_file_actions | file_editor | private |
| _mru_file_menu | file_editor | private |
| _mru_files | file_editor | private |
| _next_bookmark_action | file_editor | private |
| _paste_action | file_editor | private |
| _preferences_action | file_editor | private |
| _previous_bookmark_action | file_editor | private |
| _print_action | file_editor | private |
| _redo_action | file_editor | private |
| _remove_bookmark_action | file_editor | private |
| _run_action | file_editor | private |
| _save_action | file_editor | private |
| _save_as_action | file_editor | private |
| _styles_preferences_action | file_editor | private |
| _tab_widget | file_editor | private |
| _toggle_bookmark_action | file_editor | private |
| _tool_bar | file_editor | private |
| _uncomment_selection_action | file_editor | private |
| _undo_action | file_editor | private |
| active_changed(bool active) | octave_dock_widget | signal |
| active_tab_changed(int index) | file_editor | slot |
| add_file_editor_tab(file_editor_tab *f, const QString &fn) | file_editor | private |
| call_custom_editor(const QString &file_name=QString(), int line=-1) | file_editor | private |
| ced | file_editor | private |
| check_actions(void) | file_editor | |
| check_conflict_save(const QString &fileName, bool remove_on_success) | file_editor | slot |
| closeEvent(QCloseEvent *e) | octave_dock_widget | inlineprotectedvirtual |
| connect_visibility_changed(void) | octave_dock_widget | virtual |
| construct(void) | file_editor | private |
| copyClipboard() | file_editor | protectedslot |
| debug_menu(void) | file_editor | virtual |
| editor_tab_map | file_editor | private |
| editor_tab_map_const_iterator typedef | file_editor | |
| editor_tab_map_iterator typedef | file_editor | |
| execute_command_in_terminal_signal(const QString &) | file_editor | signal |
| fetab_change_request(const QWidget *ID) | file_editor | signal |
| fetab_close_request(const QWidget *ID, bool app_closing=false) | file_editor | signal |
| fetab_comment_selected_text(const QWidget *ID) | file_editor | signal |
| fetab_context_edit(const QWidget *ID) | file_editor | signal |
| fetab_context_help(const QWidget *ID, bool) | file_editor | signal |
| fetab_context_run(const QWidget *ID) | file_editor | signal |
| fetab_copy(const QWidget *ID) | file_editor | signal |
| fetab_cut(const QWidget *ID) | file_editor | signal |
| fetab_delete_debugger_pointer(const QWidget *ID, int line=-1) | file_editor | signal |
| fetab_do_breakpoint_marker(bool insert, const QWidget *ID, int line=-1) | file_editor | signal |
| fetab_file_name_query(const QWidget *ID) | file_editor | signal |
| fetab_find(const QWidget *ID) | file_editor | signal |
| fetab_goto_line(const QWidget *ID, int line=-1) | file_editor | signal |
| fetab_insert_debugger_pointer(const QWidget *ID, int line=-1) | file_editor | signal |
| fetab_next_bookmark(const QWidget *ID) | file_editor | signal |
| fetab_next_breakpoint(const QWidget *ID) | file_editor | signal |
| fetab_paste(const QWidget *ID) | file_editor | signal |
| fetab_previous_bookmark(const QWidget *ID) | file_editor | signal |
| fetab_previous_breakpoint(const QWidget *ID) | file_editor | signal |
| fetab_print_file(const QWidget *ID) | file_editor | signal |
| fetab_redo(const QWidget *ID) | file_editor | signal |
| fetab_remove_all_breakpoints(const QWidget *ID) | file_editor | signal |
| fetab_remove_bookmark(const QWidget *ID) | file_editor | signal |
| fetab_run_file(const QWidget *ID) | file_editor | signal |
| fetab_save_file(const QWidget *ID, const QString &fileName, bool remove_on_success) | file_editor | signal |
| fetab_save_file(const QWidget *ID) | file_editor | signal |
| fetab_save_file_as(const QWidget *ID) | file_editor | signal |
| fetab_set_focus(const QWidget *ID) | file_editor | signal |
| fetab_settings_changed(const QSettings *settings) | file_editor | signal |
| fetab_toggle_bookmark(const QWidget *ID) | file_editor | signal |
| fetab_toggle_breakpoint(const QWidget *ID) | file_editor | signal |
| fetab_uncomment_selected_text(const QWidget *ID) | file_editor | signal |
| fetab_undo(const QWidget *ID) | file_editor | signal |
| file_editor(QWidget *p) | file_editor | |
| file_editor_interface(QWidget *p) | file_editor_interface | inline |
| file_loaded_signal() | file_editor | signal |
| find_tab_widget(const QString &openFileName) const | file_editor | private |
| focus(void) | file_editor | slot |
| focusWidget() | octave_dock_widget | protected |
| get_mru_menu(void) | file_editor | inlinevirtual |
| handle_add_filename_to_list(const QString &fileName, QWidget *ID) | file_editor | slot |
| handle_delete_debugger_pointer_request(const QString &file, int line) | file_editor | slot |
| handle_edit_file_request(const QString &file) | file_editor | slot |
| handle_editor_state_changed(bool enableCopy, const QString &fileName) | file_editor | slot |
| handle_enter_debug_mode(void) | file_editor | virtual |
| handle_exit_debug_mode(void) | file_editor | virtual |
| handle_file_name_changed(const QString &fileName, const QString &toolTip) | file_editor | slot |
| handle_insert_debugger_pointer_request(const QString &file, int line) | file_editor | slot |
| handle_mru_add_file(const QString &file_name) | file_editor | slot |
| handle_tab_close_request(int index) | file_editor | slot |
| handle_tab_remove_request(void) | file_editor | slot |
| handle_update_breakpoint_marker_request(bool insert, const QString &file, int line) | file_editor | slot |
| handle_visibility(bool visible) | octave_dock_widget | inlinevirtualslot |
| handle_visibility_changed(bool visible) | octave_dock_widget | inlineprotectedvirtualslot |
| loadFile(const QString &fileName) | file_editor | |
| main_win() | octave_dock_widget | inlineslot |
| make_widget(bool dock=true) | octave_dock_widget | |
| make_window(void) | octave_dock_widget | |
| MaxMRUFiles enum value | file_editor | private |
| mru_menu_update(void) | file_editor | private |
| notice_settings(const QSettings *settings) | file_editor | slot |
| octave_dock_widget(QWidget *p=0) | octave_dock_widget | |
| pasteClipboard() | file_editor | protectedslot |
| request_close_all_files(bool) | file_editor | slot |
| request_close_file(bool) | file_editor | slot |
| request_close_other_files(bool) | file_editor | slot |
| request_comment_selected_text(void) | file_editor | slot |
| request_context_doc(bool) | file_editor | slot |
| request_context_edit(bool) | file_editor | slot |
| request_context_help(bool) | file_editor | slot |
| request_context_run(bool) | file_editor | slot |
| request_copy(void) | file_editor | slot |
| request_cut(void) | file_editor | slot |
| request_find(void) | file_editor | slot |
| request_goto_line(void) | file_editor | slot |
| request_mru_open_file(QAction *action) | file_editor | slot |
| request_new_file(const QString &commands) | file_editor | slot |
| request_new_function(bool triggered=true) | file_editor | slot |
| request_new_script(const QString &commands) | file_editor | slot |
| request_next_bookmark(void) | file_editor | slot |
| request_next_breakpoint(void) | file_editor | slot |
| request_open_file(void) | file_editor | slot |
| request_open_file(const QString &fileName, int line=-1, bool debug_pointer=false, bool breakpoint_marker=false, bool insert=true) | file_editor | privateslot |
| request_paste(void) | file_editor | slot |
| request_preferences(bool) | file_editor | privateslot |
| request_previous_bookmark(void) | file_editor | slot |
| request_previous_breakpoint(void) | file_editor | slot |
| request_print_file(void) | file_editor | slot |
| request_redo(void) | file_editor | slot |
| request_remove_bookmark(void) | file_editor | slot |
| request_remove_breakpoint(void) | file_editor | slot |
| request_run_file(void) | file_editor | slot |
| request_save_file(void) | file_editor | slot |
| request_save_file_as(void) | file_editor | slot |
| request_settings_dialog(const QString &) | file_editor | signal |
| request_styles_preferences(bool) | file_editor | privateslot |
| request_toggle_bookmark(void) | file_editor | slot |
| request_toggle_breakpoint(void) | file_editor | slot |
| request_uncomment_selected_text(void) | file_editor | slot |
| request_undo(void) | file_editor | slot |
| restore_create_file_setting() | file_editor | privateslot |
| save_file_as(QWidget *fetabID=0) | file_editor | private |
| set_focus(void) | file_editor | virtual |
| set_shortcuts(bool set_shortcuts) | file_editor | slot |
| set_title(const QString &) | octave_dock_widget | |
| toolbar(void) | file_editor | virtual |
| ~file_editor(void) | file_editor | |
| ~file_editor_interface() | file_editor_interface | inlinevirtual |
| ~octave_dock_widget() | octave_dock_widget | virtual |