DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс UIScriptedWindow

Закрытые члены

void UIScriptedWindow (int id)
 
void ~UIScriptedWindow ()
 
Widget GetWidgetRoot ()
 
Widget Init ()
 
void ShowWindow ()
 
void HideWindow ()
 
void CloseWindow ()
 
bool OnClick (Widget w, int x, int y, int button)
 
bool OnModalResult (Widget w, int x, int y, int code, int result)
 
bool OnDoubleClick (Widget w, int x, int y, int button)
 
bool OnSelect (Widget w, int x, int y)
 
bool OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn)
 
bool OnFocus (Widget w, int x, int y)
 
bool OnFocusLost (Widget w, int x, int y)
 
bool OnMouseEnter (Widget w, int x, int y)
 
bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
 
bool OnMouseButtonDown (Widget w, int x, int y, int button)
 
bool OnMouseButtonUp (Widget w, int x, int y, int button)
 
bool OnMouseWheel (Widget w, int x, int y, int wheel)
 
bool OnController (Widget w, int control, int value)
 
bool OnKeyDown (Widget w, int x, int y, int key)
 
bool OnKeyUp (Widget w, int x, int y, int key)
 
bool OnKeyPress (Widget w, int x, int y, int key)
 
bool OnChange (Widget w, int x, int y, bool finished)
 
bool OnDrag (Widget w, int x, int y)
 
bool OnDragging (Widget w, int x, int y, Widget reciever)
 
bool OnDraggingOver (Widget w, int x, int y, Widget reciever)
 
bool OnDrop (Widget w, int x, int y, Widget reciever)
 
bool OnDropReceived (Widget w, int x, int y, Widget reciever)
 
bool OnEvent (EventType eventType, Widget target, int parameter0, int parameter1)
 

Закрытые статические члены

static void AddToActiveWindows (int id, UIScriptedWindow window)
 
static void RemoveFromActiveWindows (int id)
 
static UIScriptedWindow GetWindow (int id)
 
static map< int, UIScriptedWindowGetActiveWindows ()
 

Закрытые данные

Widget m_WgtRoot
 
int m_Id
 

Закрытые статические данные

static ref map< int, UIScriptedWindowm_ActiveWindows
 

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

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