Class: GtcUserSettings
Utility class for retrieving GTC user setting managers.
Constructors
constructor
• new GtcUserSettings(): GtcUserSettings
Returns
Methods
getAliasedManager
▸ getAliasedManager<Index
>(bus
, index
): UserSettingManager
<GtcAliasedUserSettingTypes
>
Retrieves a manager for aliased GTC settings for a single GTC.
Type parameters
Name | Type |
---|---|
Index | extends GtcIndex |
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
index | Index | The index of the GTC. |
Returns
UserSettingManager
<GtcAliasedUserSettingTypes
>
A manager for aliased GTC settings for the specified GTC.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Settings/GtcUserSettings.ts:110
getMasterManager
▸ getMasterManager(bus
): UserSettingManager
<GtcAllUserSettingTypes
>
Retrieves a manager for all true GTC settings.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
Returns
UserSettingManager
<GtcAllUserSettingTypes
>
A manager for all true GTC settings.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Settings/GtcUserSettings.ts:94