#include "variable-editor.h"
Public Slots | |
void | do_save (const QString &format, const QString &save_opts) |
void | levelUp (void) |
void | save (const QString &format=QString()) |
void | set_editable (bool editable) |
Signals | |
void | do_save_signal (const QString &format, const QString &save_opts) |
void | edit_variable_signal (const QString &name, const octave_value &val) |
void | interpreter_event (const fcn_callback &fcn) |
void | interpreter_event (const meth_callback &meth) |
Public Member Functions | |
variable_editor_stack (QWidget *p, base_qobject &oct_qobj) | |
~variable_editor_stack (void)=default | |
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 128 of file variable-editor.h.
variable_editor_stack::variable_editor_stack | ( | QWidget * | p, |
base_qobject & | oct_qobj | ||
) |
Definition at line 367 of file variable-editor.cc.
References m_disp_view, m_edit_view, and make_disp_view().
|
default |
|
inline |
Definition at line 140 of file variable-editor.h.
References m_disp_view.
|
slot |
Definition at line 492 of file variable-editor.cc.
References format(), Fsave(), base_qobject::get_resource_manager(), resource_manager::get_settings(), global_use_native_dialogs(), interpreter_event(), m_octave_qobj, octave_value(), ovl(), and ve_save_formats_ext.
Referenced by save().
|
signal |
Referenced by save().
|
signal |
Referenced by variable_editor::edit_variable(), and levelUp().
|
inline |
Definition at line 138 of file variable-editor.h.
References m_edit_view.
Referenced by variable_editor::edit_variable().
|
signal |
Referenced by do_save(), variable_editor::edit_variable(), and save().
|
signal |
|
slot |
Definition at line 429 of file variable-editor.cc.
References edit_variable_signal().
Referenced by variable_editor::edit_variable().
Definition at line 381 of file variable-editor.cc.
Referenced by variable_editor_stack().
|
slot |
Definition at line 447 of file variable-editor.cc.
References do_save(), do_save_signal(), format(), format_string(), Utils::fromStdString(), Fsave_default_options(), and interpreter_event().
Referenced by variable_editor::edit_variable().
|
slot |
Definition at line 392 of file variable-editor.cc.
References m_disp_view, and m_edit_view.
Referenced by variable_editor::edit_variable().
|
private |
Definition at line 169 of file variable-editor.h.
Referenced by variable_editor_stack(), disp_view(), and set_editable().
|
private |
Definition at line 167 of file variable-editor.h.
Referenced by variable_editor_stack(), edit_view(), and set_editable().
|
private |
Definition at line 165 of file variable-editor.h.
Referenced by do_save().