#include "dw-main-window.h"
Definition at line 37 of file dw-main-window.h.
◆ dw_main_window() [1/2]
Definition at line 46 of file dw-main-window.cc.
References add_action(), octave::base_qobject::get_resource_manager(), octave::resource_manager::get_settings(), octave::resource_manager::icon(), m_actions_list, m_close_action, m_close_all_action, m_close_others_action, m_octave_qobj, m_switch_left_action, m_switch_right_action, notice_settings(), request_close(), request_close_all(), request_close_other(), request_switch_left(), and request_switch_right().
◆ ~dw_main_window()
octave::dw_main_window::~dw_main_window |
( |
void |
| ) |
|
|
default |
◆ dw_main_window() [2/2]
◆ add_action()
QAction * octave::dw_main_window::add_action |
( |
QMenu * |
menu, |
|
|
const QIcon & |
icon, |
|
|
const QString & |
text, |
|
|
const char * |
member, |
|
|
QWidget * |
receiver |
|
) |
| |
|
private |
◆ createPopupMenu
QMenu * octave::dw_main_window::createPopupMenu |
( |
void |
| ) |
|
|
protectedvirtualslot |
◆ event
bool octave::dw_main_window::event |
( |
QEvent * |
ev | ) |
|
|
protectedvirtualslot |
◆ notice_settings
void octave::dw_main_window::notice_settings |
( |
const gui_settings * |
| ) |
|
|
slot |
Definition at line 133 of file dw-main-window.cc.
References octave::base_qobject::get_shortcut_manager(), m_close_action, m_close_all_action, m_close_others_action, m_octave_qobj, m_switch_left_action, m_switch_right_action, sc_edit_file_close(), sc_edit_file_close_all(), sc_edit_file_close_other(), sc_edit_tabs_switch_left_tab(), sc_edit_tabs_switch_right_tab(), and octave::shortcut_manager::set_shortcut().
Referenced by dw_main_window(), and octave::variable_editor::notice_settings().
◆ operator=()
◆ request_close
void octave::dw_main_window::request_close |
( |
| ) |
|
|
privateslot |
◆ request_close_all
void octave::dw_main_window::request_close_all |
( |
| ) |
|
|
privateslot |
◆ request_close_other
void octave::dw_main_window::request_close_other |
( |
| ) |
|
|
privateslot |
◆ request_switch()
void octave::dw_main_window::request_switch |
( |
int |
direction | ) |
|
|
private |
◆ request_switch_left
void octave::dw_main_window::request_switch_left |
( |
| ) |
|
|
privateslot |
◆ request_switch_right
void octave::dw_main_window::request_switch_right |
( |
| ) |
|
|
privateslot |
◆ m_actions_list
QList<QAction *> octave::dw_main_window::m_actions_list |
|
private |
◆ m_close_action
QAction* octave::dw_main_window::m_close_action |
|
private |
◆ m_close_all_action
QAction* octave::dw_main_window::m_close_all_action |
|
private |
◆ m_close_others_action
QAction* octave::dw_main_window::m_close_others_action |
|
private |
◆ m_dw_list
◆ m_octave_qobj
◆ m_switch_left_action
QAction* octave::dw_main_window::m_switch_left_action |
|
private |
◆ m_switch_right_action
QAction* octave::dw_main_window::m_switch_right_action |
|
private |
The documentation for this class was generated from the following files: