display_states#
Bases:
TUIMenu
Enter the display state manipulation menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
apply
(service, version, mode, path)Apply a display state to the active window.
copy
(service, version, mode, path)Create a new display state with settings copied from an existing display state.
create
(service, version, mode, path)Create a new display state.
delete
(service, version, mode, path)Delete a display state.
edit
(service, version, mode, path)Edit a particular display state setting.
list
(service, version, mode, path)Print the names of the available display states to the console.
read
(service, version, mode, path)Read display states from a file.
use_active
(service, version, mode, path)Update an existing display state's settings to match those of the active graphics window.
write
(service, version, mode, path)Write display states to a file.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Apply a display state to the active window.
Bases:
TUIMethod
Create a new display state with settings copied from an existing display state.
Bases:
TUIMethod
Create a new display state.
Bases:
TUIMethod
Delete a display state.
Bases:
TUIMethod
Edit a particular display state setting.
Bases:
TUIMethod
Print the names of the available display states to the console.
Bases:
TUIMethod
Read display states from a file.
Bases:
TUIMethod
Update an existing display state’s settings to match those of the active graphics window.
Bases:
TUIMethod
Write display states to a file.