spinetoolbox.widgets.array_editor

Contains an editor widget array type parameter values.

author:
  1. Soininen (VTT)
date:

25.3.2020

Module Contents

Classes

ArrayEditor
class spinetoolbox.widgets.array_editor.ArrayEditor(parent=None)[source]

Bases: PySide2.QtWidgets.QWidget

set_value(self, value)[source]

Sets the parameter_value for editing in this widget.

value(self)[source]
_check_if_plotting_enabled(self, type_name)[source]
_change_value_type(self, type_name)[source]
_show_table_context_menu(self, pos)[source]

Shows the table’s context menu.

_update_plot(self, topLeft=None, bottomRight=None, roles=None)[source]

Updates the plot widget.