DIFF

class ScriptConsoleToolTipEventHandlerSource

ScriptConsoleToolTipEventHandler ScriptedWidgetEventHandler Managed

All members, including inherited

Members 9

reference string HintMessage
Referenced by GetMessage()
protected Widget m_Root
Referenced by OnWidgetScriptInit(), and Tick()
protected float m_HoverTime
Referenced by HoverInterrupt(), and Tick()
protected bool m_HoverSuccessTriggered
protected Widget m_CurrentHoverWidget
protected Widget m_HintWidgetRoot
Referenced by DisplayHint(), and HideHint()
protected ImageWidget m_HintWidgetBackground
Referenced by DisplayHint()
protected RichTextWidget m_HintWidget
Referenced by DisplayHint()
protected ref Timer m_Timer
Referenced by HoverInterrupt(), and OnMouseEnter()

Methods 9

void OnWidgetScriptInit(Widget w)
override bool OnMouseEnter(Widget w, int x, int y)
References Timer.Run(), new Timer(), m_CurrentHoverWidget
Show 1 more, m_Timer
override bool OnMouseLeave(Widget w, Widget enterW, int x, int y)
References HoverInterrupt()
protected void HideHint()
Referenced by HoverInterrupt()
protected string GetMessage()
References HintMessage
Referenced by HoverSuccess()
protected void HoverSuccess()
Referenced by Tick()
protected void HoverInterrupt()
Referenced by OnMouseLeave(), and Tick()