GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
variable-editor-model.cc File Reference
#include <sstream>
#include <QDebug>
#include <QLabel>
#include <QMap>
#include <QMessageBox>
#include <QString>
#include <QTableView>
#include "octave-qt-link.h"
#include "variable-editor-model.h"
#include "ov.h"
#include "parse.h"
#include "pr-flt-fmt.h"
#include "utils.h"
#include "variables.h"
Include dependency graph for variable-editor-model.cc:

Go to the source code of this file.

Classes

class  octave::cell_model
 
class  octave::display_only_model
 
class  octave::numeric_model
 
class  octave::scalar_struct_model
 
class  octave::string_model
 
class  octave::struct_model
 
class  octave::vector_struct_model
 

Namespaces

 octave
 

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)
 

Function Documentation

◆ cell_is_editable()

static bool cell_is_editable ( const octave_value val)
static

Definition at line 48 of file variable-editor-model.cc.

References val.

Referenced by octave::base_ve_model::edit_display_sub().

◆ do_requires_sub_editor_sub()

◆ get_edit_display_format()

static float_display_format get_edit_display_format ( const octave_value val)
static

Definition at line 72 of file variable-editor-model.cc.

References val.

Referenced by octave::base_ve_model::edit_display_sub().

◆ get_quote_char()