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

Protected Member Functions

override void HandlerAttached (Widget w)
void AddWidgetCells ()
void OnElementClicked (Widget w)
Widget GetLastFocusedButton ()

Protected Attributes

SCR_SelectableButtonComponent m_wLastFocused
ref array< ref Widgetm_aWidgetCells = new array<ref Widget>()
ref array< ref SCR_SelectableButtonComponentm_aButtons = new array<ref SCR_SelectableButtonComponent>()
bool m_bIsFocused = false
bool m_bIsAscendent
ref ScriptInvoker m_OnFocus = new ScriptInvoker()

Detailed Description

Definition at line 2 of file SCR_ServerSortingComponent.c.

Member Function Documentation

◆ AddWidgetCells()

void SCR_ServerSortingComponent::AddWidgetCells ( )
inlineprotected

Definition at line 48 of file SCR_ServerSortingComponent.c.

◆ GetLastFocusedButton()

Widget SCR_ServerSortingComponent::GetLastFocusedButton ( )
inlineprotected

Definition at line 105 of file SCR_ServerSortingComponent.c.

◆ HandlerAttached()

override void SCR_ServerSortingComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 18 of file SCR_ServerSortingComponent.c.

◆ OnElementClicked()

void SCR_ServerSortingComponent::OnElementClicked ( Widget w)
inlineprotected

Definition at line 66 of file SCR_ServerSortingComponent.c.

Member Data Documentation

◆ m_aButtons

ref array<ref SCR_SelectableButtonComponent> SCR_ServerSortingComponent::m_aButtons = new array<ref SCR_SelectableButtonComponent>()
protected

Definition at line 10 of file SCR_ServerSortingComponent.c.

◆ m_aWidgetCells

ref array<ref Widget> SCR_ServerSortingComponent::m_aWidgetCells = new array<ref Widget>()
protected

Definition at line 9 of file SCR_ServerSortingComponent.c.

◆ m_bIsAscendent

bool SCR_ServerSortingComponent::m_bIsAscendent
protected

Definition at line 13 of file SCR_ServerSortingComponent.c.

◆ m_bIsFocused

bool SCR_ServerSortingComponent::m_bIsFocused = false
protected

Definition at line 12 of file SCR_ServerSortingComponent.c.

◆ m_OnFocus

ref ScriptInvoker SCR_ServerSortingComponent::m_OnFocus = new ScriptInvoker()
protected

Definition at line 15 of file SCR_ServerSortingComponent.c.

◆ m_wLastFocused

SCR_SelectableButtonComponent SCR_ServerSortingComponent::m_wLastFocused
protected

Definition at line 7 of file SCR_ServerSortingComponent.c.


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