class UIScriptedWindowSource
Constructors 2
void ~UIScriptedWindow()Members 3
Widget m_WgtRootReferenced by GetWidgetRoot()
int m_Idstatic ref map<int, UIScriptedWindow> m_ActiveWindowsReferenced by AddToActiveWindows(), GetActiveWindows(), GetWindow()
Show 1 more
, RemoveFromActiveWindows()Methods 32
static void AddToActiveWindows(int id, UIScriptedWindow window)Referenced by UIManager.OpenWindow()
static void RemoveFromActiveWindows(int id)Referenced by UIManager.CloseWindow()
static UIScriptedWindow GetWindow(int id)static map<int, UIScriptedWindow> GetActiveWindows()References m_ActiveWindows
Referenced by UIScriptedMenu.OnChange(), UIScriptedMenu.OnClick(), UIScriptedMenu.OnController()
Show 20 more
, UIScriptedMenu.OnDoubleClick(), UIScriptedMenu.OnDrag(), UIScriptedMenu.OnDragging(), UIScriptedMenu.OnDraggingOver(), UIScriptedMenu.OnDrop(), UIScriptedMenu.OnDropReceived(), UIScriptedMenu.OnEvent(), UIScriptedMenu.OnFocus(), UIScriptedMenu.OnFocusLost(), UIScriptedMenu.OnItemSelected(), UIScriptedMenu.OnKeyDown(), UIScriptedMenu.OnKeyPress(), UIScriptedMenu.OnKeyUp(), UIScriptedMenu.OnModalResult(), UIScriptedMenu.OnMouseButtonDown(), UIScriptedMenu.OnMouseButtonUp(), UIScriptedMenu.OnMouseEnter(), UIScriptedMenu.OnMouseLeave(), UIScriptedMenu.OnMouseWheel(), and UIScriptedMenu.OnSelect()Widget Init()Referenced by UIManager.OpenWindow()
void ShowWindow()void HideWindow()Referenced by UIManager.CloseWindow()
void CloseWindow()