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
Parameter | Type | Description |
---|---|---|
fms | Fms | The flight management system. |
segmentIndex | number | The index of the segment containing the leg to activate. |
segmentLegIndex | number | The index of the leg to activate in its segment. |
viewService | ViewService | The view service to use to open the dialog. |
Returns
void