Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
ScriptConsoleSoundsTab Class Reference
Inheritance diagram for ScriptConsoleSoundsTab:
ScriptConsoleTabBase

Protected Member Functions

void ScriptConsoleSoundsTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null)
 
void ~ScriptConsoleSoundsTab (Widget root)
 
override bool OnChange (Widget w, int x, int y, bool finished)
 
void UpdateMousePos ()
 
void PrepareFilters (string filter, out TStringArray filters)
 
void ChangeFilter (TStringArray classes, TextListboxWidget widget, EditBoxWidget filterWidget, int categoryMask=-1, bool ignoreScope=false)
 
override void Update (float timeslice)
 
void HandleKeys ()
 
void SetMapPos (vector pos)
 
vector GetMapPos ()
 
void PlaySoundEvent ()
 
void UpdateAttachmentSelection ()
 
void UpdateSelectedColor (ImageWidget buttonBackground)
 
override bool OnMouseButtonDown (Widget w, int x, int y, int button)
 
override bool OnClick (Widget w, int x, int y, int button)
 
override bool OnDoubleClick (Widget w, int x, int y, int button)
 
TStringArray GetSoundClasses ()
 
void ChangeFilterSound ()
 

Protected Attributes

bool m_PlayerPosRefreshBlocked
 
vector m_MapPos
 
ButtonWidget m_SetETSoundButton
 
ButtonWidget m_SetETSoundWeaponButton
 
ButtonWidget m_SetETSoundAttachmentButton
 
ButtonWidget m_SetETSoundVoiceButton
 
ButtonWidget m_PlaySoundEventButton
 
ButtonWidget m_CopySoundset
 
ButtonWidget m_PlaySoundset
 
ButtonWidget m_PlaySoundsetLooped
 
ButtonWidget m_StopSoundset
 
EditBoxWidget m_SoundEventIDBox
 
EditBoxWidget m_SoundFilter
 
TextListboxWidget m_SoundsTextListbox
 
ref Timer m_RefreshFilterTimer = new Timer()
 
MapWidget m_DebugMapWidget
 
TextWidget m_MapDistWidget
 
TextWidget m_MouseCurPos
 
TextWidget m_MapHeadingWidget
 
ImageWidget m_BBackgroundSound
 
ImageWidget m_BBackgroundSoundWeapon
 
ImageWidget m_BBackgroundSoundAttachment
 
ImageWidget m_BBackgroundSoundVoice
 
ImageWidget m_SelectedBackground
 
CheckBoxWidget m_CheckBoxShoulderAtt
 
CheckBoxWidget m_CheckBoxBodyAtt
 
CheckBoxWidget m_CheckBoxBackAtt
 

Static Protected Attributes

static float DEBUG_MAP_ZOOM = 1
 
static int m_SelectedID
 
static string m_SelectedSoundEventType
 
static string m_SelectedAttachments
 
static EffectSound m_SoundSet
 

Detailed Description

Definition at line 1 of file scriptconsolesoundstab.c.

Constructor & Destructor Documentation

◆ ScriptConsoleSoundsTab()

void ScriptConsoleSoundsTab::ScriptConsoleSoundsTab ( Widget root,
ScriptConsole console,
Widget button,
ScriptConsoleTabBase parent = null )
protected

Definition at line 42 of file scriptconsolesoundstab.c.

◆ ~ScriptConsoleSoundsTab()

void ScriptConsoleSoundsTab::~ScriptConsoleSoundsTab ( Widget root)
protected

Definition at line 105 of file scriptconsolesoundstab.c.

Member Function Documentation

◆ ChangeFilter()

void ScriptConsoleSoundsTab::ChangeFilter ( TStringArray classes,
TextListboxWidget widget,
EditBoxWidget filterWidget,
int categoryMask = -1,
bool ignoreScope = false )
protected

Definition at line 172 of file scriptconsolesoundstab.c.

◆ ChangeFilterSound()

void ScriptConsoleSoundsTab::ChangeFilterSound ( )
protected

Definition at line 455 of file scriptconsolesoundstab.c.

◆ GetMapPos()

vector ScriptConsoleSoundsTab::GetMapPos ( )
protected

Definition at line 294 of file scriptconsolesoundstab.c.

◆ GetSoundClasses()

TStringArray ScriptConsoleSoundsTab::GetSoundClasses ( )
protected

Definition at line 450 of file scriptconsolesoundstab.c.

◆ HandleKeys()

void ScriptConsoleSoundsTab::HandleKeys ( )
protected

Definition at line 269 of file scriptconsolesoundstab.c.

◆ OnChange()

override bool ScriptConsoleSoundsTab::OnChange ( Widget w,
int x,
int y,
bool finished )
protected

Definition at line 110 of file scriptconsolesoundstab.c.

◆ OnClick()

override bool ScriptConsoleSoundsTab::OnClick ( Widget w,
int x,
int y,
int button )
protected

Definition at line 363 of file scriptconsolesoundstab.c.

◆ OnDoubleClick()

override bool ScriptConsoleSoundsTab::OnDoubleClick ( Widget w,
int x,
int y,
int button )
protected

Definition at line 437 of file scriptconsolesoundstab.c.

◆ OnMouseButtonDown()

override bool ScriptConsoleSoundsTab::OnMouseButtonDown ( Widget w,
int x,
int y,
int button )
protected

Definition at line 336 of file scriptconsolesoundstab.c.

◆ PlaySoundEvent()

void ScriptConsoleSoundsTab::PlaySoundEvent ( )
protected

Definition at line 299 of file scriptconsolesoundstab.c.

◆ PrepareFilters()

void ScriptConsoleSoundsTab::PrepareFilters ( string filter,
out TStringArray filters )
protected

Definition at line 155 of file scriptconsolesoundstab.c.

◆ SetMapPos()

void ScriptConsoleSoundsTab::SetMapPos ( vector pos)
protected

Definition at line 289 of file scriptconsolesoundstab.c.

◆ Update()

override void ScriptConsoleSoundsTab::Update ( float timeslice)
protected

Definition at line 249 of file scriptconsolesoundstab.c.

◆ UpdateAttachmentSelection()

void ScriptConsoleSoundsTab::UpdateAttachmentSelection ( )
protected

Definition at line 313 of file scriptconsolesoundstab.c.

◆ UpdateMousePos()

void ScriptConsoleSoundsTab::UpdateMousePos ( )
protected

Definition at line 122 of file scriptconsolesoundstab.c.

◆ UpdateSelectedColor()

void ScriptConsoleSoundsTab::UpdateSelectedColor ( ImageWidget buttonBackground)
protected

Definition at line 326 of file scriptconsolesoundstab.c.

Member Data Documentation

◆ DEBUG_MAP_ZOOM

float ScriptConsoleSoundsTab::DEBUG_MAP_ZOOM = 1
staticprotected

Definition at line 4 of file scriptconsolesoundstab.c.

◆ m_BBackgroundSound

ImageWidget ScriptConsoleSoundsTab::m_BBackgroundSound
protected

Definition at line 32 of file scriptconsolesoundstab.c.

◆ m_BBackgroundSoundAttachment

ImageWidget ScriptConsoleSoundsTab::m_BBackgroundSoundAttachment
protected

Definition at line 34 of file scriptconsolesoundstab.c.

◆ m_BBackgroundSoundVoice

ImageWidget ScriptConsoleSoundsTab::m_BBackgroundSoundVoice
protected

Definition at line 35 of file scriptconsolesoundstab.c.

◆ m_BBackgroundSoundWeapon

ImageWidget ScriptConsoleSoundsTab::m_BBackgroundSoundWeapon
protected

Definition at line 33 of file scriptconsolesoundstab.c.

◆ m_CheckBoxBackAtt

CheckBoxWidget ScriptConsoleSoundsTab::m_CheckBoxBackAtt
protected

Definition at line 40 of file scriptconsolesoundstab.c.

◆ m_CheckBoxBodyAtt

CheckBoxWidget ScriptConsoleSoundsTab::m_CheckBoxBodyAtt
protected

Definition at line 39 of file scriptconsolesoundstab.c.

◆ m_CheckBoxShoulderAtt

CheckBoxWidget ScriptConsoleSoundsTab::m_CheckBoxShoulderAtt
protected

Definition at line 38 of file scriptconsolesoundstab.c.

◆ m_CopySoundset

ButtonWidget ScriptConsoleSoundsTab::m_CopySoundset
protected

Definition at line 15 of file scriptconsolesoundstab.c.

◆ m_DebugMapWidget

MapWidget ScriptConsoleSoundsTab::m_DebugMapWidget
protected

Definition at line 27 of file scriptconsolesoundstab.c.

◆ m_MapDistWidget

TextWidget ScriptConsoleSoundsTab::m_MapDistWidget
protected

Definition at line 28 of file scriptconsolesoundstab.c.

◆ m_MapHeadingWidget

TextWidget ScriptConsoleSoundsTab::m_MapHeadingWidget
protected

Definition at line 30 of file scriptconsolesoundstab.c.

◆ m_MapPos

vector ScriptConsoleSoundsTab::m_MapPos
protected

Definition at line 5 of file scriptconsolesoundstab.c.

◆ m_MouseCurPos

TextWidget ScriptConsoleSoundsTab::m_MouseCurPos
protected

Definition at line 29 of file scriptconsolesoundstab.c.

◆ m_PlayerPosRefreshBlocked

bool ScriptConsoleSoundsTab::m_PlayerPosRefreshBlocked
protected

Definition at line 3 of file scriptconsolesoundstab.c.

◆ m_PlaySoundEventButton

ButtonWidget ScriptConsoleSoundsTab::m_PlaySoundEventButton
protected

Definition at line 14 of file scriptconsolesoundstab.c.

◆ m_PlaySoundset

ButtonWidget ScriptConsoleSoundsTab::m_PlaySoundset
protected

Definition at line 16 of file scriptconsolesoundstab.c.

◆ m_PlaySoundsetLooped

ButtonWidget ScriptConsoleSoundsTab::m_PlaySoundsetLooped
protected

Definition at line 17 of file scriptconsolesoundstab.c.

◆ m_RefreshFilterTimer

ref Timer ScriptConsoleSoundsTab::m_RefreshFilterTimer = new Timer()
protected

Definition at line 25 of file scriptconsolesoundstab.c.

◆ m_SelectedAttachments

string ScriptConsoleSoundsTab::m_SelectedAttachments
staticprotected

Definition at line 8 of file scriptconsolesoundstab.c.

◆ m_SelectedBackground

ImageWidget ScriptConsoleSoundsTab::m_SelectedBackground
protected

Definition at line 36 of file scriptconsolesoundstab.c.

◆ m_SelectedID

int ScriptConsoleSoundsTab::m_SelectedID
staticprotected

Definition at line 6 of file scriptconsolesoundstab.c.

◆ m_SelectedSoundEventType

string ScriptConsoleSoundsTab::m_SelectedSoundEventType
staticprotected

Definition at line 7 of file scriptconsolesoundstab.c.

◆ m_SetETSoundAttachmentButton

ButtonWidget ScriptConsoleSoundsTab::m_SetETSoundAttachmentButton
protected

Definition at line 12 of file scriptconsolesoundstab.c.

◆ m_SetETSoundButton

ButtonWidget ScriptConsoleSoundsTab::m_SetETSoundButton
protected

Definition at line 10 of file scriptconsolesoundstab.c.

◆ m_SetETSoundVoiceButton

ButtonWidget ScriptConsoleSoundsTab::m_SetETSoundVoiceButton
protected

Definition at line 13 of file scriptconsolesoundstab.c.

◆ m_SetETSoundWeaponButton

ButtonWidget ScriptConsoleSoundsTab::m_SetETSoundWeaponButton
protected

Definition at line 11 of file scriptconsolesoundstab.c.

◆ m_SoundEventIDBox

EditBoxWidget ScriptConsoleSoundsTab::m_SoundEventIDBox
protected

Definition at line 20 of file scriptconsolesoundstab.c.

◆ m_SoundFilter

EditBoxWidget ScriptConsoleSoundsTab::m_SoundFilter
protected

Definition at line 21 of file scriptconsolesoundstab.c.

◆ m_SoundSet

EffectSound ScriptConsoleSoundsTab::m_SoundSet
staticprotected

Definition at line 24 of file scriptconsolesoundstab.c.

◆ m_SoundsTextListbox

TextListboxWidget ScriptConsoleSoundsTab::m_SoundsTextListbox
protected

Definition at line 22 of file scriptconsolesoundstab.c.

◆ m_StopSoundset

ButtonWidget ScriptConsoleSoundsTab::m_StopSoundset
protected

Definition at line 18 of file scriptconsolesoundstab.c.


The documentation for this class was generated from the following file: