Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
SCR_AccountWidgetComponent Interface Reference
Inheritance diagram for SCR_AccountWidgetComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override void HandlerAttached (Widget w)
 
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Static Public Attributes

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

Protected Member Functions

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
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ HandlerAttached()

override void SCR_AccountWidgetComponent.HandlerAttached ( Widget  w)

◆ HandlerDeattached()

override void SCR_AccountWidgetComponent.HandlerDeattached ( Widget  w)

◆ OnBlocked()

void SCR_AccountWidgetComponent.OnBlocked ( )
protected

◆ OnCareer()

void SCR_AccountWidgetComponent.OnCareer ( )
protected

◆ OnMenuDisabled()

void SCR_AccountWidgetComponent.OnMenuDisabled ( ChimeraMenuBase  menu)
protected

◆ OnMenuEnabled()

void SCR_AccountWidgetComponent.OnMenuEnabled ( ChimeraMenuBase  menu)
protected

◆ OnNews()

void SCR_AccountWidgetComponent.OnNews ( )
protected

◆ OnProfile()

void SCR_AccountWidgetComponent.OnProfile ( )
protected

◆ OnSettings()

void SCR_AccountWidgetComponent.OnSettings ( )
protected

Open the Settings menu.

◆ OnTooltipShow()

void SCR_AccountWidgetComponent.OnTooltipShow ( SCR_ScriptedWidgetTooltip  tooltip)
protected

◆ UpdateAuthentication()

void SCR_AccountWidgetComponent.UpdateAuthentication ( )
protected

Member Data Documentation

◆ AUTH_CHECK_PERIOD

const int SCR_AccountWidgetComponent.AUTH_CHECK_PERIOD = 1000
static

◆ BLOCKED_USER_DIALOG_CONFIG

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

◆ m_BackendApi

BackendApi SCR_AccountWidgetComponent.m_BackendApi
protected

◆ m_BlockedList

SCR_CoreMenuHeaderButtonComponent SCR_AccountWidgetComponent.m_BlockedList
protected

◆ m_bLoggedIn

bool SCR_AccountWidgetComponent.m_bLoggedIn
protected

◆ m_bShowOnlineIcon

bool SCR_AccountWidgetComponent.m_bShowOnlineIcon
protected

◆ m_Career

SCR_CoreMenuHeaderButtonComponent SCR_AccountWidgetComponent.m_Career
protected

◆ m_ColorConnecting

ref Color SCR_AccountWidgetComponent.m_ColorConnecting
protected

◆ m_ColorOffline

ref Color SCR_AccountWidgetComponent.m_ColorOffline
protected

◆ m_ColorOnline

ref Color SCR_AccountWidgetComponent.m_ColorOnline
protected

◆ m_News

SCR_CoreMenuHeaderButtonComponent SCR_AccountWidgetComponent.m_News
protected

◆ m_Profile

SCR_ModularButtonComponent SCR_AccountWidgetComponent.m_Profile
protected

◆ m_ProfileStatusIcon

SCR_DynamicIconComponent SCR_AccountWidgetComponent.m_ProfileStatusIcon
protected

◆ m_Settings

SCR_CoreMenuHeaderButtonComponent SCR_AccountWidgetComponent.m_Settings
protected

◆ m_sIconConnecting

string SCR_AccountWidgetComponent.m_sIconConnecting
protected

◆ m_sIconOffline

string SCR_AccountWidgetComponent.m_sIconOffline
protected

◆ m_sIconOnline

string SCR_AccountWidgetComponent.m_sIconOnline
protected

◆ m_sTooltipMessageConnecting

string SCR_AccountWidgetComponent.m_sTooltipMessageConnecting
protected

◆ m_sTooltipMessageOffline

string SCR_AccountWidgetComponent.m_sTooltipMessageOffline
protected

◆ m_sTooltipTag

string SCR_AccountWidgetComponent.m_sTooltipTag
protected

◆ m_Tooltip

SCR_ScriptedWidgetTooltip SCR_AccountWidgetComponent.m_Tooltip
protected

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