Home
last modified time | relevance | path

Searched refs:m_close_all_action (Results 1 – 4 of 4) sorted by relevance

/dports/math/octave/octave-6.4.0/libgui/src/
H A Ddw-main-window.cc56 m_close_all_action in dw_main_window()
75 m_actions_list << m_close_all_action; in dw_main_window()
89 new_actions.append (m_close_all_action); in createPopupMenu()
138 scmgr.set_shortcut (m_close_all_action, sc_edit_file_close_all); in notice_settings()
H A Ddw-main-window.h84 QAction *m_close_all_action; variable
/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Dfile-editor.h425 QAction *m_close_all_action; variable
H A Dfile-editor.cc238 m_close_all_action->setEnabled (have_tabs); in check_actions()
1334 scmgr.set_shortcut (m_close_all_action, sc_edit_file_close_all); in set_shortcuts()
1912 m_close_all_action in construct()
2298 ctx_men->addAction (m_close_all_action); in construct()