#include "variable-editor.h"
Public Slots | |
void | levelUp (void) |
void | save (void) |
void | set_editable (bool editable) |
Signals | |
void | command_signal (const QString &cmd) |
void | edit_variable_signal (const QString &name, const octave_value &val) |
Public Member Functions | |
variable_editor_stack (QWidget *p, base_qobject &oct_qobj) | |
QTextEdit * | disp_view (void) |
variable_editor_view * | edit_view (void) |
Private Member Functions | |
QTextEdit * | make_disp_view (QWidget *parent) |
Private Attributes | |
QTextEdit * | m_disp_view |
variable_editor_view * | m_edit_view |
base_qobject & | m_octave_qobj |
Definition at line 129 of file variable-editor.h.
octave::variable_editor_stack::variable_editor_stack | ( | QWidget * | p, |
base_qobject & | oct_qobj | ||
) |
Definition at line 368 of file variable-editor.cc.
References m_disp_view, m_edit_view, and make_disp_view().
|
signal |
Referenced by save().
|
inline |
Definition at line 139 of file variable-editor.h.
References m_disp_view.
|
signal |
Referenced by levelUp().
|
inline |
Definition at line 137 of file variable-editor.h.
References m_edit_view.
Referenced by octave::variable_editor::edit_variable().
|
slot |
Definition at line 430 of file variable-editor.cc.
References edit_variable_signal(), and name.
Definition at line 382 of file variable-editor.cc.
Referenced by variable_editor_stack().
|
slot |
Definition at line 447 of file variable-editor.cc.
References command_signal(), octave::base_qobject::get_resource_manager(), octave::resource_manager::get_settings(), global_use_native_dialogs(), m_octave_qobj, and name.
|
slot |
Definition at line 393 of file variable-editor.cc.
References m_disp_view, and m_edit_view.
|
private |
Definition at line 163 of file variable-editor.h.
Referenced by variable_editor_stack(), disp_view(), and set_editable().
|
private |
Definition at line 161 of file variable-editor.h.
Referenced by variable_editor_stack(), edit_view(), and set_editable().
|
private |
Definition at line 159 of file variable-editor.h.
Referenced by save().