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:
@@ -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]":
|
||||
"""
|
||||
|
||||
@@ -94,8 +94,6 @@ class AdvancedDockArea(DockAreaWidget):
|
||||
PLUGIN = False
|
||||
USER_ACCESS = [
|
||||
"new",
|
||||
"dock_map",
|
||||
"dock_list",
|
||||
"widget_map",
|
||||
"widget_list",
|
||||
"lock_workspace",
|
||||
|
||||
Reference in New Issue
Block a user