core.service.control.clear_controls()[source]
core.service.control.create_control(name, iname=None, value=None, constraints=None)[source]

Create a new Control object. This object is local and standalone. To track it, use register service.

core.service.control.get_control(name)[source]

Get a tracked control by name. If multiple control with same name exists, returns a list of controls.

core.service.control.group_controls(control_list)[source]
core.service.control.new_control(name, iname=None, value=None, constraints=None)[source]

Create a new tracked control.

core.service.control.register_control(control)[source]

Ask application to track control.

core.service.control.unregister_control(control)[source]

Ask application to stop tracking control.

Previous topic

core.service package

Next topic

<no title>

This Page