display_states#
Bases:
TUIMenuEnter 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:
TUIMethodApply a display state to the active window.
Bases:
TUIMethodCreate a new display state with settings copied from an existing display state.
Bases:
TUIMethodCreate a new display state.
Bases:
TUIMethodDelete a display state.
Bases:
TUIMethodEdit a particular display state setting.
Bases:
TUIMethodPrint the names of the available display states to the console.
Bases:
TUIMethodRead display states from a file.
Bases:
TUIMethodUpdate an existing display state’s settings to match those of the active graphics window.
Bases:
TUIMethodWrite display states to a file.