view_sync#
Bases:
TUIMenu
Synchronize window views.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add
(service, version, mode, path)Add list of window ids for synchronization.
add_all
(service, version, mode, path)Synchronize all windows.
list
(service, version, mode, path)Print window ids of open windows.
remove
(service, version, mode, path)Remove list of window ids from synchronization.
remove_all
(service, version, mode, path)Unsynchronize all windows.
start
(service, version, mode, path)Start view synchronization.
stop
(service, version, mode, path)Stop view synchronization.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Add list of window ids for synchronization.
Bases:
TUIMethod
Synchronize all windows.
Bases:
TUIMethod
Print window ids of open windows.
Bases:
TUIMethod
Remove list of window ids from synchronization.
Bases:
TUIMethod
Unsynchronize all windows.
Bases:
TUIMethod
Start view synchronization.
Bases:
TUIMethod
Stop view synchronization.