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

Protected Member Functions

override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)
void OnMenuEnabled (ChimeraMenuBase menu)
void OnMenuDisabled (ChimeraMenuBase menu)
void OnTooltipShow (SCR_ScriptedWidgetTooltip tooltip)
void UpdateAuthentication ()
void OnNews ()
void OnCareer ()
void OnSettings ()
 Open the Settings menu.
void OnBlocked ()
void OnProfile ()

Protected Attributes

ref Color m_ColorOnline
ref Color m_ColorOffline
ref Color m_ColorConnecting
string m_sIconOnline
string m_sIconOffline
string m_sIconConnecting
bool m_bShowOnlineIcon
string m_sTooltipTag
string m_sTooltipMessageOffline
string m_sTooltipMessageConnecting
SCR_CoreMenuHeaderButtonComponent m_News
SCR_CoreMenuHeaderButtonComponent m_Career
SCR_CoreMenuHeaderButtonComponent m_Settings
SCR_CoreMenuHeaderButtonComponent m_BlockedList
SCR_ModularButtonComponent m_Profile
SCR_DynamicIconComponent m_ProfileStatusIcon
bool m_bLoggedIn
BackendApi m_BackendApi
SCR_ScriptedWidgetTooltip m_Tooltip

Static Protected Attributes

static const int AUTH_CHECK_PERIOD = 1000
static const ResourceName BLOCKED_USER_DIALOG_CONFIG = "{12C2EC09520BE302}Configs/Blocking/BlockedUsersDialog.conf"

Detailed Description

Definition at line 1 of file SCR_AccountWidgetComponent.c.

Member Function Documentation

◆ HandlerAttached()

override void SCR_AccountWidgetComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 50 of file SCR_AccountWidgetComponent.c.

◆ HandlerDeattached()

override void SCR_AccountWidgetComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 99 of file SCR_AccountWidgetComponent.c.

◆ OnBlocked()

void SCR_AccountWidgetComponent::OnBlocked ( )
inlineprotected

Definition at line 231 of file SCR_AccountWidgetComponent.c.

◆ OnCareer()

void SCR_AccountWidgetComponent::OnCareer ( )
inlineprotected

Definition at line 217 of file SCR_AccountWidgetComponent.c.

◆ OnMenuDisabled()

void SCR_AccountWidgetComponent::OnMenuDisabled ( ChimeraMenuBase menu)
inlineprotected

Definition at line 134 of file SCR_AccountWidgetComponent.c.

◆ OnMenuEnabled()

void SCR_AccountWidgetComponent::OnMenuEnabled ( ChimeraMenuBase menu)
inlineprotected

Definition at line 111 of file SCR_AccountWidgetComponent.c.

◆ OnNews()

void SCR_AccountWidgetComponent::OnNews ( )
inlineprotected

Definition at line 211 of file SCR_AccountWidgetComponent.c.

◆ OnProfile()

void SCR_AccountWidgetComponent::OnProfile ( )
inlineprotected

Definition at line 238 of file SCR_AccountWidgetComponent.c.

◆ OnSettings()

void SCR_AccountWidgetComponent::OnSettings ( )
inlineprotected

Open the Settings menu.

Definition at line 225 of file SCR_AccountWidgetComponent.c.

◆ OnTooltipShow()

void SCR_AccountWidgetComponent::OnTooltipShow ( SCR_ScriptedWidgetTooltip tooltip)
inlineprotected

Definition at line 145 of file SCR_AccountWidgetComponent.c.

◆ UpdateAuthentication()

void SCR_AccountWidgetComponent::UpdateAuthentication ( )
inlineprotected

Definition at line 155 of file SCR_AccountWidgetComponent.c.

Member Data Documentation

◆ AUTH_CHECK_PERIOD

const int SCR_AccountWidgetComponent::AUTH_CHECK_PERIOD = 1000
staticprotected

Definition at line 46 of file SCR_AccountWidgetComponent.c.

◆ BLOCKED_USER_DIALOG_CONFIG

const ResourceName SCR_AccountWidgetComponent::BLOCKED_USER_DIALOG_CONFIG = "{12C2EC09520BE302}Configs/Blocking/BlockedUsersDialog.conf"
staticprotected

Definition at line 47 of file SCR_AccountWidgetComponent.c.

◆ m_BackendApi

BackendApi SCR_AccountWidgetComponent::m_BackendApi
protected

Definition at line 42 of file SCR_AccountWidgetComponent.c.

◆ m_BlockedList

SCR_CoreMenuHeaderButtonComponent SCR_AccountWidgetComponent::m_BlockedList
protected

Definition at line 36 of file SCR_AccountWidgetComponent.c.

◆ m_bLoggedIn

bool SCR_AccountWidgetComponent::m_bLoggedIn
protected

Definition at line 41 of file SCR_AccountWidgetComponent.c.

◆ m_bShowOnlineIcon

bool SCR_AccountWidgetComponent::m_bShowOnlineIcon
protected

Definition at line 22 of file SCR_AccountWidgetComponent.c.

◆ m_Career

SCR_CoreMenuHeaderButtonComponent SCR_AccountWidgetComponent::m_Career
protected

Definition at line 34 of file SCR_AccountWidgetComponent.c.

◆ m_ColorConnecting

ref Color SCR_AccountWidgetComponent::m_ColorConnecting
protected

Definition at line 10 of file SCR_AccountWidgetComponent.c.

◆ m_ColorOffline

ref Color SCR_AccountWidgetComponent::m_ColorOffline
protected

Definition at line 7 of file SCR_AccountWidgetComponent.c.

◆ m_ColorOnline

ref Color SCR_AccountWidgetComponent::m_ColorOnline
protected

Definition at line 4 of file SCR_AccountWidgetComponent.c.

◆ m_News

SCR_CoreMenuHeaderButtonComponent SCR_AccountWidgetComponent::m_News
protected

Definition at line 33 of file SCR_AccountWidgetComponent.c.

◆ m_Profile

SCR_ModularButtonComponent SCR_AccountWidgetComponent::m_Profile
protected

Definition at line 38 of file SCR_AccountWidgetComponent.c.

◆ m_ProfileStatusIcon

SCR_DynamicIconComponent SCR_AccountWidgetComponent::m_ProfileStatusIcon
protected

Definition at line 39 of file SCR_AccountWidgetComponent.c.

◆ m_Settings

SCR_CoreMenuHeaderButtonComponent SCR_AccountWidgetComponent::m_Settings
protected

Definition at line 35 of file SCR_AccountWidgetComponent.c.

◆ m_sIconConnecting

string SCR_AccountWidgetComponent::m_sIconConnecting
protected

Definition at line 19 of file SCR_AccountWidgetComponent.c.

◆ m_sIconOffline

string SCR_AccountWidgetComponent::m_sIconOffline
protected

Definition at line 16 of file SCR_AccountWidgetComponent.c.

◆ m_sIconOnline

string SCR_AccountWidgetComponent::m_sIconOnline
protected

Definition at line 13 of file SCR_AccountWidgetComponent.c.

◆ m_sTooltipMessageConnecting

string SCR_AccountWidgetComponent::m_sTooltipMessageConnecting
protected

Definition at line 31 of file SCR_AccountWidgetComponent.c.

◆ m_sTooltipMessageOffline

string SCR_AccountWidgetComponent::m_sTooltipMessageOffline
protected

Definition at line 28 of file SCR_AccountWidgetComponent.c.

◆ m_sTooltipTag

string SCR_AccountWidgetComponent::m_sTooltipTag
protected

Definition at line 25 of file SCR_AccountWidgetComponent.c.

◆ m_Tooltip

SCR_ScriptedWidgetTooltip SCR_AccountWidgetComponent::m_Tooltip
protected

Definition at line 44 of file SCR_AccountWidgetComponent.c.


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