widgets.tabular_view_widget¶
Contains TabularViewForm class and some related constants.
| author: |
|
|---|---|
| date: | 1.11.2018 |
Module Contents¶
-
class
widgets.tabular_view_widget.TabularViewForm(data_store, db_map, database)[source]¶ Bases:
PySide2.QtWidgets.QMainWindowA widget to show and edit Spine objects in a data store.
-
db_map¶ The object relational database mapping
Type: DatabaseMapping
-
database¶ The database name
Type: str
-
pivot_table_edit(self, index, trigger, event)[source]¶ Starts editing the item at index from pivot_table. If the index contains some ‘complex’ parameter value, we open the parameter value editor window instead.
Checks if session can commit or rollback and updates session menu actions
-
update_class_list(self)[source]¶ update list_select_class with all object classes and relationship classes
-