Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MenuRootBase Class Reference
Inheritance diagram for MenuRootBase:
ChimeraMenuBase EditorMenuBase SCR_FieldManualUI SCR_PlayMenu SCR_SuperMenuBase ServerBrowserMenuUI EditorAttributesDialogUI EditorBrowserDialogUI EditorMenuUI ContentBrowserDetailsMenu SCR_CampaignMenuUI SCR_CareerProfileMenuUI SCR_GroupMenu SCR_PlayerListMenu SCR_ScenarioMenu SCR_SettingsSuperMenu

Protected Member Functions

ScriptInvoker GetOnMenuFocusGained ()
ScriptInvoker GetOnMenuFocusLost ()
ScriptInvoker GetOnMenuShow ()
ScriptInvoker GetOnMenuHide ()
ScriptInvoker GetOnMenuItem ()
ScriptInvoker GetOnMenuUpdate ()
ScriptInvoker GetOnMenuOpen ()
ScriptInvoker GetOnMenuInit ()
ScriptInvoker GetOnMenuClose ()
void OnMenuClosed ()
void InitChat ()
void ShowChat ()
MenuRootComponent GetRootComponent ()
SCR_DynamicFooterComponent GetFooterComponent ()
override void OnMenuFocusGained ()
override void OnMenuFocusLost ()
override void OnMenuShow ()
override void OnMenuHide ()
override void OnMenuItem (string menuItemName, bool changed, bool finished)
override void OnMenuUpdate (float tDelta)
override void OnMenuOpen ()
override void OnMenuInit ()
override void OnMenuClose ()

Protected Attributes

MenuRootComponent m_MenuRootComponent
ref ScriptInvoker m_EventOnMenuFocusGained
ref ScriptInvoker m_EventOnMenuFocusLost
ref ScriptInvoker m_EventOnMenuShow
ref ScriptInvoker m_EventOnMenuHide
ref ScriptInvoker m_EventOnMenuItem
ref ScriptInvoker m_EventOnMenuUpdate
ref ScriptInvoker m_EventOnMenuOpen
ref ScriptInvoker m_EventOnMenuInit
ref ScriptInvoker m_EventOnMenuClose
SCR_ChatPanel m_ChatPanel
SCR_DynamicFooterComponent m_DynamicFooter

Detailed Description

Scripted menu base class.

Manages functionality of class MenuRootComponent.

Definition at line 10 of file MenuRootBase.c.

Member Function Documentation

◆ GetFooterComponent()

SCR_DynamicFooterComponent MenuRootBase::GetFooterComponent ( )
inlineprotected

Definition at line 143 of file MenuRootBase.c.

◆ GetOnMenuClose()

ScriptInvoker MenuRootBase::GetOnMenuClose ( )
inlineprotected

Definition at line 92 of file MenuRootBase.c.

◆ GetOnMenuFocusGained()

ScriptInvoker MenuRootBase::GetOnMenuFocusGained ( )
inlineprotected

Definition at line 42 of file MenuRootBase.c.

◆ GetOnMenuFocusLost()

ScriptInvoker MenuRootBase::GetOnMenuFocusLost ( )
inlineprotected

Definition at line 48 of file MenuRootBase.c.

◆ GetOnMenuHide()

ScriptInvoker MenuRootBase::GetOnMenuHide ( )
inlineprotected

Definition at line 60 of file MenuRootBase.c.

◆ GetOnMenuInit()

ScriptInvoker MenuRootBase::GetOnMenuInit ( )
inlineprotected

Definition at line 84 of file MenuRootBase.c.

◆ GetOnMenuItem()

ScriptInvoker MenuRootBase::GetOnMenuItem ( )
inlineprotected

Definition at line 66 of file MenuRootBase.c.

◆ GetOnMenuOpen()

ScriptInvoker MenuRootBase::GetOnMenuOpen ( )
inlineprotected

Definition at line 78 of file MenuRootBase.c.

◆ GetOnMenuShow()

ScriptInvoker MenuRootBase::GetOnMenuShow ( )
inlineprotected

Definition at line 54 of file MenuRootBase.c.

◆ GetOnMenuUpdate()

ScriptInvoker MenuRootBase::GetOnMenuUpdate ( )
inlineprotected

Definition at line 72 of file MenuRootBase.c.

◆ GetRootComponent()

MenuRootComponent MenuRootBase::GetRootComponent ( )
inlineprotected

Definition at line 137 of file MenuRootBase.c.

◆ InitChat()

void MenuRootBase::InitChat ( )
inlineprotected

Definition at line 108 of file MenuRootBase.c.

◆ OnMenuClose()

override void MenuRootBase::OnMenuClose ( )
inlineprotected

Definition at line 224 of file MenuRootBase.c.

◆ OnMenuClosed()

void MenuRootBase::OnMenuClosed ( )
inlineprotected

Definition at line 100 of file MenuRootBase.c.

◆ OnMenuFocusGained()

override void MenuRootBase::OnMenuFocusGained ( )
inlineprotected

Definition at line 149 of file MenuRootBase.c.

◆ OnMenuFocusLost()

override void MenuRootBase::OnMenuFocusLost ( )
inlineprotected

Definition at line 158 of file MenuRootBase.c.

◆ OnMenuHide()

override void MenuRootBase::OnMenuHide ( )
inlineprotected

Definition at line 174 of file MenuRootBase.c.

◆ OnMenuInit()

override void MenuRootBase::OnMenuInit ( )
inlineprotected

Definition at line 212 of file MenuRootBase.c.

◆ OnMenuItem()

override void MenuRootBase::OnMenuItem ( string menuItemName,
bool changed,
bool finished )
inlineprotected

Definition at line 182 of file MenuRootBase.c.

◆ OnMenuOpen()

override void MenuRootBase::OnMenuOpen ( )
inlineprotected

Definition at line 202 of file MenuRootBase.c.

◆ OnMenuShow()

override void MenuRootBase::OnMenuShow ( )
inlineprotected

Definition at line 166 of file MenuRootBase.c.

◆ OnMenuUpdate()

override void MenuRootBase::OnMenuUpdate ( float tDelta)
inlineprotected

Definition at line 190 of file MenuRootBase.c.

◆ ShowChat()

void MenuRootBase::ShowChat ( )
inlineprotected

Definition at line 120 of file MenuRootBase.c.

Member Data Documentation

◆ m_ChatPanel

SCR_ChatPanel MenuRootBase::m_ChatPanel
protected

Definition at line 35 of file MenuRootBase.c.

◆ m_DynamicFooter

SCR_DynamicFooterComponent MenuRootBase::m_DynamicFooter
protected

Definition at line 39 of file MenuRootBase.c.

◆ m_EventOnMenuClose

ref ScriptInvoker MenuRootBase::m_EventOnMenuClose
protected

Definition at line 30 of file MenuRootBase.c.

◆ m_EventOnMenuFocusGained

ref ScriptInvoker MenuRootBase::m_EventOnMenuFocusGained
protected

Definition at line 22 of file MenuRootBase.c.

◆ m_EventOnMenuFocusLost

ref ScriptInvoker MenuRootBase::m_EventOnMenuFocusLost
protected

Definition at line 23 of file MenuRootBase.c.

◆ m_EventOnMenuHide

ref ScriptInvoker MenuRootBase::m_EventOnMenuHide
protected

Definition at line 25 of file MenuRootBase.c.

◆ m_EventOnMenuInit

ref ScriptInvoker MenuRootBase::m_EventOnMenuInit
protected

Definition at line 29 of file MenuRootBase.c.

◆ m_EventOnMenuItem

ref ScriptInvoker MenuRootBase::m_EventOnMenuItem
protected

Definition at line 26 of file MenuRootBase.c.

◆ m_EventOnMenuOpen

ref ScriptInvoker MenuRootBase::m_EventOnMenuOpen
protected

Definition at line 28 of file MenuRootBase.c.

◆ m_EventOnMenuShow

ref ScriptInvoker MenuRootBase::m_EventOnMenuShow
protected

Definition at line 24 of file MenuRootBase.c.

◆ m_EventOnMenuUpdate

ref ScriptInvoker MenuRootBase::m_EventOnMenuUpdate
protected

Definition at line 27 of file MenuRootBase.c.

◆ m_MenuRootComponent

MenuRootComponent MenuRootBase::m_MenuRootComponent
protected

Definition at line 18 of file MenuRootBase.c.


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