DIFF

class OptionsMenuSoundsSource

OptionsMenuSounds ScriptedWidgetEventHandler Managed

All members, including inherited

Constructors 2

void OptionsMenuSounds(Widget parent, Widget details_root, GameOptions options, OptionsMenu menu)
References Class.Cast(), Class.Cast(), Class.Cast()
Show 79 more, Class.Cast(), Class.Cast(), WorkspaceWidget.CreateWidgets(), CGame.EnableMicCapture(), FillTextMap(), Widget.FindAnyWidget(), Widget.FindAnyWidget(), OptionsAccess.GetEvents(), ListOptionsAccess.GetIndex(), VONManager.GetInstance(), GetLayoutName(), NumericOptionsAccess.GetMax(), NumericOptionsAccess.GetMax(), NumericOptionsAccess.GetMax(), NumericOptionsAccess.GetMax(), NumericOptionsAccess.GetMax(), NumericOptionsAccess.GetMin(), NumericOptionsAccess.GetMin(), NumericOptionsAccess.GetMin(), NumericOptionsAccess.GetMin(), NumericOptionsAccess.GetMin(), CGame.GetMission(), GameOptions.GetOptionByType(), DayZGame.GetProfileOptionInt(), Widget.GetScreenSize(), CGame.GetWorkspace(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), ScriptInvoker.Insert(), CGame.IsInPartyChat(), CGame.IsMicCapturing(), new OptionSelectorLevelMarker(), new OptionSelectorMultistate(), new OptionSelectorSlider(), NumericOptionsAccess.ReadValue(), NumericOptionsAccess.ReadValue(), NumericOptionsAccess.ReadValue(), NumericOptionsAccess.ReadValue(), NumericOptionsAccess.ReadValue(), Timer.Run(), Widget.SetAlpha(), Widget.SetHandler(), Widget.SetUserID(), new Timer(), m_AmbientMusicSelector, m_AudioLevelTimer, m_DetailsBodyConnectivity, m_DetailsBodyDefault, m_DetailsLabel, m_DetailsRoot, m_DetailsText, m_EffectsOption, m_EffectsSelector, m_InputModeOption, m_InputModeSelector, m_MasterOption, m_MasterSelector, m_Menu, m_MissionGameplay, m_MusicOption, m_MusicSelector, VONManagerBase.m_OnPartyChatChangedEvent, VONManagerBase.m_OnVonStateEvent, OptionSelectorBase.m_OptionChanged, m_Options, m_Root, m_VOIPOption, m_VOIPSelector, m_VOIPThresholdOption, m_VOIPThresholdSelector, m_VonManager, and m_WasMicCapturing
Referenced by OptionsMenu.Init()

Members 27

protected Widget m_Root
Referenced by OptionsMenuSounds()
protected Widget m_SettingsRoot
protected Widget m_DetailsRoot
protected Widget m_DetailsBodyDefault
protected Widget m_DetailsBodyConnectivity
protected TextWidget m_DetailsLabel
protected RichTextWidget m_DetailsText
protected ref NumericOptionsAccess m_MasterOption
Referenced by OptionsMenuSounds(), Revert(), SetOptions()
Show 2 more, SetToDefaults(), and UpdateMaster()
protected ref NumericOptionsAccess m_EffectsOption
Referenced by OptionsMenuSounds(), Revert(), SetOptions()
Show 2 more, SetToDefaults(), and UpdateEffects()
protected ref NumericOptionsAccess m_VOIPOption
Referenced by OptionsMenuSounds(), Revert(), SetOptions()
Show 2 more, SetToDefaults(), and UpdateVOIP()
protected ref NumericOptionsAccess m_VOIPThresholdOption
protected ref NumericOptionsAccess m_MusicOption
Referenced by OptionsMenuSounds(), Revert(), SetOptions()
Show 2 more, SetToDefaults(), and UpdateMusic()
protected ref ListOptionsAccess m_InputModeOption
Referenced by OptionsMenuSounds(), Revert(), SetOptions()
Show 2 more, SetToDefaults(), and UpdateInputMode()
protected ref OptionSelectorSlider m_MasterSelector
Referenced by Focus(), OptionsMenuSounds(), Revert()
Show 1 more, SetToDefaults()
protected ref OptionSelectorSlider m_EffectsSelector
protected ref OptionSelectorSlider m_VOIPSelector
protected ref OptionSelectorLevelMarker m_VOIPThresholdSelector
Referenced by OptionsMenuSounds(), Revert(), SetToDefaults()
Show 1 more, UpdateAudioLevel()
protected ref OptionSelectorSlider m_MusicSelector
protected ref OptionSelectorMultistate m_InputModeSelector
protected ref OptionSelectorMultistate m_AmbientMusicSelector
Referenced by Apply(), IsChanged(), OptionsMenuSounds()
Show 2 more, Revert(), and SetToDefaults()
protected ref Timer m_AudioLevelTimer
protected GameOptions m_Options
protected MissionGameplay m_MissionGameplay
protected VONManagerBase m_VonManager
protected ref map<int, ref Param2<string, string>> m_TextMap
private bool m_WasMicCapturing

Methods 26

string GetLayoutName()
Referenced by OptionsMenuSounds()
override bool OnMouseEnter(Widget w, int x, int y)
override bool OnMouseLeave(Widget w, Widget enterW, int x, int y)
void OnPartyChatChangedEvent()
void UpdateWasMicCapturing()
void ReloadOptions()
void ToggleDependentOptions(int mode, bool state)
void InitDependentOptionsVisibility()
void UpdateMaster(float value)
void UpdateEffects(float value)
void UpdateVOIP(float value)
void UpdateVOIPThreshold(float value)
void UpdateMusic(float value)
void UpdateAmbientSoundModeOption(int value)
void UpdateInputMode(int newIndex)
void FillTextMap()
References map.Insert(), and m_TextMap
Referenced by OptionsMenuSounds()