#include "file-editor.h"
Signals |
void | active_changed (bool active) |
| Custom signal that tells whether a user has clicked away that dock widget, i.e the active dock widget has changed.
|
void | execute_command_in_terminal_signal (const QString &) |
void | fetab_change_request (const QWidget *ID) |
void | fetab_close_request (const QWidget *ID, bool app_closing=false) |
void | fetab_comment_selected_text (const QWidget *ID) |
void | fetab_context_edit (const QWidget *ID) |
void | fetab_context_help (const QWidget *ID, bool) |
void | fetab_context_run (const QWidget *ID) |
void | fetab_copy (const QWidget *ID) |
void | fetab_cut (const QWidget *ID) |
void | fetab_delete_debugger_pointer (const QWidget *ID, int line=-1) |
void | fetab_do_breakpoint_marker (bool insert, const QWidget *ID, int line=-1) |
void | fetab_file_name_query (const QWidget *ID) |
void | fetab_find (const QWidget *ID) |
void | fetab_goto_line (const QWidget *ID, int line=-1) |
void | fetab_insert_debugger_pointer (const QWidget *ID, int line=-1) |
void | fetab_next_bookmark (const QWidget *ID) |
void | fetab_next_breakpoint (const QWidget *ID) |
void | fetab_paste (const QWidget *ID) |
void | fetab_previous_bookmark (const QWidget *ID) |
void | fetab_previous_breakpoint (const QWidget *ID) |
void | fetab_print_file (const QWidget *ID) |
void | fetab_redo (const QWidget *ID) |
void | fetab_remove_all_breakpoints (const QWidget *ID) |
void | fetab_remove_bookmark (const QWidget *ID) |
void | fetab_run_file (const QWidget *ID) |
void | fetab_save_file (const QWidget *ID, const QString &fileName, bool remove_on_success) |
void | fetab_save_file (const QWidget *ID) |
void | fetab_save_file_as (const QWidget *ID) |
void | fetab_set_focus (const QWidget *ID) |
void | fetab_settings_changed (const QSettings *settings) |
void | fetab_toggle_bookmark (const QWidget *ID) |
void | fetab_toggle_breakpoint (const QWidget *ID) |
void | fetab_uncomment_selected_text (const QWidget *ID) |
void | fetab_undo (const QWidget *ID) |
void | file_loaded_signal () |
void | request_settings_dialog (const QString &) |
Detailed Description
Definition at line 38 of file file-editor.h.
Member Typedef Documentation
Member Enumeration Documentation
Constructor & Destructor Documentation
file_editor::file_editor |
( |
QWidget * |
p | ) |
|
file_editor::~file_editor |
( |
void |
| ) |
|
Member Function Documentation
void octave_dock_widget::active_changed |
( |
bool |
active | ) |
|
|
signalinherited |
void file_editor::active_tab_changed |
( |
int |
index | ) |
|
|
slot |
bool file_editor::call_custom_editor |
( |
const QString & |
file_name = QString() , |
|
|
int |
line = -1 |
|
) |
| |
|
private |
void file_editor::check_actions |
( |
void |
| ) |
|
void file_editor::check_conflict_save |
( |
const QString & |
fileName, |
|
|
bool |
remove_on_success |
|
) |
| |
|
slot |
virtual void octave_dock_widget::closeEvent |
( |
QCloseEvent * |
e | ) |
|
|
inlineprotectedvirtualinherited |
void octave_dock_widget::connect_visibility_changed |
( |
void |
| ) |
|
|
virtualinherited |
void file_editor::copyClipboard |
( |
| ) |
|
|
protectedslot |
QMenu* file_editor::debug_menu |
( |
void |
| ) |
|
|
virtual |
void file_editor::execute_command_in_terminal_signal |
( |
const QString & |
| ) |
|
|
signal |
void file_editor::fetab_change_request |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_close_request |
( |
const QWidget * |
ID, |
|
|
bool |
app_closing = false |
|
) |
| |
|
signal |
void file_editor::fetab_comment_selected_text |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_context_edit |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_context_run |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_delete_debugger_pointer |
( |
const QWidget * |
ID, |
|
|
int |
line = -1 |
|
) |
| |
|
signal |
void file_editor::fetab_do_breakpoint_marker |
( |
bool |
insert, |
|
|
const QWidget * |
ID, |
|
|
int |
line = -1 |
|
) |
| |
|
signal |
void file_editor::fetab_file_name_query |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_goto_line |
( |
const QWidget * |
ID, |
|
|
int |
line = -1 |
|
) |
| |
|
signal |
void file_editor::fetab_insert_debugger_pointer |
( |
const QWidget * |
ID, |
|
|
int |
line = -1 |
|
) |
| |
|
signal |
void file_editor::fetab_next_bookmark |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_next_breakpoint |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_previous_bookmark |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_previous_breakpoint |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_print_file |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_remove_all_breakpoints |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_remove_bookmark |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_save_file |
( |
const QWidget * |
ID, |
|
|
const QString & |
fileName, |
|
|
bool |
remove_on_success |
|
) |
| |
|
signal |
void file_editor::fetab_save_file |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_save_file_as |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_set_focus |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_settings_changed |
( |
const QSettings * |
settings | ) |
|
|
signal |
void file_editor::fetab_toggle_bookmark |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_toggle_breakpoint |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::fetab_uncomment_selected_text |
( |
const QWidget * |
ID | ) |
|
|
signal |
void file_editor::file_loaded_signal |
( |
| ) |
|
|
signal |
QWidget* file_editor::find_tab_widget |
( |
const QString & |
openFileName | ) |
const |
|
private |
QWidget * octave_dock_widget::focusWidget |
( |
| ) |
|
|
protectedinherited |
QMenu* file_editor::get_mru_menu |
( |
void |
| ) |
|
|
inlinevirtual |
void file_editor::handle_add_filename_to_list |
( |
const QString & |
fileName, |
|
|
QWidget * |
ID |
|
) |
| |
|
slot |
void file_editor::handle_delete_debugger_pointer_request |
( |
const QString & |
file, |
|
|
int |
line |
|
) |
| |
|
slot |
void file_editor::handle_edit_file_request |
( |
const QString & |
file | ) |
|
|
slot |
void file_editor::handle_editor_state_changed |
( |
bool |
enableCopy, |
|
|
const QString & |
fileName |
|
) |
| |
|
slot |
void file_editor::handle_enter_debug_mode |
( |
void |
| ) |
|
|
virtual |
void file_editor::handle_exit_debug_mode |
( |
void |
| ) |
|
|
virtual |
void file_editor::handle_file_name_changed |
( |
const QString & |
fileName, |
|
|
const QString & |
toolTip |
|
) |
| |
|
slot |
void file_editor::handle_insert_debugger_pointer_request |
( |
const QString & |
file, |
|
|
int |
line |
|
) |
| |
|
slot |
void file_editor::handle_mru_add_file |
( |
const QString & |
file_name | ) |
|
|
slot |
void file_editor::handle_tab_close_request |
( |
int |
index | ) |
|
|
slot |
void file_editor::handle_tab_remove_request |
( |
void |
| ) |
|
|
slot |
void file_editor::handle_update_breakpoint_marker_request |
( |
bool |
insert, |
|
|
const QString & |
file, |
|
|
int |
line |
|
) |
| |
|
slot |
virtual void octave_dock_widget::handle_visibility |
( |
bool |
visible | ) |
|
|
inlinevirtualslotinherited |
virtual void octave_dock_widget::handle_visibility_changed |
( |
bool |
visible | ) |
|
|
inlineprotectedvirtualslotinherited |
void file_editor::loadFile |
( |
const QString & |
fileName | ) |
|
void octave_dock_widget::make_widget |
( |
bool |
dock = true | ) |
|
|
inherited |
void octave_dock_widget::make_window |
( |
void |
| ) |
|
|
inherited |
void file_editor::mru_menu_update |
( |
void |
| ) |
|
|
private |
void file_editor::notice_settings |
( |
const QSettings * |
settings | ) |
|
|
slot |
void file_editor::pasteClipboard |
( |
| ) |
|
|
protectedslot |
void file_editor::request_close_all_files |
( |
bool |
| ) |
|
|
slot |
void file_editor::request_close_file |
( |
bool |
| ) |
|
|
slot |
void file_editor::request_close_other_files |
( |
bool |
| ) |
|
|
slot |
void file_editor::request_comment_selected_text |
( |
void |
| ) |
|
|
slot |
void file_editor::request_context_doc |
( |
bool |
| ) |
|
|
slot |
void file_editor::request_context_edit |
( |
bool |
| ) |
|
|
slot |
void file_editor::request_context_help |
( |
bool |
| ) |
|
|
slot |
void file_editor::request_context_run |
( |
bool |
| ) |
|
|
slot |
void file_editor::request_goto_line |
( |
void |
| ) |
|
|
slot |
void file_editor::request_mru_open_file |
( |
QAction * |
action | ) |
|
|
slot |
void file_editor::request_new_file |
( |
const QString & |
commands | ) |
|
|
slot |
void file_editor::request_new_function |
( |
bool |
triggered = true | ) |
|
|
slot |
void file_editor::request_new_script |
( |
const QString & |
commands | ) |
|
|
slot |
void file_editor::request_next_bookmark |
( |
void |
| ) |
|
|
slot |
void file_editor::request_next_breakpoint |
( |
void |
| ) |
|
|
slot |
void file_editor::request_open_file |
( |
void |
| ) |
|
|
slot |
void file_editor::request_open_file |
( |
const QString & |
fileName, |
|
|
int |
line = -1 , |
|
|
bool |
debug_pointer = false , |
|
|
bool |
breakpoint_marker = false , |
|
|
bool |
insert = true |
|
) |
| |
|
privateslot |
void file_editor::request_paste |
( |
void |
| ) |
|
|
slot |
void file_editor::request_preferences |
( |
bool |
| ) |
|
|
privateslot |
void file_editor::request_previous_bookmark |
( |
void |
| ) |
|
|
slot |
void file_editor::request_previous_breakpoint |
( |
void |
| ) |
|
|
slot |
void file_editor::request_print_file |
( |
void |
| ) |
|
|
slot |
void file_editor::request_remove_bookmark |
( |
void |
| ) |
|
|
slot |
void file_editor::request_remove_breakpoint |
( |
void |
| ) |
|
|
slot |
void file_editor::request_run_file |
( |
void |
| ) |
|
|
slot |
void file_editor::request_save_file |
( |
void |
| ) |
|
|
slot |
void file_editor::request_save_file_as |
( |
void |
| ) |
|
|
slot |
void file_editor::request_settings_dialog |
( |
const QString & |
| ) |
|
|
signal |
void file_editor::request_styles_preferences |
( |
bool |
| ) |
|
|
privateslot |
void file_editor::request_toggle_bookmark |
( |
void |
| ) |
|
|
slot |
void file_editor::request_toggle_breakpoint |
( |
void |
| ) |
|
|
slot |
void file_editor::request_uncomment_selected_text |
( |
void |
| ) |
|
|
slot |
void file_editor::restore_create_file_setting |
( |
| ) |
|
|
privateslot |
void file_editor::save_file_as |
( |
QWidget * |
fetabID = 0 | ) |
|
|
private |
void file_editor::set_shortcuts |
( |
bool |
set_shortcuts | ) |
|
|
slot |
void octave_dock_widget::set_title |
( |
const QString & |
title | ) |
|
|
inherited |
QToolBar* file_editor::toolbar |
( |
void |
| ) |
|
|
virtual |
Member Data Documentation
QAction* file_editor::_close_action |
|
private |
QAction* file_editor::_close_all_action |
|
private |
QAction* file_editor::_close_others_action |
|
private |
QAction* file_editor::_comment_selection_action |
|
private |
QAction* file_editor::_context_doc_action |
|
private |
QAction* file_editor::_context_edit_action |
|
private |
QAction* file_editor::_context_help_action |
|
private |
QAction* file_editor::_context_run_action |
|
private |
QAction* file_editor::_copy_action |
|
private |
QAction* file_editor::_cut_action |
|
private |
QMenu* file_editor::_debug_menu |
|
private |
QAction* file_editor::_find_action |
|
private |
QAction* file_editor::_goto_line_action |
|
private |
int file_editor::_marker_breakpoint |
|
private |
QMenuBar* file_editor::_menu_bar |
|
private |
QMenu* file_editor::_mru_file_menu |
|
private |
QStringList file_editor::_mru_files |
|
private |
QAction* file_editor::_next_bookmark_action |
|
private |
QAction* file_editor::_paste_action |
|
private |
QAction* file_editor::_preferences_action |
|
private |
QAction* file_editor::_previous_bookmark_action |
|
private |
QAction* file_editor::_print_action |
|
private |
QAction* file_editor::_redo_action |
|
private |
QAction* file_editor::_remove_bookmark_action |
|
private |
QAction* file_editor::_run_action |
|
private |
QAction* file_editor::_save_action |
|
private |
QAction* file_editor::_save_as_action |
|
private |
QAction* file_editor::_styles_preferences_action |
|
private |
QTabWidget* file_editor::_tab_widget |
|
private |
QAction* file_editor::_toggle_bookmark_action |
|
private |
QToolBar* file_editor::_tool_bar |
|
private |
QAction* file_editor::_uncomment_selection_action |
|
private |
QAction* file_editor::_undo_action |
|
private |
std::map<QString, QWidget *> file_editor::editor_tab_map |
|
private |
The documentation for this class was generated from the following file: