#include "file-editor.h"


Public Member Functions | |
| file_editor_tab_widget (QWidget *p, file_editor *fe) | |
| ~file_editor_tab_widget (void)=default | |
| tab_bar * | get_tab_bar (void) const |
| std::list< file_editor_tab * > | tab_list (void) const |
Definition at line 54 of file file-editor.h.
| file_editor_tab_widget::file_editor_tab_widget | ( | QWidget * | p, |
| file_editor * | fe | ||
| ) |
Definition at line 70 of file file-editor.cc.
References tab_bar::close_current_tab_signal(), fe, and file_editor::request_close_file().
|
default |
| tab_bar * file_editor_tab_widget::get_tab_bar | ( | void | ) | const |
Definition at line 85 of file file-editor.cc.
Referenced by file_editor::construct(), and file_editor::notice_settings().
| std::list< file_editor_tab * > file_editor_tab_widget::tab_list | ( | void | ) | const |
Definition at line 91 of file file-editor.cc.
Referenced by file_editor::check_closing(), file_editor::find_tab_widget(), file_editor::handle_dir_remove(), file_editor::handle_tab_ready_to_close(), and file_editor::save_session().