KUIML
Blue Cat's User Interface Programming Language
XY_ZOOM_SELECT_PAD

Description

Active element that both includes an XY_PARAM_PAD to control two parameters at the same time, and a 2 dimensional zooming capability by selecting an area on the screen. The widget can be connected to two coordinates parameters, and four additional zooming parameters (zoom and offset for each dimension).

Inherited Attributes

See XY_PARAM_PAD.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

color

color

white

Color of the selection retangle.


1.4

No

x_zoom_param_id

param id

Empty

id of the parameter holding the x zoom value.

The values that can be set by the control for the zoom are real numbers from 1 to infinity.

1.4

No

y_zoom_param_id

param id

Empty

id of the parameter holding the y zoom value.

The values that can be set by the control for the zoom are real numbers from 1 to infinity.

1.4

No

x_offset_param_id

param id

Empty

id of the parameter holding the x offset value.

The values that can be set by the control for the offset are real numbers from 0 to 1.

1.4

No

y_offset_param_id

param id

Empty

id of the parameter holding the y offset value.

The values that can be set by the control for the offset are real numbers from 0 to 1.

1.4

No