DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс ScriptConsoleSoundsTab
+ Граф наследования:ScriptConsoleSoundsTab:

Защищенные члены

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 ()
 

Защищенные данные

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 float DEBUG_MAP_ZOOM = 1
 
static int m_SelectedID
 
static string m_SelectedSoundEventType
 
static string m_SelectedAttachments
 
static EffectSound m_SoundSet
 

Дополнительные унаследованные члены

- Закрытые члены унаследованные от ScriptConsoleTabBase
void ScriptConsoleTabBase (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null)
 
void Init (int id)
 
int GetID ()
 
Widget GetRoot ()
 
bool IsSelected ()
 
void Select (bool select, ScriptConsoleTabBase selectedHandler)
 
void OnSelected ()
 
void Show (bool show, ScriptConsoleTabBase selectedHandler)
 
Widget GetButton ()
 
void Update (float timeslice)
 
bool OnChange (Widget w, int x, int y, bool finished)
 
bool OnClick (Widget w, int x, int y, int button)
 
bool OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn)
 
bool OnKeyDown (Widget w, int x, int y, int key)
 
bool OnDoubleClick (Widget w, int x, int y, int button)
 
void OnRPCEx (int rpc_type, ParamsReadContext ctx)
 
bool OnMouseButtonDown (Widget w, int x, int y, int button)
 
bool OnKeyPress (Widget w, int x, int y, int key)
 
bool OnMouseEnter (Widget w, int x, int y)
 
bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
 
void AddItemToClipboard (TextListboxWidget text_listbox_widget)
 
- Закрытые данные унаследованные от ScriptConsoleTabBase
int m_Id
 
bool m_IsSelected
 
bool m_IsShiftDown
 
Widget m_ParentRoot
 
Widget m_Root
 
Widget m_Button
 
ScriptConsole m_ScriptConsole
 
ScriptConsoleTabBase m_Parent
 
PluginConfigDebugProfile m_ConfigDebugProfile
 
PluginConfigDebugProfileFixed m_ConfigDebugProfileFixed
 

Подробное описание

См. определение в файле ScriptConsoleSoundsTab.c строка 1