Skip to main content

Class: WeatherMapUserSettings

Utility class for retrieving G3000 weather map user setting managers.

Constructors

constructor

new WeatherMapUserSettings(): WeatherMapUserSettings

Returns

WeatherMapUserSettings

Methods

getDefaultValues

getDefaultValues(): WeatherMapUserSettingTypes

Gets the default values for a full set of aliased weather map settings.

Returns

WeatherMapUserSettingTypes

The default values for a full set of aliased weather map settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:67


getDisplayPaneManager

getDisplayPaneManager(bus, index): UserSettingManager<WeatherMapUserSettingTypes>

Retrieves a manager for aliased weather map settings for a single display pane.

Parameters

NameTypeDescription
busEventBusThe event bus.
indexControllableDisplayPaneIndexThe index of the display pane.

Returns

UserSettingManager<WeatherMapUserSettingTypes>

A manager for aliased weather map settings for the specified display pane.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:57


getMasterManager

getMasterManager(bus): UserSettingManager<WeatherMapAllUserSettingTypes>

Retrieves a manager for all true weather map settings.

Parameters

NameTypeDescription
busEventBusThe event bus.

Returns

UserSettingManager<WeatherMapAllUserSettingTypes>

A manager for all true weather map settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:42