Skip to main content

Class: GtcKnobHandler

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobHandler.ts:17

Handles default behavior for the physical GTC knobs and buttons.

Constructors

Constructor

new GtcKnobHandler(gtcService): GtcKnobHandler

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobHandler.ts:72

The GtcKnobHandler constructor.

Parameters

ParameterTypeDescription
gtcServiceGtcServiceThe GTC service instance for the GTC with which this handler is associated.

Returns

GtcKnobHandler

Methods

handleDefaultInteractionBehavior()

handleDefaultInteractionBehavior(event): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobHandler.ts:81

Handles GtcInteractionEvents in the case that a GtcView has not overridden the knob behavior.

Parameters

ParameterTypeDescription
eventGtcInteractionEventThe event.

Returns

void