GNU Octave  8.1.0
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 <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"
Include dependency graph for variable-editor-model.cc:

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)
 

Function Documentation

◆ cell_is_editable()

◆ do_requires_sub_editor_sub()

◆ get_edit_display_format()

static float_display_format get_edit_display_format ( const octave_value val)
static

◆ get_quote_char()