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

Protected Member Functions

override void OnMenuOpen (SCR_ConfigurableDialogUiPreset preset)
void OnInputTypeChanged (EInputDeviceType old, EInputDeviceType newDevice)
void ListBlockedUsers ()
void OnBlockedListUpdated (bool success)
void OnEntryFocused (SCR_ModularButtonComponent modularButton)
void OnEntryFocusLost (SCR_ModularButtonComponent modularButton)
void UnblockAskConfirmation ()
void OnUserUnblock ()
void OnViewGamecard ()
override void OnMenuClose ()
void OnBlocklistRequestSuccess ()
void OnBlocklistRequestError ()

Protected Attributes

const ResourceName ENTRY_WIDGET_NAME = "{3B2D99949BCE0542}UI/layouts/Menus/Dialogs/BlockedUsersEntry.layout"
const string ENTRY_SCROLL_LIST = "Users"
const ResourceName BLOCKED_USER_DIALOG_CONFIG = "{12C2EC09520BE302}Configs/Blocking/BlockedUsersDialog.conf"
const string UNLOCK_BUTTON = "unblock"
const string VIEW_GAMECARD_BUTTON = "viewGamecard"
const string UNBLOCK_CONFIRM_MESSAGE = "#AR-Blocklist_Confirm"
int m_iMaxBlockedUserAmount = 10
Widget m_wUserListWidget
Widget m_wCurrentSelectedEntry
SCR_InputButtonComponent m_UnblockButton
SCR_InputButtonComponent m_GamecardButton
SocialComponent m_SocialComponent
ref BackendCallback m_BlocklistCallback
ref map< Widget, BlockListItemm_mUserList = new map<Widget, BlockListItem>()
ref array< Widgetm_aUserList = {}

Detailed Description

Definition at line 1 of file SCR_BlockedUsersDialogUI.c.

Member Function Documentation

◆ ListBlockedUsers()

void SCR_BlockedUsersDialogUI::ListBlockedUsers ( )
inlineprotected

Definition at line 88 of file SCR_BlockedUsersDialogUI.c.

◆ OnBlockedListUpdated()

void SCR_BlockedUsersDialogUI::OnBlockedListUpdated ( bool success)
inlineprotected

Definition at line 96 of file SCR_BlockedUsersDialogUI.c.

◆ OnBlocklistRequestError()

void SCR_BlockedUsersDialogUI::OnBlocklistRequestError ( )
inlineprotected

Definition at line 243 of file SCR_BlockedUsersDialogUI.c.

◆ OnBlocklistRequestSuccess()

void SCR_BlockedUsersDialogUI::OnBlocklistRequestSuccess ( )
inlineprotected

Definition at line 233 of file SCR_BlockedUsersDialogUI.c.

◆ OnEntryFocused()

void SCR_BlockedUsersDialogUI::OnEntryFocused ( SCR_ModularButtonComponent modularButton)
inlineprotected

Definition at line 147 of file SCR_BlockedUsersDialogUI.c.

◆ OnEntryFocusLost()

void SCR_BlockedUsersDialogUI::OnEntryFocusLost ( SCR_ModularButtonComponent modularButton)
inlineprotected

Definition at line 171 of file SCR_BlockedUsersDialogUI.c.

◆ OnInputTypeChanged()

void SCR_BlockedUsersDialogUI::OnInputTypeChanged ( EInputDeviceType old,
EInputDeviceType newDevice )
inlineprotected

Definition at line 59 of file SCR_BlockedUsersDialogUI.c.

◆ OnMenuClose()

override void SCR_BlockedUsersDialogUI::OnMenuClose ( )
inlineprotected

Definition at line 223 of file SCR_BlockedUsersDialogUI.c.

◆ OnMenuOpen()

override void SCR_BlockedUsersDialogUI::OnMenuOpen ( SCR_ConfigurableDialogUiPreset preset)
inlineprotected

Definition at line 32 of file SCR_BlockedUsersDialogUI.c.

◆ OnUserUnblock()

void SCR_BlockedUsersDialogUI::OnUserUnblock ( )
inlineprotected

Definition at line 200 of file SCR_BlockedUsersDialogUI.c.

◆ OnViewGamecard()

void SCR_BlockedUsersDialogUI::OnViewGamecard ( )
inlineprotected

Definition at line 216 of file SCR_BlockedUsersDialogUI.c.

◆ UnblockAskConfirmation()

void SCR_BlockedUsersDialogUI::UnblockAskConfirmation ( )
inlineprotected

Definition at line 185 of file SCR_BlockedUsersDialogUI.c.

Member Data Documentation

◆ BLOCKED_USER_DIALOG_CONFIG

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

Definition at line 5 of file SCR_BlockedUsersDialogUI.c.

◆ ENTRY_SCROLL_LIST

const string SCR_BlockedUsersDialogUI::ENTRY_SCROLL_LIST = "Users"
protected

Definition at line 4 of file SCR_BlockedUsersDialogUI.c.

◆ ENTRY_WIDGET_NAME

const ResourceName SCR_BlockedUsersDialogUI::ENTRY_WIDGET_NAME = "{3B2D99949BCE0542}UI/layouts/Menus/Dialogs/BlockedUsersEntry.layout"
protected

Definition at line 3 of file SCR_BlockedUsersDialogUI.c.

◆ m_aUserList

ref array<Widget> SCR_BlockedUsersDialogUI::m_aUserList = {}
protected

Definition at line 28 of file SCR_BlockedUsersDialogUI.c.

◆ m_BlocklistCallback

ref BackendCallback SCR_BlockedUsersDialogUI::m_BlocklistCallback
protected

Definition at line 24 of file SCR_BlockedUsersDialogUI.c.

◆ m_GamecardButton

SCR_InputButtonComponent SCR_BlockedUsersDialogUI::m_GamecardButton
protected

Definition at line 20 of file SCR_BlockedUsersDialogUI.c.

◆ m_iMaxBlockedUserAmount

int SCR_BlockedUsersDialogUI::m_iMaxBlockedUserAmount = 10
protected

Definition at line 14 of file SCR_BlockedUsersDialogUI.c.

◆ m_mUserList

ref map<Widget, BlockListItem> SCR_BlockedUsersDialogUI::m_mUserList = new map<Widget, BlockListItem>()
protected

Definition at line 27 of file SCR_BlockedUsersDialogUI.c.

◆ m_SocialComponent

SocialComponent SCR_BlockedUsersDialogUI::m_SocialComponent
protected

Definition at line 22 of file SCR_BlockedUsersDialogUI.c.

◆ m_UnblockButton

SCR_InputButtonComponent SCR_BlockedUsersDialogUI::m_UnblockButton
protected

Definition at line 19 of file SCR_BlockedUsersDialogUI.c.

◆ m_wCurrentSelectedEntry

Widget SCR_BlockedUsersDialogUI::m_wCurrentSelectedEntry
protected

Definition at line 17 of file SCR_BlockedUsersDialogUI.c.

◆ m_wUserListWidget

Widget SCR_BlockedUsersDialogUI::m_wUserListWidget
protected

Definition at line 16 of file SCR_BlockedUsersDialogUI.c.

◆ UNBLOCK_CONFIRM_MESSAGE

const string SCR_BlockedUsersDialogUI::UNBLOCK_CONFIRM_MESSAGE = "#AR-Blocklist_Confirm"
protected

Definition at line 10 of file SCR_BlockedUsersDialogUI.c.

◆ UNLOCK_BUTTON

const string SCR_BlockedUsersDialogUI::UNLOCK_BUTTON = "unblock"
protected

Definition at line 7 of file SCR_BlockedUsersDialogUI.c.

◆ VIEW_GAMECARD_BUTTON

const string SCR_BlockedUsersDialogUI::VIEW_GAMECARD_BUTTON = "viewGamecard"
protected

Definition at line 8 of file SCR_BlockedUsersDialogUI.c.


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