_clear_clipboard_action | main_window | private |
_clipboard | main_window | private |
_closing | main_window | private |
_cmd_processing | main_window | private |
_cmd_queue | main_window | private |
_cmd_queue_mutex | main_window | private |
_copy_action | main_window | private |
_current_directory_combo_box | main_window | private |
_current_directory_line_edit | main_window | private |
_debug_continue | main_window | private |
_debug_menu | main_window | private |
_debug_quit | main_window | private |
_debug_step_into | main_window | private |
_debug_step_out | main_window | private |
_debug_step_over | main_window | private |
_exit_action | main_window | private |
_find_files_action | main_window | private |
_gui_info_button | main_window | private |
_main_tool_bar | main_window | private |
_new_function_action | main_window | private |
_new_script_action | main_window | private |
_octave_qt_link | main_window | private |
_open_action | main_window | private |
_paste_action | main_window | private |
_release_notes_icon | main_window | private |
_undo_action | main_window | private |
_warning_bar | main_window | private |
_workspace_model | main_window | private |
accept_directory_line_edit(void) | main_window | slot |
browse_for_directory(void) | main_window | slot |
change_directory(const QString &dir) | main_window | slot |
change_directory_callback(const std::string &directory) | main_window | private |
change_directory_up(void) | main_window | slot |
clear_clipboard() | main_window | slot |
clear_command_window_callback(void) | main_window | private |
clear_history_callback(void) | main_window | private |
clear_workspace_callback(void) | main_window | private |
clipboard_has_changed(QClipboard::Mode) | main_window | slot |
closeEvent(QCloseEvent *closeEvent) | main_window | protected |
command_window | main_window | private |
command_window_has_focus(void) const | main_window | |
command_window_undo_callback(void) | main_window | private |
community_news_window | main_window | private |
connect_uiwidget_links() | main_window | slot |
connect_visibility_changed(void) | main_window | slot |
construct(void) | main_window | private |
construct_debug_menu(QMenuBar *p) | main_window | private |
construct_debug_menu_item(QMenu *p, const QString &item, const QKeySequence &key) | main_window | private |
construct_debug_menu_item(const char *icon_file, const QString &item, const QKeySequence &key) | main_window | private |
construct_documentation_menu(QMenu *p) | main_window | private |
construct_edit_menu(QMenuBar *p) | main_window | private |
construct_file_menu(QMenuBar *p) | main_window | private |
construct_gui_info_button(void) | main_window | private |
construct_help_menu(QMenuBar *p) | main_window | private |
construct_menu_bar(void) | main_window | private |
construct_new_menu(QMenu *p) | main_window | private |
construct_news_menu(QMenuBar *p) | main_window | private |
construct_octave_qt_link(void) | main_window | private |
construct_tool_bar(void) | main_window | private |
construct_warning_bar(void) | main_window | private |
construct_window_menu(QMenuBar *p) | main_window | private |
construct_window_menu_item(QMenu *p, const QString &item, bool checkable, const QKeySequence &key) | main_window | private |
copyClipboard(void) | main_window | slot |
copyClipboard_signal(void) | main_window | signal |
current_directory_max_count | main_window | privatestatic |
current_directory_max_visible | main_window | privatestatic |
current_directory_width | main_window | privatestatic |
debug_continue(void) | main_window | slot |
debug_continue_callback(void) | main_window | private |
debug_quit(void) | main_window | slot |
debug_quit_callback(void) | main_window | private |
debug_step_into(void) | main_window | slot |
debug_step_into_callback(void) | main_window | private |
debug_step_out(void) | main_window | slot |
debug_step_out_callback(void) | main_window | private |
debug_step_over(void) | main_window | slot |
debug_step_over_callback(void) | main_window | private |
delete_debugger_pointer_signal(const QString &file, int line) | main_window | signal |
display_community_news(const QString &news) | main_window | slot |
display_release_notes(void) | main_window | slot |
doc_browser_window | main_window | private |
dock_widget_list() | main_window | inlineprivate |
editor_window | main_window | private |
establish_octave_link(void) | main_window | private |
execute_command_callback() | main_window | private |
execute_command_in_terminal(const QString &dir) | main_window | slot |
exit(int status) | main_window | slot |
exit_callback(void) | main_window | private |
file_browser_window | main_window | private |
find_files(const QString &startdir=QDir::currentPath()) | main_window | slot |
find_files_dlg | main_window | private |
find_files_finished(int) | main_window | slot |
focus_command_window(void) | main_window | |
handle_clear_command_window_request(void) | main_window | slot |
handle_clear_history_request(void) | main_window | slot |
handle_clear_workspace_request(void) | main_window | slot |
handle_create_dialog(const QString &message, const QString &title, const QString &icon, const QStringList &button, const QString &defbutton, const QStringList &role) | main_window | slot |
handle_create_filedialog(const QStringList &filters, const QString &title, const QString &filename, const QString &dirname, const QString &multimode) | main_window | slot |
handle_create_inputlayout(const QStringList &, const QString &, const QFloatList &, const QFloatList &, const QStringList &) | main_window | slot |
handle_create_listview(const QStringList &list, const QString &mode, int width, int height, const QIntList &initial, const QString &name, const QStringList &prompt, const QString &ok_string, const QString &cancel_string) | main_window | slot |
handle_delete_debugger_pointer_request(const QString &file, int line) | main_window | slot |
handle_enter_debugger(void) | main_window | slot |
handle_exit_debugger(void) | main_window | slot |
handle_insert_debugger_pointer_request(const QString &file, int line) | main_window | slot |
handle_load_workspace_request(const QString &file=QString()) | main_window | slot |
handle_new_figure_request(void) | main_window | slot |
handle_rename_variable_request(const QString &old_name, const QString &new_name) | main_window | slot |
handle_save_workspace_request(void) | main_window | slot |
handle_show_doc(const QString &file) | main_window | slot |
handle_undo_request(void) | main_window | slot |
handle_update_breakpoint_marker_request(bool insert, const QString &file, int line) | main_window | slot |
hide_warning_bar(void) | main_window | slot |
history_window | main_window | private |
insert_debugger_pointer_signal(const QString &file, int line) | main_window | signal |
load_and_display_community_news(int serial=-1) | main_window | slot |
load_workspace_callback(const std::string &file) | main_window | private |
main_window(QWidget *parent=0) | main_window | |
name_pair typedef | main_window | |
new_figure_callback(void) | main_window | private |
new_file(const QString &commands=QString()) | main_window | slot |
new_file_signal(const QString &) | main_window | signal |
notice_settings(const QSettings *settings) | main_window | slot |
open_agora_page(void) | main_window | slot |
open_bug_tracker_page(void) | main_window | slot |
open_contribute_page(void) | main_window | slot |
open_developer_page(void) | main_window | slot |
open_file(const QString &file_name=QString()) | main_window | slot |
open_file_signal(const QString &) | main_window | signal |
open_octave_packages_page(void) | main_window | slot |
open_online_documentation_page(void) | main_window | slot |
pasteClipboard(void) | main_window | slot |
pasteClipboard_signal(void) | main_window | signal |
prepare_to_exit(void) | main_window | slot |
process_settings_dialog_request(const QString &desired_tab=QString()) | main_window | slot |
queue_command(QString command) | main_window | private |
read_settings(void) | main_window | slot |
release_notes_window | main_window | private |
rename_variable_callback(const name_pair &names) | main_window | private |
report_status_message(const QString &statusMessage) | main_window | slot |
reset_windows(void) | main_window | slot |
resize_command_window_callback(void) | main_window | private |
run_file_callback(const QFileInfo &info) | main_window | private |
run_file_in_terminal(const QFileInfo &info) | main_window | slot |
save_workspace_callback(const std::string &file) | main_window | private |
set_current_working_directory(const QString &dir) | main_window | slot |
set_global_shortcuts(bool enable) | main_window | slot |
set_widget_shortcuts_signal(bool) | main_window | signal |
set_window_layout(QSettings *settings) | main_window | slot |
settings_changed(const QSettings *) | main_window | signal |
show_about_octave(void) | main_window | slot |
show_doc_signal(const QString &) | main_window | signal |
show_gui_info(void) | main_window | slot |
status_bar | main_window | private |
update_breakpoint_marker_signal(bool insert, const QString &file, int line) | main_window | signal |
workspace_window | main_window | private |
write_settings(void) | main_window | slot |
~main_window(void) | main_window | |