Skip to main content

Class: FPLUtils

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLUtils.tsx:13

Utility methods for working with the flight plan display.

Constructors

Constructor

new FPLUtils(): FPLUtils

Returns

FPLUtils

Methods

openActivateLegDialog()

static openActivateLegDialog(fms, segmentIndex, segmentLegIndex, viewService): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLUtils.tsx:21

Opens the activate leg dialog.

Parameters

ParameterTypeDescription
fmsFmsThe flight management system.
segmentIndexnumberThe index of the segment containing the leg to activate.
segmentLegIndexnumberThe index of the leg to activate in its segment.
viewServiceViewServiceThe view service to use to open the dialog.

Returns

void