Class: HoldController
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldController.ts:10
A controller for the Hold dialog.
Constructors
Constructor
new HoldController(
store
,fms
,facWaypointCache
):HoldController
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldController.ts:18
Creates an instance of a HoldController.
Parameters
Parameter | Type | Description |
---|---|---|
store | HoldStore | The hold store to use with this instance. |
fms | Fms | The FMS to use with this instance. |
facWaypointCache | GarminFacilityWaypointCache | The facility waypoint cache used by this controller. |
Returns
HoldController
Methods
accept()
accept():
void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldController.ts:84
Accepts the currently defined hold and adds it to the flight plan.
Returns
void
reset()
reset():
void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldController.ts:72
Resets the hold dialog data.
Returns
void