1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00

fix(advanced_dock_area): removed non-functional dock_list and dock_map from RPC

This commit is contained in:
2026-01-08 23:41:41 +01:00
committed by Jan Wyzula
parent 67650b96a2
commit 2132ace01b
2 changed files with 0 additions and 14 deletions

View File

@@ -122,18 +122,6 @@ class AdvancedDockArea(RPCBase):
The flag remains user-configurable (pass ``False`` to hide the action).
"""
@rpc_call
def dock_map(self) -> "dict[str, CDockWidget]":
"""
Return the dock widgets map as dictionary with names as keys.
"""
@rpc_call
def dock_list(self) -> "list[CDockWidget]":
"""
Return the list of dock widgets.
"""
@rpc_call
def widget_map(self) -> "dict[str, QWidget]":
"""

View File

@@ -94,8 +94,6 @@ class AdvancedDockArea(DockAreaWidget):
PLUGIN = False
USER_ACCESS = [
"new",
"dock_map",
"dock_list",
"widget_map",
"widget_list",
"lock_workspace",