Bases: Ui_QDataViewer
, QMainWindow
-
connect_signals()
-
disconnect_signals()
-
connect_figure_signals()
-
disconnect_figure_signals()
-
model()
-
set_model(model)
-
save_figure()
-
undo_figure()
-
redo_figure()
-
refresh_figure()
-
open_figure_settings()
-
clear_figure()
-
open_documentation()
-
set_dataset(dataset)
-
add_tab()
-
remove_tab(index)
-
load_tab()
-
save_tab()
-
gct()
-
sct(index)
-
gcf()
-
gctb()
-
gca()
-
sca(ax)
-
gcp()
-
scp(artist)
-
gcf_model()
-
set_index(x_value, y_value)
-
set_plot(fig_model, ax_id, ax_model, plt_id, plt_model)
Update the plot.
-
index_artist(artists)
-
set_legend(ax, bbox_to_anchor)
Display the sorted legend in the position where the context menu was called.
-
remove_legend(ax)
-
update(self) → None
-
update(self, arg__1: PySide6.QtCore.QRect) → None
-
update(self, arg__1: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect]) → None
-
update(self, x: int, y: int, w: int, h: int) → None
-
staticMetaObject = PySide6.QtCore.QMetaObject("DataViewer" inherits "QMainWindow": Methods: #40 type=Slot, signature=save_figure() #41 type=Slot, signature=undo_figure() #42 type=Slot, signature=redo_figure() #43 type=Slot, signature=refresh_figure() #44 type=Slot, signature=open_figure_settings() #45 type=Slot, signature=clear_figure() #46 type=Slot, signature=open_documentation() #47 type=Slot, signature=set_dataset(PyObject), parameters=PyObject #48 type=Slot, signature=add_tab() #49 type=Slot, signature=remove_tab(int), parameters=int #50 type=Slot, signature=load_tab() #51 type=Slot, signature=save_tab() #52 type=Slot, signature=sct(int), parameters=int #53 type=Slot, signature=set_index(PyObject,PyObject), parameters=PyObject, PyObject #54 type=Slot, signature=set_plot() #55 type=Slot, signature=set_legend() )