Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Draft: Feat/dock area

Closed wyzula_j requested to merge feat/dock_area into main
9 files
+ 117
69
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 9
2
@@ -248,11 +248,11 @@ class BECWaveform(RPCBase):
"""
@rpc_call
def apply_config(self, config: "dict | WidgetConfig", replot_last_scan: "bool" = False):
def apply_config(self, config: "dict | SubplotConfig", replot_last_scan: "bool" = False):
"""
Apply the configuration to the 1D waveform widget.
Args:
config(dict|WidgetConfig): Configuration settings.
config(dict|SubplotConfig): Configuration settings.
replot_last_scan(bool, optional): If True, replot the last scan. Defaults to False.
"""
@@ -614,6 +614,13 @@ class BECFigure(RPCBase, BECFigureClientMixin):
Clear all widgets from the figure and reset to default state
"""
@property
@rpc_call
def containers(self) -> "dict":
"""
None
"""
class BECCurve(RPCBase):
@property
Loading