#include "variable-editor.h"
Public Slots | |
virtual void | activate (void) |
void | callUpdate (const QModelIndex &, const QModelIndex &) |
void | default_dock (bool not_used=false) |
void | edit_variable (const QString &name, const octave_value &val) |
void | handle_active_dock_changed (octave_dock_widget *, octave_dock_widget *) |
void | handle_settings (const gui_settings *) |
virtual void | handle_visibility (bool visible) |
QMainWindow * | main_win (void) |
void | make_widget (bool not_used=false) |
void | make_window (bool widget_was_dragged=false) |
void | moveEvent (QMoveEvent *event) |
void | notice_settings (const gui_settings *) |
void | record_hovered_focus_variable (void) |
void | resizeEvent (QResizeEvent *event) |
void | restore_hovered_focus_variable (void) |
void | save_settings (void) |
void | variable_destroyed (QObject *obj) |
void | variable_focused (const QString &name) |
Signals | |
void | active_changed (bool active) |
Custom signal that tells whether a user has clicked away that dock widget, i.e. More... | |
void | clear_content_signal (void) |
void | command_signal (const QString &cmd) |
void | copy_clipboard_signal (void) |
void | delete_selected_signal (void) |
void | finished (void) |
void | interpreter_event (const fcn_callback &fcn) |
void | interpreter_event (const meth_callback &meth) |
void | level_up_signal (void) |
void | paste_clipboard_signal (void) |
void | queue_make_widget (void) |
void | queue_make_window (bool widget_was_dragged) |
void | refresh_signal (void) |
void | save_signal (void) |
void | updated (void) |
Public Member Functions | |
variable_editor (const variable_editor &)=delete | |
variable_editor (QWidget *parent, base_qobject &oct_qobj) | |
~variable_editor (void)=default | |
virtual void | connect_visibility_changed (void) |
variable_editor & | operator= (const variable_editor &)=delete |
void | refresh (void) |
void | set_predecessor_widget (octave_dock_widget *prev_widget) |
void | set_title (const QString &) |
void | tab_to_front (void) |
Protected Slots | |
void | closeEvent (QCloseEvent *) |
void | copyClipboard (void) |
void | cutClipboard (void) |
virtual void | do_undo (void) |
Slot to handle undo. More... | |
bool | eventFilter (QObject *obj, QEvent *e) |
Event filter for double clicks into the window decoration elements. More... | |
virtual void | handle_visibility_changed (bool visible) |
Slot to steer changing visibility from outside. More... | |
void | levelUp (void) |
void | pasteClipboard (void) |
void | save (void) |
virtual void | toplevel_change (bool) |
virtual void | selectAll (void) |
Slots to handle copy & paste. More... | |
Protected Member Functions | |
bool | event (QEvent *event) |
void | focusInEvent (QFocusEvent *ev) |
QWidget * | focusWidget (void) |
Protected Attributes | |
QAction * | m_close_action |
QToolButton * | m_close_button |
QAbstractButton * | m_default_close_button |
QAbstractButton * | m_default_float_button |
QAction * | m_dock_action |
QToolButton * | m_dock_button |
int | m_icon_size |
base_qobject & | m_octave_qobj |
QWidget * | m_title_widget |
Private Slots | |
void | change_visibility (bool) |
Private Member Functions | |
QAction * | add_action (QMenu *menu, const QIcon &icon, const QString &text, const char *member) |
QAction * | add_tool_bar_button (const QIcon &icon, const QString &text, const QObject *receiver, const char *member) |
void | construct_tool_bar (void) |
void | set_focus_predecessor (void) |
void | set_style (bool active) |
void | store_geometry (void) |
void | update_colors (void) |
Private Attributes | |
int | m_add_font_height |
bool | m_alternate_rows |
QColor | m_bg_color |
QColor | m_bg_color_active |
QString | m_current_focus_vname |
bool | m_custom_style |
int | m_default_height |
int | m_default_width |
QColor | m_fg_color |
QColor | m_fg_color_active |
QWidget * | m_focus_widget |
variable_dock_widget * | m_focus_widget_vdw |
QFont | m_font |
QString | m_hovered_focus_vname |
QString | m_icon_color |
QString | m_icon_color_active |
dw_main_window * | m_main |
QMainWindow * | m_parent |
Stores the parent, since we are reparenting to 0. More... | |
QSignalMapper * | m_plot_mapper |
octave_dock_widget * | m_predecessor_widget |
QRect | m_recent_dock_geom |
QRect | m_recent_float_geom |
QFont | m_sel_font |
QString | m_stylesheet |
QList< QColor > | m_table_colors |
int | m_title_3d |
QToolBar * | m_tool_bar |
bool | m_use_terminal_font |
bool | m_waiting_for_mouse_button_release |
Definition at line 280 of file variable-editor.h.
octave::variable_editor::variable_editor | ( | QWidget * | parent, |
base_qobject & | oct_qobj | ||
) |
Definition at line 1053 of file variable-editor.cc.
References command_signal(), construct_tool_bar(), m_main, m_table_colors, m_tool_bar, octave::label_dock_widget::set_title(), and ve_colors_count.
|
default |
|
delete |
|
virtualslotinherited |
Definition at line 627 of file octave-dock-widget.cc.
Referenced by octave::file_editor::activate(), octave::main_window::focus_command_window(), octave::main_window::focus_window(), and octave::main_window::go_to_previous_widget().
|
signalinherited |
Custom signal that tells whether a user has clicked away that dock widget, i.e.
the active dock widget has changed.
Referenced by octave::octave_dock_widget::change_visibility(), octave::octave_dock_widget::closeEvent(), octave::octave_dock_widget::connect_visibility_changed(), and octave::octave_dock_widget::handle_visibility_changed().
|
private |
Definition at line 1150 of file variable-editor.cc.
|
private |
Definition at line 1576 of file variable-editor.cc.
References m_tool_bar.
Referenced by construct_tool_bar().
|
slot |
Definition at line 1352 of file variable-editor.cc.
References updated().
Referenced by edit_variable().
|
privateslotinherited |
Definition at line 621 of file octave-dock-widget.cc.
References octave::octave_dock_widget::active_changed().
Referenced by octave::octave_dock_widget::octave_dock_widget().
|
signal |
Referenced by cutClipboard(), and edit_variable().
|
protectedslot |
Definition at line 1419 of file variable-editor.cc.
References octave::octave_dock_widget::closeEvent(), and finished().
|
signal |
Referenced by variable_editor(), and edit_variable().
|
virtualinherited |
Definition at line 267 of file octave-dock-widget.cc.
References octave::octave_dock_widget::active_changed(), and octave::octave_dock_widget::handle_visibility().
|
private |
Definition at line 1594 of file variable-editor.cc.
References add_tool_bar_button(), copyClipboard(), cutClipboard(), octave::base_qobject::get_resource_manager(), octave::resource_manager::icon(), levelUp(), octave::label_dock_widget::m_octave_qobj, m_plot_mapper, m_tool_bar, octave::make_plot_mapper(), pasteClipboard(), record_hovered_focus_variable(), restore_hovered_focus_variable(), and save().
Referenced by variable_editor().
|
signal |
Referenced by copyClipboard(), and edit_variable().
|
protectedslot |
Definition at line 1510 of file variable-editor.cc.
References copy_clipboard_signal().
Referenced by construct_tool_bar(), cutClipboard(), and edit_variable().
|
protectedslot |
Definition at line 1502 of file variable-editor.cc.
References clear_content_signal(), and copyClipboard().
Referenced by construct_tool_bar().
|
slotinherited |
Definition at line 393 of file octave-dock-widget.cc.
Referenced by octave::octave_dock_widget::toplevel_change().
|
signal |
Referenced by edit_variable().
|
inlineprotectedvirtualslotinherited |
Slot to handle undo.
Definition at line 67 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget().
|
slot |
Definition at line 1171 of file variable-editor.cc.
References callUpdate(), clear_content_signal(), command_signal(), copy_clipboard_signal(), copyClipboard(), delete_selected_signal(), octave::variable_editor_stack::edit_view(), octave::octave_dock_widget::event(), octave::base_qobject::get_resource_manager(), octave::resource_manager::get_settings(), octave::octave_dock_widget::interpreter_event(), level_up_signal(), levelUp(), m_add_font_height, m_alternate_rows, m_default_height, m_font, m_main, octave::label_dock_widget::m_octave_qobj, m_plot_mapper, m_stylesheet, m_tool_bar, name, notice_settings(), paste_clipboard_signal(), pasteClipboard(), refresh_signal(), save(), save_signal(), octave::label_dock_widget::set_title(), octave::variable_editor_view::setModel(), tab_to_front(), octave::variable_editor_model::update_data(), variable_destroyed(), and variable_focused().
Referenced by octave::main_window::edit_variable().
|
protectedinherited |
Definition at line 426 of file octave-dock-widget.cc.
References octave::octave_dock_widget::m_waiting_for_mouse_button_release, octave::octave_dock_widget::queue_make_window(), and retval.
Referenced by edit_variable(), octave::octave_dock_widget::moveEvent(), and octave::octave_dock_widget::resizeEvent().
|
protectedslotinherited |
Event filter for double clicks into the window decoration elements.
Definition at line 578 of file octave-dock-widget.cc.
|
signal |
Referenced by closeEvent().
|
protected |
Definition at line 1113 of file variable-editor.cc.
References m_focus_widget, m_focus_widget_vdw, and m_main.
Referenced by variable_destroyed().
|
protectedinherited |
Definition at line 418 of file octave-dock-widget.cc.
References Faddeeva::w().
Referenced by octave::file_editor::editor_tab_has_focus().
|
slotinherited |
Definition at line 536 of file octave-dock-widget.cc.
References octave::octave_dock_widget::m_custom_style, and octave::octave_dock_widget::set_style().
Referenced by octave::octave_dock_widget::octave_dock_widget().
|
slotinherited |
Definition at line 447 of file octave-dock-widget.cc.
References gui_pref::def, dw_dock_geometry(), dw_float_geometry(), dw_title_3d(), dw_title_bg_color(), dw_title_bg_color_active(), dw_title_custom_style(), dw_title_fg_color(), dw_title_fg_color_active(), global_menubar_style(), global_toolbar_style(), gui_pref::key, octave::octave_dock_widget::m_bg_color, octave::octave_dock_widget::m_bg_color_active, octave::octave_dock_widget::m_custom_style, octave::octave_dock_widget::m_fg_color, octave::octave_dock_widget::m_fg_color_active, octave::octave_dock_widget::m_icon_color, octave::octave_dock_widget::m_icon_color_active, octave::octave_dock_widget::m_parent, octave::octave_dock_widget::m_recent_dock_geom, octave::octave_dock_widget::m_recent_float_geom, octave::octave_dock_widget::m_title_3d, octave::label_dock_widget::m_title_widget, octave::octave_dock_widget::notice_settings(), r, octave::octave_dock_widget::set_style(), Faddeeva::w(), and x.
Referenced by octave::octave_dock_widget::octave_dock_widget().
|
virtualslotinherited |
Definition at line 637 of file octave-dock-widget.cc.
Referenced by octave::octave_dock_widget::connect_visibility_changed(), and octave::history_dock_widget::handle_visibility().
|
inlineprotectedvirtualslotinherited |
Slot to steer changing visibility from outside.
Definition at line 153 of file octave-dock-widget.h.
References octave::octave_dock_widget::active_changed().
Referenced by octave::octave_dock_widget::octave_dock_widget(), and octave::terminal_dock_widget::terminal_dock_widget().
|
signalinherited |
|
signalinherited |
|
signal |
Referenced by edit_variable(), and levelUp().
|
protectedslot |
Definition at line 1524 of file variable-editor.cc.
References level_up_signal().
Referenced by construct_tool_bar(), and edit_variable().
|
inlineslotinherited |
Definition at line 133 of file octave-dock-widget.h.
References octave::octave_dock_widget::m_parent.
Referenced by octave::files_dock_widget::files_dock_widget(), octave::file_editor::construct(), octave::file_editor::empty_script(), octave::file_editor::find_create(), octave::file_editor::is_editor_console_tabbed(), octave::file_editor::make_file_editor_tab(), and tab_to_front().
|
slotinherited |
Definition at line 343 of file octave-dock-widget.cc.
References octave::base_qobject::get_resource_manager(), octave::resource_manager::get_settings(), gui_pref::key, octave::label_dock_widget::m_default_float_button, octave::label_dock_widget::m_dock_action, octave::octave_dock_widget::m_icon_color, octave::label_dock_widget::m_octave_qobj, octave::octave_dock_widget::m_parent, octave::octave_dock_widget::m_recent_dock_geom, octave::octave_dock_widget::make_window(), mw_state(), and octave::octave_dock_widget::set_style().
Referenced by octave::octave_dock_widget::octave_dock_widget(), and octave::octave_dock_widget::make_window().
|
slotinherited |
Definition at line 276 of file octave-dock-widget.cc.
References octave::label_dock_widget::m_default_float_button, octave::label_dock_widget::m_dock_action, octave::octave_dock_widget::m_icon_color, octave::octave_dock_widget::m_parent, octave::octave_dock_widget::m_recent_float_geom, octave::octave_dock_widget::m_waiting_for_mouse_button_release, octave::octave_dock_widget::make_widget(), octave::octave_dock_widget::set_focus_predecessor(), and octave::octave_dock_widget::set_style().
Referenced by octave::octave_dock_widget::octave_dock_widget(), and octave::octave_dock_widget::make_widget().
|
slotinherited |
Definition at line 604 of file octave-dock-widget.cc.
References octave::octave_dock_widget::event(), and octave::octave_dock_widget::store_geometry().
|
slot |
Definition at line 1358 of file variable-editor.cc.
References cs_font(), cs_font_size(), global_icon_size(), global_icon_sizes, global_mono_font(), gui_pref::key, m_add_font_height, m_alternate_rows, m_default_height, m_default_width, m_font, m_main, m_table_colors, m_tool_bar, m_use_terminal_font, octave::dw_main_window::notice_settings(), update_colors(), ve_alternate_rows(), ve_colors, ve_colors_count, ve_column_width(), ve_font_name(), ve_font_size(), ve_row_height(), and ve_use_terminal_font().
Referenced by edit_variable().
|
delete |
|
signal |
Referenced by edit_variable(), and pasteClipboard().
|
protectedslot |
Definition at line 1516 of file variable-editor.cc.
References paste_clipboard_signal(), and updated().
Referenced by construct_tool_bar(), and edit_variable().
|
signalinherited |
|
signalinherited |
Referenced by octave::octave_dock_widget::octave_dock_widget(), and octave::octave_dock_widget::event().
|
slot |
Definition at line 1473 of file variable-editor.cc.
References m_current_focus_vname, and m_hovered_focus_vname.
Referenced by construct_tool_bar().
void octave::variable_editor::refresh | ( | void | ) |
Definition at line 1346 of file variable-editor.cc.
References refresh_signal().
Referenced by octave::main_window::refresh_variable_editor().
|
signal |
Referenced by edit_variable(), and refresh().
|
slotinherited |
Definition at line 612 of file octave-dock-widget.cc.
References octave::octave_dock_widget::event(), and octave::octave_dock_widget::store_geometry().
|
slot |
Definition at line 1479 of file variable-editor.cc.
References m_hovered_focus_vname.
Referenced by construct_tool_bar().
|
protectedslot |
Definition at line 1496 of file variable-editor.cc.
References save_signal().
Referenced by construct_tool_bar(), and edit_variable().
|
slotinherited |
Definition at line 553 of file octave-dock-widget.cc.
References dw_dock_geometry(), dw_float_geometry(), dw_is_floating(), dw_is_minimized(), dw_is_visible(), octave::base_qobject::get_resource_manager(), octave::resource_manager::get_settings(), gui_pref::key, octave::label_dock_widget::m_octave_qobj, octave::octave_dock_widget::m_recent_dock_geom, octave::octave_dock_widget::m_recent_float_geom, name, and octave::octave_dock_widget::store_geometry().
Referenced by octave::octave_dock_widget::closeEvent(), octave::files_dock_widget::save_settings(), octave::history_dock_widget::save_settings(), octave::workspace_view::save_settings(), and octave::workspace_view::toggle_header().
|
signal |
Referenced by edit_variable(), and save().
|
inlineprotectedvirtualslotinherited |
Slots to handle copy & paste.
Definition at line 62 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget().
|
privateinherited |
Definition at line 783 of file octave-dock-widget.cc.
References dw_title_bg_color(), dw_title_bg_color_active(), dw_title_fg_color(), dw_title_fg_color_active(), octave::base_qobject::get_resource_manager(), gui_pref::key, octave::label_dock_widget::m_octave_qobj, octave::octave_dock_widget::m_predecessor_widget, and octave::resource_manager::update_settings_key().
Referenced by octave::octave_dock_widget::closeEvent(), and octave::octave_dock_widget::make_window().
|
inherited |
Definition at line 400 of file octave-dock-widget.cc.
References octave::octave_dock_widget::m_predecessor_widget.
Referenced by octave::main_window::focus_changed().
|
privateinherited |
Definition at line 685 of file octave-dock-widget.cc.
References octave::octave_dock_widget::m_bg_color, octave::octave_dock_widget::m_bg_color_active, octave::label_dock_widget::m_close_action, octave::label_dock_widget::m_close_button, octave::octave_dock_widget::m_custom_style, octave::label_dock_widget::m_dock_action, octave::label_dock_widget::m_dock_button, octave::octave_dock_widget::m_fg_color, octave::octave_dock_widget::m_fg_color_active, octave::octave_dock_widget::m_icon_color, octave::octave_dock_widget::m_icon_color_active, octave::label_dock_widget::m_icon_size, octave::octave_dock_widget::m_title_3d, and octave::qdockwidget_css().
Referenced by octave::octave_dock_widget::handle_active_dock_changed(), octave::octave_dock_widget::handle_settings(), octave::octave_dock_widget::make_widget(), and octave::octave_dock_widget::make_window().
|
inherited |
Definition at line 119 of file octave-dock-widget.cc.
References octave::label_dock_widget::m_title_widget.
Referenced by octave::documentation_dock_widget::documentation_dock_widget(), octave::files_dock_widget::files_dock_widget(), octave::terminal_dock_widget::terminal_dock_widget(), variable_editor(), octave::workspace_view::workspace_view(), octave::history_dock_widget::construct(), octave::file_editor::construct(), and edit_variable().
|
privateinherited |
Definition at line 590 of file octave-dock-widget.cc.
References octave::octave_dock_widget::m_recent_dock_geom, and octave::octave_dock_widget::m_recent_float_geom.
Referenced by octave::octave_dock_widget::moveEvent(), octave::octave_dock_widget::resizeEvent(), and octave::octave_dock_widget::save_settings().
void octave::variable_editor::tab_to_front | ( | void | ) |
Definition at line 1328 of file variable-editor.cc.
References octave::octave_dock_widget::main_win().
Referenced by edit_variable().
|
protectedvirtualslotinherited |
Definition at line 644 of file octave-dock-widget.cc.
References octave::octave_dock_widget::default_dock(), octave::label_dock_widget::m_default_float_button, octave::label_dock_widget::m_dock_action, octave::octave_dock_widget::m_waiting_for_mouse_button_release, and octave::octave_dock_widget::queue_make_widget().
Referenced by octave::octave_dock_widget::octave_dock_widget().
|
private |
Definition at line 1531 of file variable-editor.cc.
References m_alternate_rows, m_font, m_stylesheet, and m_table_colors.
Referenced by notice_settings().
|
signal |
Referenced by callUpdate(), and pasteClipboard().
|
slot |
Definition at line 1427 of file variable-editor.cc.
References focusInEvent(), m_focus_widget, m_focus_widget_vdw, and m_tool_bar.
Referenced by edit_variable().
|
slot |
Definition at line 1446 of file variable-editor.cc.
References m_current_focus_vname, m_focus_widget, m_focus_widget_vdw, and name.
Referenced by edit_variable().
|
private |
Definition at line 369 of file variable-editor.h.
Referenced by edit_variable(), and notice_settings().
|
private |
Definition at line 373 of file variable-editor.h.
Referenced by edit_variable(), notice_settings(), and update_colors().
|
privateinherited |
Definition at line 179 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::handle_settings(), and octave::octave_dock_widget::set_style().
|
privateinherited |
Definition at line 180 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::handle_settings(), and octave::octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 78 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget(), octave::octave_dock_widget::octave_dock_widget(), octave::variable_dock_widget::variable_dock_widget(), and octave::octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 76 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget(), and octave::octave_dock_widget::set_style().
|
private |
Definition at line 392 of file variable-editor.h.
Referenced by record_hovered_focus_variable(), and variable_focused().
|
privateinherited |
Definition at line 177 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::handle_active_dock_changed(), octave::octave_dock_widget::handle_settings(), and octave::octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 81 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget().
|
protectedinherited |
Definition at line 80 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget(), octave::octave_dock_widget::octave_dock_widget(), octave::octave_dock_widget::make_widget(), octave::octave_dock_widget::make_window(), and octave::octave_dock_widget::toplevel_change().
|
private |
Definition at line 367 of file variable-editor.h.
Referenced by edit_variable(), and notice_settings().
|
private |
Definition at line 365 of file variable-editor.h.
Referenced by notice_settings().
|
protectedinherited |
Definition at line 77 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget(), octave::octave_dock_widget::octave_dock_widget(), octave::variable_dock_widget::variable_dock_widget(), octave::octave_dock_widget::make_widget(), octave::octave_dock_widget::make_window(), octave::octave_dock_widget::set_style(), octave::octave_dock_widget::toplevel_change(), and octave::variable_dock_widget::toplevel_change().
|
protectedinherited |
Definition at line 75 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget(), and octave::octave_dock_widget::set_style().
|
privateinherited |
Definition at line 181 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::handle_settings(), and octave::octave_dock_widget::set_style().
|
privateinherited |
Definition at line 182 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::handle_settings(), and octave::octave_dock_widget::set_style().
|
private |
Definition at line 398 of file variable-editor.h.
Referenced by focusInEvent(), variable_destroyed(), and variable_focused().
|
private |
Definition at line 400 of file variable-editor.h.
Referenced by focusInEvent(), variable_destroyed(), and variable_focused().
|
private |
Definition at line 377 of file variable-editor.h.
Referenced by edit_variable(), notice_settings(), and update_colors().
|
private |
Definition at line 394 of file variable-editor.h.
Referenced by record_hovered_focus_variable(), and restore_hovered_focus_variable().
|
privateinherited |
|
privateinherited |
Definition at line 184 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::handle_settings(), and octave::octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 73 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget(), octave::octave_dock_widget::octave_dock_widget(), octave::variable_dock_widget::variable_dock_widget(), and octave::octave_dock_widget::set_style().
|
private |
Definition at line 361 of file variable-editor.h.
Referenced by variable_editor(), edit_variable(), focusInEvent(), and notice_settings().
|
protectedinherited |
Definition at line 71 of file octave-dock-widget.h.
Referenced by octave::files_dock_widget::files_dock_widget(), octave::octave_dock_widget::octave_dock_widget(), octave::terminal_dock_widget::terminal_dock_widget(), octave::variable_dock_widget::variable_dock_widget(), octave::workspace_view::workspace_view(), octave::file_editor::call_custom_editor(), octave::variable_dock_widget::change_floating(), octave::variable_dock_widget::change_fullscreen(), octave::file_editor::closeEvent(), octave::history_dock_widget::construct(), octave::file_editor::construct(), construct_tool_bar(), octave::files_dock_widget::contextmenu_requested(), octave::history_dock_widget::ctxMenu(), octave::files_dock_widget::display_directory(), edit_variable(), octave::file_editor::empty_script(), octave::file_editor::find_create(), octave::file_editor::handle_enter_debug_mode(), octave::file_editor::handle_exit_debug_mode(), octave::file_editor::handle_file_name_changed(), octave::file_editor::handle_visibility(), octave::workspace_view::header_contextmenu_requested(), octave::files_dock_widget::headercontextmenu_requested(), octave::file_editor::make_file_editor_tab(), octave::octave_dock_widget::make_widget(), octave::file_editor::mru_menu_update(), octave::files_dock_widget::popdownmenu_search_dir(), octave::file_editor::request_open_file(), octave::file_editor::save_session(), octave::files_dock_widget::save_settings(), octave::history_dock_widget::save_settings(), octave::octave_dock_widget::save_settings(), octave::workspace_view::save_settings(), octave::octave_dock_widget::set_focus_predecessor(), octave::file_editor::set_shortcuts(), octave::workspace_view::setModel(), octave::files_dock_widget::toggle_header(), octave::workspace_view::toggle_header(), and octave::file_editor::toggle_preference().
|
privateinherited |
Stores the parent, since we are reparenting to 0.
Definition at line 175 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::octave_dock_widget(), octave::octave_dock_widget::handle_settings(), octave::octave_dock_widget::main_win(), octave::octave_dock_widget::make_widget(), and octave::octave_dock_widget::make_window().
|
private |
Definition at line 396 of file variable-editor.h.
Referenced by construct_tool_bar(), and edit_variable().
|
privateinherited |
Definition at line 185 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::octave_dock_widget(), octave::octave_dock_widget::set_focus_predecessor(), and octave::octave_dock_widget::set_predecessor_widget().
|
privateinherited |
Definition at line 187 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::handle_settings(), octave::octave_dock_widget::make_widget(), octave::octave_dock_widget::save_settings(), and octave::octave_dock_widget::store_geometry().
|
privateinherited |
Definition at line 186 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::handle_settings(), octave::octave_dock_widget::make_window(), octave::octave_dock_widget::save_settings(), and octave::octave_dock_widget::store_geometry().
|
private |
Definition at line 381 of file variable-editor.h.
|
private |
Definition at line 375 of file variable-editor.h.
Referenced by edit_variable(), and update_colors().
|
private |
Definition at line 383 of file variable-editor.h.
Referenced by variable_editor(), notice_settings(), and update_colors().
|
privateinherited |
Definition at line 178 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::octave_dock_widget(), octave::octave_dock_widget::handle_settings(), and octave::octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 74 of file octave-dock-widget.h.
Referenced by octave::label_dock_widget::label_dock_widget(), octave::variable_dock_widget::variable_dock_widget(), octave::octave_dock_widget::handle_settings(), and octave::label_dock_widget::set_title().
|
private |
Definition at line 363 of file variable-editor.h.
Referenced by variable_editor(), add_tool_bar_button(), construct_tool_bar(), edit_variable(), notice_settings(), and variable_destroyed().
|
private |
Definition at line 371 of file variable-editor.h.
Referenced by notice_settings().
|
privateinherited |
Definition at line 188 of file octave-dock-widget.h.
Referenced by octave::octave_dock_widget::event(), octave::octave_dock_widget::make_window(), and octave::octave_dock_widget::toplevel_change().