scoped_sizing#
Bases:
TUIMenuManage scoped sizing.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
compute(service, version, mode, path)Computes the size field based on the defined size functions and/or scoped size controls.
create(service, version, mode, path)Defines the scoped size based on the specified parameters.
delete(service, version, mode, path)Deletes the specified scoped size controls.
delete_all(service, version, mode, path)Deletes all the defined scoped size controls.
delete_size_field(service, version, mode, path)Deletes the current size field.
list(service, version, mode, path)Lists all the defined scoped size controls and the corresponding parameter values defined.
list_zones_uncovered_by_controls(service, ...)Lists the zones for which no scoped sizing controls have been defined.
modify(service, version, mode, path)Modifies the scoped size control definition.
read(service, version, mode, path)Enables you to read in a scoped sizing file (*.szcontrol).
validate(service, version, mode, path)Validates the scoped sizing controls defined.
write(service, version, mode, path)Enables you to write a scoped sizing file (*.szcontrol).
__init__ method of TUIMenu class.
Bases:
TUIMethodComputes the size field based on the defined size functions and/or scoped size controls.
Bases:
TUIMethodDefines the scoped size based on the specified parameters.
Bases:
TUIMethodDeletes the specified scoped size controls.
Bases:
TUIMethodDeletes all the defined scoped size controls.
Bases:
TUIMethodDeletes the current size field.
Bases:
TUIMethodLists all the defined scoped size controls and the corresponding parameter values defined.
Bases:
TUIMethodLists the zones for which no scoped sizing controls have been defined.
Bases:
TUIMethodModifies the scoped size control definition.
Bases:
TUIMethodEnables you to read in a scoped sizing file (*.szcontrol).
Bases:
TUIMethodValidates the scoped sizing controls defined. An error will be reported if the scoped sizing controls do not exist or the scope for one (or more) controls is invalid.
Bases:
TUIMethodEnables you to write a scoped sizing file (*.szcontrol).