#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) |
void | init_window_menu_entry (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) |
virtual 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) | |
bool | adopted (void) const |
variable_editor & | operator= (const variable_editor &)=delete |
void | refresh (void) |
void | set_adopted (bool adopted=true) |
void | set_main_window (main_window *mw) |
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... | |
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_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_adopted |
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 |
bool | m_focus_follows_mouse |
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 |
main_window * | m_main_window |
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 |
QAction * | m_save_action |
QSignalMapper * | m_save_mapper |
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 293 of file variable-editor.h.
variable_editor::variable_editor | ( | QWidget * | parent, |
base_qobject & | oct_qobj | ||
) |
Definition at line 1106 of file variable-editor.cc.
References construct_tool_bar(), m_main, m_table_colors, m_tool_bar, octave_dock_widget::make_window(), label_dock_widget::set_title(), and ve_colors_count.
variable_editor::~variable_editor | ( | void | ) |
Definition at line 1199 of file variable-editor.cc.
References m_tool_bar.
|
delete |
|
virtualslotinherited |
Definition at line 667 of file octave-dock-widget.cc.
Referenced by file_editor::activate(), and 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_dock_widget::change_visibility(), octave_dock_widget::closeEvent(), octave_dock_widget::handle_visibility(), and octave_dock_widget::init_window_menu_entry().
|
private |
Definition at line 1649 of file variable-editor.cc.
References m_tool_bar.
Referenced by construct_tool_bar().
|
inlineinherited |
Definition at line 102 of file octave-dock-widget.h.
References octave_dock_widget::m_adopted.
Referenced by octave_dock_widget::set_adopted().
|
slot |
Definition at line 1422 of file variable-editor.cc.
References updated().
Referenced by edit_variable().
|
privateslotinherited |
Definition at line 661 of file octave-dock-widget.cc.
References octave_dock_widget::active_changed().
Referenced by octave_dock_widget::octave_dock_widget().
|
signal |
Referenced by cutClipboard(), and edit_variable().
|
protectedslot |
Definition at line 1489 of file variable-editor.cc.
References octave_dock_widget::closeEvent(), and finished().
|
signal |
Referenced by edit_variable(), and base_qobject::variable_editor_widget().
|
private |
Definition at line 1667 of file variable-editor.cc.
References ReturnFocusToolButton::about_to_activate(), ReturnFocusMenu::about_to_activate(), add_tool_bar_button(), copyClipboard(), cutClipboard(), base_qobject::get_resource_manager(), HoverToolButton::hovered_signal(), resource_manager::icon(), levelUp(), label_dock_widget::m_octave_qobj, m_plot_mapper, m_save_action, m_save_mapper, m_tool_bar, make_plot_mapper(), pasteClipboard(), HoverToolButton::popup_shown_signal(), record_hovered_focus_variable(), restore_hovered_focus_variable(), save(), and ve_save_formats.
Referenced by variable_editor().
|
signal |
Referenced by copyClipboard(), and edit_variable().
|
protectedslot |
Definition at line 1583 of file variable-editor.cc.
References copy_clipboard_signal().
Referenced by construct_tool_bar(), and cutClipboard().
|
protectedslot |
Definition at line 1575 of file variable-editor.cc.
References clear_content_signal(), and copyClipboard().
Referenced by construct_tool_bar().
|
slotinherited |
Definition at line 399 of file octave-dock-widget.cc.
Referenced by octave_dock_widget::toplevel_change().
|
signal |
Referenced by edit_variable().
|
inlineprotectedvirtualslotinherited |
Slot to handle undo.
Definition at line 69 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_main_window().
|
slot |
Definition at line 1212 of file variable-editor.cc.
References callUpdate(), clear_content_signal(), variable_editor_view::clearContent(), variable_editor_view::command_signal(), command_signal(), copy_clipboard_signal(), variable_editor_view::copyClipboard(), variable_editor_view::createColumnMenu(), variable_editor_view::createContextMenu(), variable_editor_view::createRowMenu(), variable_editor_view::delete_selected(), delete_selected_signal(), variable_editor_model::double_click(), variable_editor_model::edit_variable_signal(), variable_editor_stack::edit_variable_signal(), variable_editor_stack::edit_view(), octave_dock_widget::event(), base_qobject::get_resource_manager(), resource_manager::get_settings(), variable_editor_view::handle_horizontal_scroll_action(), variable_editor_view::handle_vertical_scroll_action(), variable_editor_model::interpreter_event(), variable_editor_stack::interpreter_event(), interpreter_event(), level_up_signal(), variable_editor_stack::levelUp(), m_add_font_height, m_alternate_rows, m_default_height, m_font, m_main, label_dock_widget::m_octave_qobj, m_plot_mapper, m_save_mapper, m_stylesheet, m_tool_bar, notice_settings(), paste_clipboard_signal(), variable_editor_view::pasteClipboard(), refresh_signal(), variable_editor_stack::save(), save(), save_signal(), variable_editor_stack::set_editable(), variable_editor_model::set_editable_signal(), label_dock_widget::set_title(), tab_to_front(), variable_editor_model::update_data(), variable_editor_model::update_data_cache(), variable_destroyed(), variable_focused(), and variable_dock_widget::variable_focused_signal().
Referenced by base_qobject::show_variable_editor_window().
|
protectedinherited |
Definition at line 453 of file octave-dock-widget.cc.
References octave_dock_widget::m_waiting_for_mouse_button_release, and octave_dock_widget::queue_make_window().
Referenced by edit_variable(), octave_dock_widget::moveEvent(), and octave_dock_widget::resizeEvent().
|
protectedslotinherited |
Event filter for double clicks into the window decoration elements.
Definition at line 611 of file octave-dock-widget.cc.
References octave_dock_widget::m_focus_follows_mouse.
|
signal |
Referenced by closeEvent().
|
protected |
Definition at line 1165 of file variable-editor.cc.
References m_focus_widget, m_focus_widget_vdw, and m_main.
Referenced by variable_destroyed().
|
protectedinherited |
Definition at line 445 of file octave-dock-widget.cc.
References Faddeeva::w().
Referenced by file_editor::editor_tab_has_focus().
|
slotinherited |
Definition at line 569 of file octave-dock-widget.cc.
References octave_dock_widget::m_custom_style, and octave_dock_widget::set_style().
Referenced by main_window::make_dock_widget_connections().
|
slotinherited |
Definition at line 474 of file octave-dock-widget.cc.
References adjust_to_screen(), gui_pref::def, dw_dock_geometry(), dw_float_geometry(), dw_focus_follows_mouse(), 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_dock_widget::m_bg_color, octave_dock_widget::m_bg_color_active, octave_dock_widget::m_custom_style, octave_dock_widget::m_fg_color, octave_dock_widget::m_fg_color_active, octave_dock_widget::m_focus_follows_mouse, octave_dock_widget::m_icon_color, octave_dock_widget::m_icon_color_active, octave_dock_widget::m_main_window, octave_dock_widget::m_recent_dock_geom, octave_dock_widget::m_recent_float_geom, octave_dock_widget::m_title_3d, label_dock_widget::m_title_widget, octave_dock_widget::notice_settings(), r, octave_dock_widget::set_style(), Faddeeva::w(), and x.
Referenced by octave_dock_widget::octave_dock_widget(), and main_window::make_dock_widget_connections().
|
virtualslotinherited |
Definition at line 677 of file octave-dock-widget.cc.
References octave_dock_widget::active_changed().
Referenced by octave_dock_widget::octave_dock_widget(), history_dock_widget::handle_visibility(), and file_editor::handle_visibility().
|
slotinherited |
Definition at line 265 of file octave-dock-widget.cc.
References octave_dock_widget::active_changed().
Referenced by main_window::make_dock_widget_connections().
|
signal |
Referenced by edit_variable().
|
signal |
|
signal |
Referenced by edit_variable(), and levelUp().
|
protectedslot |
Definition at line 1597 of file variable-editor.cc.
References level_up_signal().
Referenced by construct_tool_bar().
|
slotinherited |
Definition at line 343 of file octave-dock-widget.cc.
References base_qobject::get_resource_manager(), resource_manager::get_settings(), resource_manager::icon(), gui_pref::key, octave_dock_widget::m_adopted, label_dock_widget::m_default_float_button, label_dock_widget::m_dock_action, octave_dock_widget::m_icon_color, octave_dock_widget::m_main_window, label_dock_widget::m_octave_qobj, octave_dock_widget::m_recent_dock_geom, octave_dock_widget::make_window(), mw_state(), and octave_dock_widget::set_style().
Referenced by octave_dock_widget::octave_dock_widget(), and octave_dock_widget::make_window().
|
slotinherited |
Definition at line 272 of file octave-dock-widget.cc.
References base_qobject::get_resource_manager(), resource_manager::icon(), label_dock_widget::m_default_float_button, label_dock_widget::m_dock_action, octave_dock_widget::m_icon_color, octave_dock_widget::m_main_window, label_dock_widget::m_octave_qobj, octave_dock_widget::m_recent_float_geom, octave_dock_widget::m_waiting_for_mouse_button_release, octave_dock_widget::make_widget(), octave_dock_widget::set_focus_predecessor(), and octave_dock_widget::set_style().
Referenced by files_dock_widget::files_dock_widget(), octave_dock_widget::octave_dock_widget(), variable_editor(), and octave_dock_widget::make_widget().
|
slotinherited |
Definition at line 644 of file octave-dock-widget.cc.
References octave_dock_widget::event(), and octave_dock_widget::store_geometry().
|
slot |
Definition at line 1428 of file variable-editor.cc.
References cs_font(), cs_font_size(), base_qobject::get_shortcut_manager(), 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, label_dock_widget::m_octave_qobj, m_save_action, m_table_colors, m_tool_bar, m_use_terminal_font, dw_main_window::notice_settings(), sc_edit_file_save(), shortcut_manager::set_shortcut(), update_colors(), ve_alternate_rows(), ve_color_mode(), 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 1589 of file variable-editor.cc.
References paste_clipboard_signal(), and updated().
Referenced by construct_tool_bar().
|
signalinherited |
Referenced by octave_dock_widget::octave_dock_widget(), and octave_dock_widget::toplevel_change().
|
signalinherited |
Referenced by octave_dock_widget::octave_dock_widget(), and octave_dock_widget::event().
|
slot |
Definition at line 1546 of file variable-editor.cc.
References m_current_focus_vname, and m_hovered_focus_vname.
Referenced by construct_tool_bar().
void variable_editor::refresh | ( | void | ) |
Definition at line 1416 of file variable-editor.cc.
References refresh_signal().
Referenced by base_qobject::variable_editor_widget().
|
signal |
Referenced by edit_variable(), and refresh().
|
slotinherited |
Definition at line 652 of file octave-dock-widget.cc.
References octave_dock_widget::event(), and octave_dock_widget::store_geometry().
|
slot |
Definition at line 1552 of file variable-editor.cc.
References m_hovered_focus_vname.
Referenced by construct_tool_bar().
|
protectedslot |
Definition at line 1569 of file variable-editor.cc.
References save_signal().
Referenced by construct_tool_bar(), and edit_variable().
|
virtualslotinherited |
Definition at line 586 of file octave-dock-widget.cc.
References dw_dock_geometry(), dw_float_geometry(), dw_is_floating(), dw_is_minimized(), dw_is_visible(), base_qobject::get_resource_manager(), resource_manager::get_settings(), gui_pref::key, label_dock_widget::m_octave_qobj, octave_dock_widget::m_recent_dock_geom, octave_dock_widget::m_recent_float_geom, and octave_dock_widget::store_geometry().
Referenced by octave_dock_widget::closeEvent(), main_window::make_dock_widget_connections(), documentation_dock_widget::save_settings(), files_dock_widget::save_settings(), history_dock_widget::save_settings(), workspace_view::save_settings(), and workspace_view::toggle_header().
|
signal |
Referenced by edit_variable(), and save().
|
inlineprotectedvirtualslotinherited |
Slots to handle copy & paste.
Definition at line 64 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_main_window().
|
inlineinherited |
Definition at line 101 of file octave-dock-widget.h.
References octave_dock_widget::adopted(), and octave_dock_widget::m_adopted.
|
privateinherited |
Definition at line 828 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(), base_qobject::get_resource_manager(), gui_pref::key, label_dock_widget::m_octave_qobj, octave_dock_widget::m_predecessor_widget, and resource_manager::update_settings_key().
Referenced by octave_dock_widget::closeEvent(), and octave_dock_widget::make_window().
|
inherited |
Definition at line 412 of file octave-dock-widget.cc.
References label_dock_widget::copyClipboard(), main_window::copyClipboard_signal(), label_dock_widget::do_undo(), octave_dock_widget::m_main_window, label_dock_widget::pasteClipboard(), main_window::pasteClipboard_signal(), label_dock_widget::selectAll(), main_window::selectAll_signal(), and main_window::undo_signal().
|
inherited |
Definition at line 406 of file octave-dock-widget.cc.
References octave_dock_widget::m_predecessor_widget.
Referenced by main_window::focus_changed().
|
privateinherited |
Definition at line 729 of file octave-dock-widget.cc.
References base_qobject::get_resource_manager(), global_icon_paths, resource_manager::icon(), ICON_THEME_OCTAVE, octave_dock_widget::m_bg_color, octave_dock_widget::m_bg_color_active, label_dock_widget::m_close_action, label_dock_widget::m_close_button, octave_dock_widget::m_custom_style, label_dock_widget::m_dock_action, label_dock_widget::m_dock_button, octave_dock_widget::m_fg_color, octave_dock_widget::m_fg_color_active, octave_dock_widget::m_icon_color, octave_dock_widget::m_icon_color_active, label_dock_widget::m_icon_size, label_dock_widget::m_octave_qobj, octave_dock_widget::m_title_3d, and qdockwidget_css().
Referenced by octave_dock_widget::handle_active_dock_changed(), octave_dock_widget::handle_settings(), octave_dock_widget::make_widget(), and octave_dock_widget::make_window().
|
inherited |
Definition at line 128 of file octave-dock-widget.cc.
References label_dock_widget::m_title_widget.
Referenced by files_dock_widget::files_dock_widget(), variable_editor(), history_dock_widget::construct(), file_editor::construct(), and edit_variable().
|
privateinherited |
Definition at line 630 of file octave-dock-widget.cc.
References octave_dock_widget::m_recent_dock_geom, and octave_dock_widget::m_recent_float_geom.
Referenced by octave_dock_widget::moveEvent(), octave_dock_widget::resizeEvent(), and octave_dock_widget::save_settings().
void variable_editor::tab_to_front | ( | void | ) |
Definition at line 1391 of file variable-editor.cc.
Referenced by edit_variable().
|
protectedvirtualslotinherited |
Definition at line 688 of file octave-dock-widget.cc.
References octave_dock_widget::default_dock(), label_dock_widget::m_default_float_button, label_dock_widget::m_dock_action, octave_dock_widget::m_waiting_for_mouse_button_release, and octave_dock_widget::queue_make_widget().
Referenced by octave_dock_widget::octave_dock_widget().
|
private |
Definition at line 1604 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(), pasteClipboard(), and base_qobject::variable_editor_widget().
|
slot |
Definition at line 1497 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 1519 of file variable-editor.cc.
References m_current_focus_vname, m_focus_widget, and m_focus_widget_vdw.
Referenced by edit_variable().
|
private |
Definition at line 383 of file variable-editor.h.
Referenced by edit_variable(), and notice_settings().
|
privateinherited |
Definition at line 171 of file octave-dock-widget.h.
Referenced by octave_dock_widget::adopted(), octave_dock_widget::make_widget(), and octave_dock_widget::set_adopted().
|
private |
Definition at line 387 of file variable-editor.h.
Referenced by edit_variable(), notice_settings(), and update_colors().
|
privateinherited |
Definition at line 175 of file octave-dock-widget.h.
Referenced by octave_dock_widget::handle_settings(), and octave_dock_widget::set_style().
|
privateinherited |
Definition at line 176 of file octave-dock-widget.h.
Referenced by octave_dock_widget::handle_settings(), and octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 80 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), variable_dock_widget::variable_dock_widget(), and octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 78 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_style().
|
private |
Definition at line 406 of file variable-editor.h.
Referenced by record_hovered_focus_variable(), and variable_focused().
|
privateinherited |
Definition at line 172 of file octave-dock-widget.h.
Referenced by octave_dock_widget::handle_active_dock_changed(), octave_dock_widget::handle_settings(), and octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 83 of file octave-dock-widget.h.
|
protectedinherited |
Definition at line 82 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), octave_dock_widget::make_widget(), octave_dock_widget::make_window(), and octave_dock_widget::toplevel_change().
|
private |
Definition at line 381 of file variable-editor.h.
Referenced by edit_variable(), and notice_settings().
|
private |
Definition at line 379 of file variable-editor.h.
Referenced by notice_settings().
|
protectedinherited |
Definition at line 79 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), variable_dock_widget::variable_dock_widget(), octave_dock_widget::make_widget(), octave_dock_widget::make_window(), octave_dock_widget::set_style(), octave_dock_widget::toplevel_change(), and variable_dock_widget::toplevel_change().
|
protectedinherited |
Definition at line 77 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_style().
|
privateinherited |
Definition at line 177 of file octave-dock-widget.h.
Referenced by octave_dock_widget::handle_settings(), and octave_dock_widget::set_style().
|
privateinherited |
Definition at line 178 of file octave-dock-widget.h.
Referenced by octave_dock_widget::handle_settings(), and octave_dock_widget::set_style().
|
privateinherited |
Definition at line 173 of file octave-dock-widget.h.
Referenced by octave_dock_widget::eventFilter(), and octave_dock_widget::handle_settings().
|
private |
Definition at line 413 of file variable-editor.h.
Referenced by focusInEvent(), variable_destroyed(), and variable_focused().
|
private |
Definition at line 415 of file variable-editor.h.
Referenced by focusInEvent(), variable_destroyed(), and variable_focused().
|
private |
Definition at line 391 of file variable-editor.h.
Referenced by edit_variable(), notice_settings(), and update_colors().
|
private |
Definition at line 408 of file variable-editor.h.
Referenced by record_hovered_focus_variable(), and restore_hovered_focus_variable().
|
privateinherited |
Definition at line 179 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), octave_dock_widget::handle_settings(), octave_dock_widget::make_widget(), octave_dock_widget::make_window(), and octave_dock_widget::set_style().
|
privateinherited |
Definition at line 180 of file octave-dock-widget.h.
Referenced by octave_dock_widget::handle_settings(), and octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 75 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), variable_dock_widget::variable_dock_widget(), and octave_dock_widget::set_style().
|
private |
Definition at line 374 of file variable-editor.h.
Referenced by variable_editor(), edit_variable(), focusInEvent(), and notice_settings().
|
privateinherited |
Stores the parent, since we are reparenting to 0.
Definition at line 169 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), octave_dock_widget::handle_settings(), octave_dock_widget::make_widget(), octave_dock_widget::make_window(), and octave_dock_widget::set_main_window().
|
protectedinherited |
Definition at line 73 of file octave-dock-widget.h.
Referenced by files_dock_widget::files_dock_widget(), octave_dock_widget::octave_dock_widget(), variable_dock_widget::variable_dock_widget(), file_editor::call_custom_editor(), variable_dock_widget::change_floating(), variable_dock_widget::change_fullscreen(), file_editor::closeEvent(), history_dock_widget::construct(), file_editor::construct(), construct_tool_bar(), files_dock_widget::contextmenu_requested(), history_dock_widget::ctxMenu(), files_dock_widget::display_directory(), edit_variable(), file_editor::empty_script(), file_editor::find_create(), file_editor::handle_enter_debug_mode(), file_editor::handle_exit_debug_mode(), file_editor::handle_file_name_changed(), file_editor::handle_visibility(), workspace_view::header_contextmenu_requested(), files_dock_widget::headercontextmenu_requested(), file_editor::make_file_editor_tab(), octave_dock_widget::make_widget(), octave_dock_widget::make_window(), file_editor::mru_menu_update(), notice_settings(), files_dock_widget::popdownmenu_search_dir(), file_editor::request_open_file(), file_editor::save_session(), files_dock_widget::save_settings(), history_dock_widget::save_settings(), octave_dock_widget::save_settings(), workspace_view::save_settings(), octave_dock_widget::set_focus_predecessor(), file_editor::set_shortcuts(), octave_dock_widget::set_style(), workspace_view::setModel(), files_dock_widget::toggle_header(), workspace_view::toggle_header(), and file_editor::toggle_preference().
|
private |
Definition at line 410 of file variable-editor.h.
Referenced by construct_tool_bar(), and edit_variable().
|
privateinherited |
Definition at line 181 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), octave_dock_widget::set_focus_predecessor(), and octave_dock_widget::set_predecessor_widget().
|
privateinherited |
Definition at line 183 of file octave-dock-widget.h.
Referenced by octave_dock_widget::handle_settings(), octave_dock_widget::make_widget(), octave_dock_widget::save_settings(), and octave_dock_widget::store_geometry().
|
privateinherited |
Definition at line 182 of file octave-dock-widget.h.
Referenced by octave_dock_widget::handle_settings(), octave_dock_widget::make_window(), octave_dock_widget::save_settings(), and octave_dock_widget::store_geometry().
|
private |
Definition at line 377 of file variable-editor.h.
Referenced by construct_tool_bar(), and notice_settings().
|
private |
Definition at line 411 of file variable-editor.h.
Referenced by construct_tool_bar(), and edit_variable().
|
private |
Definition at line 395 of file variable-editor.h.
|
private |
Definition at line 389 of file variable-editor.h.
Referenced by edit_variable(), and update_colors().
|
private |
Definition at line 397 of file variable-editor.h.
Referenced by variable_editor(), notice_settings(), and update_colors().
|
privateinherited |
Definition at line 174 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), octave_dock_widget::handle_settings(), and octave_dock_widget::set_style().
|
protectedinherited |
Definition at line 76 of file octave-dock-widget.h.
Referenced by variable_dock_widget::variable_dock_widget(), octave_dock_widget::handle_settings(), and label_dock_widget::set_title().
|
private |
Definition at line 376 of file variable-editor.h.
Referenced by variable_editor(), ~variable_editor(), add_tool_bar_button(), construct_tool_bar(), edit_variable(), notice_settings(), and variable_destroyed().
|
private |
Definition at line 385 of file variable-editor.h.
Referenced by notice_settings().
|
privateinherited |
Definition at line 184 of file octave-dock-widget.h.
Referenced by octave_dock_widget::event(), octave_dock_widget::make_window(), and octave_dock_widget::toplevel_change().