#include "variable-editor.h"
Public Slots | |
void | handle_focus_change (QWidget *old, QWidget *now) |
Signals | |
void | queue_float (void) |
void | queue_unfloat_float (void) |
void | variable_focused_signal (const QString &name) |
Public Member Functions | |
variable_dock_widget (QWidget *p, base_qobject &oct_qobj) | |
~variable_dock_widget (void)=default | |
void | set_title (const QString &) |
Protected Slots | |
virtual void | do_undo (void) |
Slot to handle undo. More... | |
void | refloat (void) |
void | unfloat_float (void) |
virtual void | copyClipboard (void) |
Slots to handle copy & paste. More... | |
virtual void | pasteClipboard (void) |
Slots to handle copy & paste. More... | |
virtual void | selectAll (void) |
Slots to handle copy & paste. More... | |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *e) |
void | resizeEvent (QResizeEvent *event) |
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 |
QFrame * | m_frame |
bool | m_full_screen |
QAction * | m_fullscreen_action |
int | m_icon_size |
base_qobject & | m_octave_qobj |
bool | m_prev_floating |
QRect | m_prev_geom |
QWidget * | m_title_widget |
Private Slots | |
void | change_existence (bool) |
void | change_floating (bool) |
void | change_fullscreen (void) |
void | toplevel_change (bool) |
Definition at line 55 of file variable-editor.h.
variable_dock_widget::variable_dock_widget | ( | QWidget * | p, |
base_qobject & | oct_qobj | ||
) |
Definition at line 87 of file variable-editor.cc.
References change_existence(), change_floating(), change_fullscreen(), DOCKED_FULLSCREEN_BUTTON_TOOLTIP, base_qobject::get_resource_manager(), label_dock_widget::m_close_action, label_dock_widget::m_dock_action, m_frame, m_full_screen, m_fullscreen_action, label_dock_widget::m_icon_size, label_dock_widget::m_octave_qobj, m_prev_floating, m_prev_geom, label_dock_widget::m_title_widget, and toplevel_change().
|
default |
|
privateslot |
Definition at line 165 of file variable-editor.cc.
Referenced by variable_dock_widget().
|
privateslot |
Definition at line 144 of file variable-editor.cc.
References DOCKED_FULLSCREEN_BUTTON_TOOLTIP, base_qobject::get_resource_manager(), resource_manager::icon(), m_full_screen, m_fullscreen_action, label_dock_widget::m_octave_qobj, m_prev_geom, and UNDOCKED_FULLSCREEN_BUTTON_TOOLTIP.
Referenced by variable_dock_widget().
|
privateslot |
Definition at line 208 of file variable-editor.cc.
References DOCKED_FULLSCREEN_BUTTON_TOOLTIP, base_qobject::get_resource_manager(), resource_manager::icon(), m_full_screen, m_fullscreen_action, label_dock_widget::m_octave_qobj, m_prev_floating, m_prev_geom, and UNDOCKED_FULLSCREEN_BUTTON_TOOLTIP.
Referenced by variable_dock_widget().
|
protectedvirtual |
Definition at line 252 of file variable-editor.cc.
|
inlineprotectedvirtualslotinherited |
Slots to handle copy & paste.
Definition at line 62 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_main_window().
|
inlineprotectedvirtualslotinherited |
Slot to handle undo.
Definition at line 69 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_main_window().
Definition at line 258 of file variable-editor.cc.
References variable_focused_signal().
|
inlineprotectedvirtualslotinherited |
Slots to handle copy & paste.
Definition at line 63 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_main_window().
|
signal |
|
signal |
|
protectedslot |
Definition at line 360 of file variable-editor.cc.
|
protected |
Definition at line 294 of file variable-editor.cc.
References m_frame.
|
inlineprotectedvirtualslotinherited |
Slots to handle copy & paste.
Definition at line 64 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_main_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::variable_editor(), history_dock_widget::construct(), file_editor::construct(), and variable_editor::edit_variable().
|
privateslot |
Definition at line 171 of file variable-editor.cc.
References global_icon_paths, ICON_THEME_OCTAVE, and label_dock_widget::m_dock_action.
Referenced by variable_dock_widget().
|
protectedslot |
Definition at line 356 of file variable-editor.cc.
|
signal |
Referenced by variable_editor::edit_variable(), and handle_focus_change().
|
protectedinherited |
Definition at line 80 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_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().
|
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().
|
protectedinherited |
Definition at line 79 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_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 toplevel_change().
|
protectedinherited |
Definition at line 77 of file octave-dock-widget.h.
Referenced by octave_dock_widget::set_style().
|
protected |
Definition at line 91 of file variable-editor.h.
Referenced by variable_dock_widget(), and resizeEvent().
|
protected |
Definition at line 95 of file variable-editor.h.
Referenced by variable_dock_widget(), change_floating(), and change_fullscreen().
|
protected |
Definition at line 93 of file variable-editor.h.
Referenced by variable_dock_widget(), change_floating(), and change_fullscreen().
|
protectedinherited |
Definition at line 75 of file octave-dock-widget.h.
Referenced by octave_dock_widget::octave_dock_widget(), variable_dock_widget(), and octave_dock_widget::set_style().
|
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(), file_editor::call_custom_editor(), change_floating(), change_fullscreen(), file_editor::closeEvent(), history_dock_widget::construct(), file_editor::construct(), variable_editor::construct_tool_bar(), files_dock_widget::contextmenu_requested(), history_dock_widget::ctxMenu(), files_dock_widget::display_directory(), variable_editor::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(), variable_editor::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().
|
protected |
Definition at line 97 of file variable-editor.h.
Referenced by variable_dock_widget(), and change_fullscreen().
|
protected |
Definition at line 99 of file variable-editor.h.
Referenced by variable_dock_widget(), change_floating(), and change_fullscreen().
|
protectedinherited |
Definition at line 76 of file octave-dock-widget.h.
Referenced by variable_dock_widget(), octave_dock_widget::handle_settings(), and label_dock_widget::set_title().