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

Protected Member Functions

override void HandlerAttached (Widget w)
void CreateWidgets (int columns, int rows)
Widget CreateWidget (int column, int row)
void SetAnimationRate ()
void OnItemFocused (Widget w)
void SetFocusedItem (int index)
array< WidgetGetWidgets ()

Static Protected Member Functions

static SCR_PlayMenuComponent GetComponent (string name, Widget parent, bool searchAllChildren=true)

Protected Attributes

int m_iColumns
int m_iRows
int m_iItems
int m_iSelectedItem
int m_iPaddingHorizontal
int m_iPaddingVertical
ResourceName m_sItemLayout
float m_fAnimationTime
ref array< Widgetm_aWidgets = {}
GridLayoutWidget m_wContentRoot
Widget m_wRoot
float m_fAnimationRate = SCR_WLibComponentBase.START_ANIMATION_RATE

Detailed Description

Definition at line 1 of file SCR_PlayMenuComponent.c.

Member Function Documentation

◆ CreateWidget()

Widget SCR_PlayMenuComponent::CreateWidget ( int column,
int row )
inlineprotected

Definition at line 75 of file SCR_PlayMenuComponent.c.

◆ CreateWidgets()

void SCR_PlayMenuComponent::CreateWidgets ( int columns,
int rows )
inlineprotected

Definition at line 51 of file SCR_PlayMenuComponent.c.

◆ GetComponent()

SCR_PlayMenuComponent SCR_PlayMenuComponent::GetComponent ( string name,
Widget parent,
bool searchAllChildren = true )
inlinestaticprotected

Static method to easily find component by providing name and parent. Searching all children will go through whole hierarchy, instead of immediate chidren

Definition at line 165 of file SCR_PlayMenuComponent.c.

◆ GetWidgets()

array< Widget > SCR_PlayMenuComponent::GetWidgets ( )
inlineprotected

Definition at line 157 of file SCR_PlayMenuComponent.c.

◆ HandlerAttached()

override void SCR_PlayMenuComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 28 of file SCR_PlayMenuComponent.c.

◆ OnItemFocused()

void SCR_PlayMenuComponent::OnItemFocused ( Widget w)
inlineprotected

Definition at line 136 of file SCR_PlayMenuComponent.c.

◆ SetAnimationRate()

void SCR_PlayMenuComponent::SetAnimationRate ( )
inlineprotected

Definition at line 127 of file SCR_PlayMenuComponent.c.

◆ SetFocusedItem()

void SCR_PlayMenuComponent::SetFocusedItem ( int index)
inlineprotected

Definition at line 142 of file SCR_PlayMenuComponent.c.

Member Data Documentation

◆ m_aWidgets

ref array<Widget> SCR_PlayMenuComponent::m_aWidgets = {}
protected

Definition at line 22 of file SCR_PlayMenuComponent.c.

◆ m_fAnimationRate

float SCR_PlayMenuComponent::m_fAnimationRate = SCR_WLibComponentBase.START_ANIMATION_RATE
protected

Definition at line 25 of file SCR_PlayMenuComponent.c.

◆ m_fAnimationTime

float SCR_PlayMenuComponent::m_fAnimationTime
protected

Definition at line 20 of file SCR_PlayMenuComponent.c.

◆ m_iColumns

int SCR_PlayMenuComponent::m_iColumns
protected

Definition at line 4 of file SCR_PlayMenuComponent.c.

◆ m_iItems

int SCR_PlayMenuComponent::m_iItems
protected

Definition at line 8 of file SCR_PlayMenuComponent.c.

◆ m_iPaddingHorizontal

int SCR_PlayMenuComponent::m_iPaddingHorizontal
protected

Definition at line 12 of file SCR_PlayMenuComponent.c.

◆ m_iPaddingVertical

int SCR_PlayMenuComponent::m_iPaddingVertical
protected

Definition at line 14 of file SCR_PlayMenuComponent.c.

◆ m_iRows

int SCR_PlayMenuComponent::m_iRows
protected

Definition at line 6 of file SCR_PlayMenuComponent.c.

◆ m_iSelectedItem

int SCR_PlayMenuComponent::m_iSelectedItem
protected

Definition at line 9 of file SCR_PlayMenuComponent.c.

◆ m_sItemLayout

ResourceName SCR_PlayMenuComponent::m_sItemLayout
protected

Definition at line 17 of file SCR_PlayMenuComponent.c.

◆ m_wContentRoot

GridLayoutWidget SCR_PlayMenuComponent::m_wContentRoot
protected

Definition at line 23 of file SCR_PlayMenuComponent.c.

◆ m_wRoot

Widget SCR_PlayMenuComponent::m_wRoot
protected

Definition at line 24 of file SCR_PlayMenuComponent.c.


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