Home
last modified time | relevance | path

Searched refs:m_active_editor (Results 1 – 2 of 2) sorted by relevance

/dports/math/octave/octave-6.4.0/libgui/src/
H A Dmain-window.cc118 m_active_editor (m_external_editor), m_settings_dlg (nullptr), in main_window()
184 m_active_editor = m_editor_window; in main_window()
186 m_active_editor = m_external_editor; in main_window()
2160 m_active_editor, in construct_octave_qt_link()
2327 m_active_editor, SLOT (request_new_file (const QString&))); in construct_new_menu()
2330 m_active_editor, SLOT (request_open_file (const QString&))); in construct_new_menu()
2334 m_active_editor, in construct_new_menu()
H A Dmain-window.h330 QWidget *m_active_editor; variable