Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/libgui/src/
H A Dmain-window.cc116 m_workspace_window (nullptr), m_variable_editor_window (nullptr), in main_window()
176 m_variable_editor_window = new variable_editor (this, m_octave_qobj); in main_window()
255 delete m_variable_editor_window; in ~main_window()
1871 m_variable_editor_window->edit_variable (expr, val); in edit_variable()
1873 if (! m_variable_editor_window->isVisible ()) in edit_variable()
1875 m_variable_editor_window->show (); in edit_variable()
1876 m_variable_editor_window->raise (); in edit_variable()
1883 m_variable_editor_window->refresh (); in refresh_variable_editor()
1975 connect (m_variable_editor_window, SIGNAL (updated (void)), in construct()
2002 m_variable_editor_window, SLOT (save_settings (void))); in construct()
[all …]
H A Dmain-window.h326 variable_editor *m_variable_editor_window; variable