Skip to main content

Class: WeatherMapUserSettings

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeatherMapUserSettings.ts:33

Utility class for retrieving G3000 weather map user setting managers.

Constructors

Constructor

new WeatherMapUserSettings(): WeatherMapUserSettings

Returns

WeatherMapUserSettings

Methods

getDefaultValues()

static getDefaultValues(): WeatherMapUserSettingTypes

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeatherMapUserSettings.ts:67

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.


getDisplayPaneManager()

static getDisplayPaneManager(bus, index): UserSettingManager<WeatherMapUserSettingTypes>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeatherMapUserSettings.ts:57

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

Parameters

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

Returns

UserSettingManager<WeatherMapUserSettingTypes>

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


getMasterManager()

static getMasterManager(bus): UserSettingManager<WeatherMapAllUserSettingTypes>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeatherMapUserSettings.ts:42

Retrieves a manager for all true weather map settings.

Parameters

ParameterTypeDescription
busEventBusThe event bus.

Returns

UserSettingManager<WeatherMapAllUserSettingTypes>

A manager for all true weather map settings.