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

Protected Member Functions

override void HandlerAttached (Widget w)
void SetupEntryBehavior (Widget entry)
 Setup server entry component behavior.
void OnEntryFocus (Widget w)
 Call this when entry in list is focused.
array< SCR_ButtonComponentGetButtons ()

Protected Attributes

ref array< SCR_ButtonComponentm_aButtons = new array<SCR_ButtonComponent>
ref ScriptInvoker m_OnEntryFocus = new ScriptInvoker

Detailed Description

Definition at line 6 of file SCR_ButtonListComponent.c.

Member Function Documentation

◆ GetButtons()

array< SCR_ButtonComponent > SCR_ButtonListViewComponent::GetButtons ( )
inlineprotected

Definition at line 60 of file SCR_ButtonListComponent.c.

◆ HandlerAttached()

override void SCR_ButtonListViewComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 17 of file SCR_ButtonListComponent.c.

◆ OnEntryFocus()

void SCR_ButtonListViewComponent::OnEntryFocus ( Widget w)
inlineprotected

Call this when entry in list is focused.

Definition at line 48 of file SCR_ButtonListComponent.c.

◆ SetupEntryBehavior()

void SCR_ButtonListViewComponent::SetupEntryBehavior ( Widget entry)
inlineprotected

Setup server entry component behavior.

Definition at line 24 of file SCR_ButtonListComponent.c.

Member Data Documentation

◆ m_aButtons

ref array<SCR_ButtonComponent> SCR_ButtonListViewComponent::m_aButtons = new array<SCR_ButtonComponent>
protected

Definition at line 8 of file SCR_ButtonListComponent.c.

◆ m_OnEntryFocus

ref ScriptInvoker SCR_ButtonListViewComponent::m_OnEntryFocus = new ScriptInvoker
protected

Definition at line 10 of file SCR_ButtonListComponent.c.


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