|
| 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 () |
| |
Definition at line 1 of file scriptconsolesoundstab.c.
◆ ScriptConsoleSoundsTab()
| void ScriptConsoleSoundsTab::ScriptConsoleSoundsTab |
( |
Widget | root, |
|
|
ScriptConsole | console, |
|
|
Widget | button, |
|
|
ScriptConsoleTabBase | parent = null ) |
|
protected |
◆ ~ScriptConsoleSoundsTab()
| void ScriptConsoleSoundsTab::~ScriptConsoleSoundsTab |
( |
Widget | root | ) |
|
|
protected |
◆ ChangeFilter()
| void ScriptConsoleSoundsTab::ChangeFilter |
( |
TStringArray | classes, |
|
|
TextListboxWidget | widget, |
|
|
EditBoxWidget | filterWidget, |
|
|
int | categoryMask = -1, |
|
|
bool | ignoreScope = false ) |
|
protected |
◆ ChangeFilterSound()
| void ScriptConsoleSoundsTab::ChangeFilterSound |
( |
| ) |
|
|
protected |
◆ GetMapPos()
| vector ScriptConsoleSoundsTab::GetMapPos |
( |
| ) |
|
|
protected |
◆ GetSoundClasses()
◆ HandleKeys()
| void ScriptConsoleSoundsTab::HandleKeys |
( |
| ) |
|
|
protected |
◆ OnChange()
| override bool ScriptConsoleSoundsTab::OnChange |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
bool | finished ) |
|
protected |
◆ OnClick()
| override bool ScriptConsoleSoundsTab::OnClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnDoubleClick()
| override bool ScriptConsoleSoundsTab::OnDoubleClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ OnMouseButtonDown()
| override bool ScriptConsoleSoundsTab::OnMouseButtonDown |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
|
protected |
◆ PlaySoundEvent()
| void ScriptConsoleSoundsTab::PlaySoundEvent |
( |
| ) |
|
|
protected |
◆ PrepareFilters()
◆ SetMapPos()
| void ScriptConsoleSoundsTab::SetMapPos |
( |
vector | pos | ) |
|
|
protected |
◆ Update()
| override void ScriptConsoleSoundsTab::Update |
( |
float | timeslice | ) |
|
|
protected |
◆ UpdateAttachmentSelection()
| void ScriptConsoleSoundsTab::UpdateAttachmentSelection |
( |
| ) |
|
|
protected |
◆ UpdateMousePos()
| void ScriptConsoleSoundsTab::UpdateMousePos |
( |
| ) |
|
|
protected |
◆ UpdateSelectedColor()
| void ScriptConsoleSoundsTab::UpdateSelectedColor |
( |
ImageWidget | buttonBackground | ) |
|
|
protected |
◆ DEBUG_MAP_ZOOM
| float ScriptConsoleSoundsTab::DEBUG_MAP_ZOOM = 1 |
|
staticprotected |
◆ m_BBackgroundSound
| ImageWidget ScriptConsoleSoundsTab::m_BBackgroundSound |
|
protected |
◆ m_BBackgroundSoundAttachment
| ImageWidget ScriptConsoleSoundsTab::m_BBackgroundSoundAttachment |
|
protected |
◆ m_BBackgroundSoundVoice
| ImageWidget ScriptConsoleSoundsTab::m_BBackgroundSoundVoice |
|
protected |
◆ m_BBackgroundSoundWeapon
| ImageWidget ScriptConsoleSoundsTab::m_BBackgroundSoundWeapon |
|
protected |
◆ m_CheckBoxBackAtt
| CheckBoxWidget ScriptConsoleSoundsTab::m_CheckBoxBackAtt |
|
protected |
◆ m_CheckBoxBodyAtt
| CheckBoxWidget ScriptConsoleSoundsTab::m_CheckBoxBodyAtt |
|
protected |
◆ m_CheckBoxShoulderAtt
| CheckBoxWidget ScriptConsoleSoundsTab::m_CheckBoxShoulderAtt |
|
protected |
◆ m_CopySoundset
| ButtonWidget ScriptConsoleSoundsTab::m_CopySoundset |
|
protected |
◆ m_DebugMapWidget
| MapWidget ScriptConsoleSoundsTab::m_DebugMapWidget |
|
protected |
◆ m_MapDistWidget
| TextWidget ScriptConsoleSoundsTab::m_MapDistWidget |
|
protected |
◆ m_MapHeadingWidget
| TextWidget ScriptConsoleSoundsTab::m_MapHeadingWidget |
|
protected |
◆ m_MapPos
| vector ScriptConsoleSoundsTab::m_MapPos |
|
protected |
◆ m_MouseCurPos
| TextWidget ScriptConsoleSoundsTab::m_MouseCurPos |
|
protected |
◆ m_PlayerPosRefreshBlocked
| bool ScriptConsoleSoundsTab::m_PlayerPosRefreshBlocked |
|
protected |
◆ m_PlaySoundEventButton
| ButtonWidget ScriptConsoleSoundsTab::m_PlaySoundEventButton |
|
protected |
◆ m_PlaySoundset
| ButtonWidget ScriptConsoleSoundsTab::m_PlaySoundset |
|
protected |
◆ m_PlaySoundsetLooped
| ButtonWidget ScriptConsoleSoundsTab::m_PlaySoundsetLooped |
|
protected |
◆ m_RefreshFilterTimer
| ref Timer ScriptConsoleSoundsTab::m_RefreshFilterTimer = new Timer() |
|
protected |
◆ m_SelectedAttachments
| string ScriptConsoleSoundsTab::m_SelectedAttachments |
|
staticprotected |
◆ m_SelectedBackground
| ImageWidget ScriptConsoleSoundsTab::m_SelectedBackground |
|
protected |
◆ m_SelectedID
| int ScriptConsoleSoundsTab::m_SelectedID |
|
staticprotected |
◆ m_SelectedSoundEventType
| string ScriptConsoleSoundsTab::m_SelectedSoundEventType |
|
staticprotected |
◆ m_SetETSoundAttachmentButton
| ButtonWidget ScriptConsoleSoundsTab::m_SetETSoundAttachmentButton |
|
protected |
◆ m_SetETSoundButton
| ButtonWidget ScriptConsoleSoundsTab::m_SetETSoundButton |
|
protected |
◆ m_SetETSoundVoiceButton
| ButtonWidget ScriptConsoleSoundsTab::m_SetETSoundVoiceButton |
|
protected |
◆ m_SetETSoundWeaponButton
| ButtonWidget ScriptConsoleSoundsTab::m_SetETSoundWeaponButton |
|
protected |
◆ m_SoundEventIDBox
| EditBoxWidget ScriptConsoleSoundsTab::m_SoundEventIDBox |
|
protected |
◆ m_SoundFilter
| EditBoxWidget ScriptConsoleSoundsTab::m_SoundFilter |
|
protected |
◆ m_SoundSet
◆ m_SoundsTextListbox
| TextListboxWidget ScriptConsoleSoundsTab::m_SoundsTextListbox |
|
protected |
◆ m_StopSoundset
| ButtonWidget ScriptConsoleSoundsTab::m_StopSoundset |
|
protected |
The documentation for this class was generated from the following file: