#include <sstream>
#include <QDebug>
#include <QLabel>
#include <QMap>
#include <QMessageBox>
#include <QPointer>
#include <QString>
#include <QTableView>
#include "qt-interpreter-events.h"
#include "variable-editor-model.h"
#include "Cell.h"
#include "interpreter.h"
#include "oct-map.h"
#include "ov.h"
#include "parse.h"
#include "pr-flt-fmt.h"
#include "utils.h"
#include "variables.h"
Go to the source code of this file.
Classes | |
class | cell_model |
class | display_only_model |
class | numeric_model |
class | scalar_struct_model |
class | string_model |
class | struct_model |
class | vector_struct_model |
Functions | |
static bool | cell_is_editable (const octave_value &val) |
static bool | do_requires_sub_editor_sub (const octave_value &elt) |
static float_display_format | get_edit_display_format (const octave_value &val) |
static char | get_quote_char (const octave_value &val) |
|
static |
Definition at line 55 of file variable-editor-model.cc.
References octave_value::is_string(), octave_value::is_zero_by_zero(), octave_value::islogical(), octave_value::isnumeric(), octave_value::numel(), and octave_value::rows().
Referenced by base_ve_model::edit_display_sub().
|
static |
Definition at line 88 of file variable-editor-model.cc.
References octave_value::is_string(), octave_value::isempty(), octave_value::islogical(), octave_value::isnumeric(), octave_value::numel(), and octave_value::rows().
Referenced by cell_model::requires_sub_editor(), scalar_struct_model::requires_sub_editor(), vector_struct_model::requires_sub_editor(), and struct_model::requires_sub_editor().
|
static |
Definition at line 79 of file variable-editor-model.cc.
References octave_value::get_edit_display_format(), and octave_value::numel().
Referenced by base_ve_model::edit_display_sub().
|
static |
Definition at line 67 of file variable-editor-model.cc.
References octave_value::is_dq_string(), and octave_value::is_sq_string().
Referenced by string_model::quote_char(), cell_model::quote_char(), scalar_struct_model::quote_char(), vector_struct_model::quote_char(), and struct_model::quote_char().