DIFF

class RespawnDialogueSource

RespawnDialogue UIScriptedMenu UIMenuPanel Managed

All members, including inherited

Constructors 2

void RespawnDialogue()
void ~RespawnDialogue()

Constants 2

const int ID_RESPAWN_CUSTOM = 101
Referenced by IsFocusable(), OnClick(), OnFocus()
Show 1 more, OnMouseEnter()
const int ID_RESPAWN_RANDOM = 102
Referenced by IsFocusable(), OnClick(), OnFocus()
Show 1 more, OnMouseEnter()

Members 5

protected Widget m_DetailsRoot
Referenced by Init(), and SetTooltipTexts()
protected TextWidget m_DetailsLabel
Referenced by Init(), and SetTooltipTexts()
protected RichTextWidget m_DetailsText
Referenced by Init(), and SetTooltipTexts()
protected Widget m_CustomRespawn
Referenced by Init(), and OnShow()
protected Widget m_CurrentlyHighlighted
Referenced by ColorHighlight()

Methods 15

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)
References ColorNormal()
override void OnShow()
override bool OnFocus(Widget w, int x, int y)
override bool OnFocusLost(Widget w, int x, int y)
bool IsFocusable(Widget w)
Referenced by OnFocus(), and OnFocusLost()
protected void ColorHighlight(Widget w)
Referenced by OnFocus(), and OnMouseEnter()
protected void ColorNormal(Widget w)
protected void ButtonSetColor(Widget w, int color)
Referenced by ColorHighlight(), and ColorNormal()
protected void ButtonSetTextColor(Widget w, int color)
Referenced by ColorHighlight(), and ColorNormal()
void SetTooltipTexts(Widget w, string header = "", string desc = "")
Referenced by OnFocus(), and OnMouseEnter()