DIFF

class ConnectionDialogueSource

ConnectionDialogue UIScriptedMenu UIMenuPanel Managed

All members, including inherited

Constructors 2

void ConnectionDialogue()

Members 5

protected bool m_DebugMonitorHidden
Referenced by OnHide(), and OnShow()
protected MultilineTextWidget m_Description
protected ButtonWidget m_DisconnectBtn
protected RichTextWidget m_DisconnectBtnLabelPLATFORM_CONSOLE
Referenced by Init(), and OnInputDeviceChanged()
protected Widget m_ConsoleToolbarPLATFORM_CONSOLE

Methods 12

protected void UpdateControlsElementVisibility()PLATFORM_CONSOLE
override bool OnFocus(Widget w, int x, int y)PLATFORM_CONSOLE
override bool OnFocusLost(Widget w, int x, int y)PLATFORM_CONSOLE
override bool OnClick(Widget w, int x, int y, int button)
override bool OnMouseEnter(Widget w, int x, int y)
override bool OnMouseLeave(Widget w, Widget enterW, int x, int y)
override void Update(float timeslice)

Show debug monitor again if it was shown before

void CloseDialog()
Referenced by OnClick(), and Update()