Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_MenuNavigationHeaderComponent Interface Reference
Inheritance diagram for SCR_MenuNavigationHeaderComponent:
SCR_ScriptedWidgetComponent

Public Member Functions

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

Protected Member Functions

void OnClickedEntry (SCR_ButtonTextComponent comp)
 
void OnNextMenu ()
 
void OnPrevMenu ()
 
void OnOpenMenu (ChimeraMenuPreset menuToOpen)
 
void DisableNavButton (notnull SCR_InputButtonComponent comp)
 

Protected Attributes

ref SCR_HeaderNavigationWidgets m_Widgets = new SCR_HeaderNavigationWidgets
 
ref array< ref SCR_MenuNavigationItemm_aItems
 
int m_iSelectedId
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

static const ResourceName ENTRY_LAYOUT = "{04A28F3B36FE0F9A}UI/layouts/Menus/ContentBrowser/ScenariosMenu/HeaderNavigationEntry.layout"
 

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

◆ DisableNavButton()

void SCR_MenuNavigationHeaderComponent.DisableNavButton ( notnull SCR_InputButtonComponent comp)
protected

◆ HandlerAttached()

override void SCR_MenuNavigationHeaderComponent.HandlerAttached ( Widget w)

◆ OnClickedEntry()

void SCR_MenuNavigationHeaderComponent.OnClickedEntry ( SCR_ButtonTextComponent comp)
protected

◆ OnNextMenu()

void SCR_MenuNavigationHeaderComponent.OnNextMenu ( )
protected

◆ OnOpenMenu()

void SCR_MenuNavigationHeaderComponent.OnOpenMenu ( ChimeraMenuPreset menuToOpen)
protected

◆ OnPrevMenu()

void SCR_MenuNavigationHeaderComponent.OnPrevMenu ( )
protected

Member Data Documentation

◆ ENTRY_LAYOUT

const ResourceName SCR_MenuNavigationHeaderComponent.ENTRY_LAYOUT = "{04A28F3B36FE0F9A}UI/layouts/Menus/ContentBrowser/ScenariosMenu/HeaderNavigationEntry.layout"
staticprotected

◆ m_aItems

ref array<ref SCR_MenuNavigationItem> SCR_MenuNavigationHeaderComponent.m_aItems
protected

◆ m_iSelectedId

int SCR_MenuNavigationHeaderComponent.m_iSelectedId
protected

◆ m_Widgets

ref SCR_HeaderNavigationWidgets SCR_MenuNavigationHeaderComponent.m_Widgets = new SCR_HeaderNavigationWidgets
protected

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