Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MainMenuNewsToast Class Reference
Inheritance diagram for SCR_MainMenuNewsToast:
SCR_ScriptedWidgetComponent

Protected Member Functions

override void HandlerAttached (Widget w)
void Init ()
bool IsHovered ()
override bool OnMouseEnter (Widget w, int x, int y)
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
void OnMoreInfo ()
void OnCommStatusCheckFinished (SCR_ECommStatus status, float responseTime, float lastSuccessTime, float lastFailTime)

Protected Attributes

const string LINK_FALLBACK = "https://reforger.armaplatform.com/news"
const string WIDGET_NAME_TITLE = "m_wTitle"
const string WIDGET_NAME_DESC = "m_wDescription"
const string WIDGET_NAME_BUTTON = "m_wButton"
TextWidget m_wTitle
TextWidget m_wDescription
SCR_InputButtonComponent m_MoreInfoButton
string m_sMoreInfoLink
bool m_bIsHovered

Detailed Description

Definition at line 1 of file SCR_MainMenuNewsToast.c.

Member Function Documentation

◆ HandlerAttached()

override void SCR_MainMenuNewsToast::HandlerAttached ( Widget w)
inlineprotected

Definition at line 21 of file SCR_MainMenuNewsToast.c.

◆ Init()

void SCR_MainMenuNewsToast::Init ( )
inlineprotected

Definition at line 39 of file SCR_MainMenuNewsToast.c.

◆ IsHovered()

bool SCR_MainMenuNewsToast::IsHovered ( )
inlineprotected

Definition at line 73 of file SCR_MainMenuNewsToast.c.

◆ OnCommStatusCheckFinished()

void SCR_MainMenuNewsToast::OnCommStatusCheckFinished ( SCR_ECommStatus status,
float responseTime,
float lastSuccessTime,
float lastFailTime )
inlineprotected

Definition at line 109 of file SCR_MainMenuNewsToast.c.

◆ OnMoreInfo()

void SCR_MainMenuNewsToast::OnMoreInfo ( )
inlineprotected

Definition at line 93 of file SCR_MainMenuNewsToast.c.

◆ OnMouseEnter()

override bool SCR_MainMenuNewsToast::OnMouseEnter ( Widget w,
int x,
int y )
inlineprotected

Definition at line 79 of file SCR_MainMenuNewsToast.c.

◆ OnMouseLeave()

override bool SCR_MainMenuNewsToast::OnMouseLeave ( Widget w,
Widget enterW,
int x,
int y )
inlineprotected

Definition at line 86 of file SCR_MainMenuNewsToast.c.

Member Data Documentation

◆ LINK_FALLBACK

const string SCR_MainMenuNewsToast::LINK_FALLBACK = "https://reforger.armaplatform.com/news"
protected

Definition at line 6 of file SCR_MainMenuNewsToast.c.

◆ m_bIsHovered

bool SCR_MainMenuNewsToast::m_bIsHovered
protected

Definition at line 18 of file SCR_MainMenuNewsToast.c.

◆ m_MoreInfoButton

SCR_InputButtonComponent SCR_MainMenuNewsToast::m_MoreInfoButton
protected

Definition at line 14 of file SCR_MainMenuNewsToast.c.

◆ m_sMoreInfoLink

string SCR_MainMenuNewsToast::m_sMoreInfoLink
protected

Definition at line 16 of file SCR_MainMenuNewsToast.c.

◆ m_wDescription

TextWidget SCR_MainMenuNewsToast::m_wDescription
protected

Definition at line 13 of file SCR_MainMenuNewsToast.c.

◆ m_wTitle

TextWidget SCR_MainMenuNewsToast::m_wTitle
protected

Definition at line 12 of file SCR_MainMenuNewsToast.c.

◆ WIDGET_NAME_BUTTON

const string SCR_MainMenuNewsToast::WIDGET_NAME_BUTTON = "m_wButton"
protected

Definition at line 10 of file SCR_MainMenuNewsToast.c.

◆ WIDGET_NAME_DESC

const string SCR_MainMenuNewsToast::WIDGET_NAME_DESC = "m_wDescription"
protected

Definition at line 9 of file SCR_MainMenuNewsToast.c.

◆ WIDGET_NAME_TITLE

const string SCR_MainMenuNewsToast::WIDGET_NAME_TITLE = "m_wTitle"
protected

Definition at line 8 of file SCR_MainMenuNewsToast.c.


The documentation for this class was generated from the following file: