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

Protected Member Functions

void SetParentMenu (SCR_RequestToJoinSubmenu menu)
void SetPlayerID (int value)
int GetPlayerID ()
void AcceptToJoinPrivateGroup ()
 Callback method used to accept the reqeust.
void RefuseJoinPrivateGroup ()
 Callback method used to reject the reqeust.
override void OnMenuFocusGained ()
override void OnMenuFocusLost ()
void Init (Widget w)
override void HandlerAttached (Widget w)

Protected Attributes

int m_iPlayerID
SCR_RequestToJoinSubmenu m_ParentMenu
SCR_InputButtonComponent m_RefuseButton
SCR_InputButtonComponent m_AcceptButton

Detailed Description

Definition at line 1 of file SCR_JoinRequestEntry.c.

Member Function Documentation

◆ AcceptToJoinPrivateGroup()

void SCR_JoinRequestEntry::AcceptToJoinPrivateGroup ( )
inlineprotected

Callback method used to accept the reqeust.

Definition at line 31 of file SCR_JoinRequestEntry.c.

◆ GetPlayerID()

int SCR_JoinRequestEntry::GetPlayerID ( )
inlineprotected
Returns

Definition at line 24 of file SCR_JoinRequestEntry.c.

◆ HandlerAttached()

override void SCR_JoinRequestEntry::HandlerAttached ( Widget w)
inlineprotected

Initialization of the component, after it was attached to the widet. Note: at this point other components on this widget may not exist yet, and for interacting with them use Init(w)

Parameters
[in]wwidget to which this handler was attached

Definition at line 93 of file SCR_JoinRequestEntry.c.

◆ Init()

void SCR_JoinRequestEntry::Init ( Widget w)
inlineprotected

Method triggered manually after widget creation process was finished

Parameters
[in]wwidget on which this handler is initalized

Definition at line 78 of file SCR_JoinRequestEntry.c.

◆ OnMenuFocusGained()

override void SCR_JoinRequestEntry::OnMenuFocusGained ( )
inlineprotected

Definition at line 58 of file SCR_JoinRequestEntry.c.

◆ OnMenuFocusLost()

override void SCR_JoinRequestEntry::OnMenuFocusLost ( )
inlineprotected

Definition at line 67 of file SCR_JoinRequestEntry.c.

◆ RefuseJoinPrivateGroup()

void SCR_JoinRequestEntry::RefuseJoinPrivateGroup ( )
inlineprotected

Callback method used to reject the reqeust.

Definition at line 45 of file SCR_JoinRequestEntry.c.

◆ SetParentMenu()

void SCR_JoinRequestEntry::SetParentMenu ( SCR_RequestToJoinSubmenu menu)
inlineprotected
Parameters
[in]menu

Definition at line 10 of file SCR_JoinRequestEntry.c.

◆ SetPlayerID()

void SCR_JoinRequestEntry::SetPlayerID ( int value)
inlineprotected
Parameters
[in]value

Definition at line 17 of file SCR_JoinRequestEntry.c.

Member Data Documentation

◆ m_AcceptButton

SCR_InputButtonComponent SCR_JoinRequestEntry::m_AcceptButton
protected

Definition at line 6 of file SCR_JoinRequestEntry.c.

◆ m_iPlayerID

int SCR_JoinRequestEntry::m_iPlayerID
protected

Definition at line 3 of file SCR_JoinRequestEntry.c.

◆ m_ParentMenu

SCR_RequestToJoinSubmenu SCR_JoinRequestEntry::m_ParentMenu
protected

Definition at line 4 of file SCR_JoinRequestEntry.c.

◆ m_RefuseButton

SCR_InputButtonComponent SCR_JoinRequestEntry::m_RefuseButton
protected

Definition at line 5 of file SCR_JoinRequestEntry.c.


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