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

Protected Member Functions

override void CreateWidget (Widget parent)
 Removed setting up of m_ChangeableComponent as it's not used for this case.
void SetupHandlers ()
void FindElements (array< string > elementNames)
 Search for elements with given names.
void AddElement (notnull SCR_WidgetListEntry entry)
void RemoveElementByName (string propertyName)
void RemoveElementByWidget (Widget widget)
void GetEntries (out array< SCR_WidgetListEntry > entries)
array< stringGetElementValues ()
void OnClickAddingButton ()
ScriptInvokerVoid GetOnAddingButtonElement ()
ScriptInvokerWidget GetOnAddElement ()
SCR_WidgetListEntry GetElement ()

Protected Attributes

ref SCR_WidgetListEntry m_Element
ResourceName m_sAddingElementPath
string m_ElementType
ref array< ref SCR_WidgetListEntrym_aEntries
ref SCR_ModularButtonComponent m_AddingButton
ref ScriptInvokerVoid m_OnClickAddingButton
ref ScriptInvokerWidget m_OnAddElement

Detailed Description

Can hold multiple entries, setup and read them

Definition at line 5 of file SCR_WidgetListEntrySelectionList.c.

Member Function Documentation

◆ AddElement()

void SCR_WidgetListEntrySelectionList::AddElement ( notnull SCR_WidgetListEntry entry)
inlineprotected

Definition at line 88 of file SCR_WidgetListEntrySelectionList.c.

◆ CreateWidget()

override void SCR_WidgetListEntrySelectionList::CreateWidget ( Widget parent)
inlineprotected

Removed setting up of m_ChangeableComponent as it's not used for this case.

Definition at line 26 of file SCR_WidgetListEntrySelectionList.c.

◆ FindElements()

void SCR_WidgetListEntrySelectionList::FindElements ( array< string > elementNames)
inlineprotected

Search for elements with given names.

Definition at line 55 of file SCR_WidgetListEntrySelectionList.c.

◆ GetElement()

SCR_WidgetListEntry SCR_WidgetListEntrySelectionList::GetElement ( )
inlineprotected

Definition at line 196 of file SCR_WidgetListEntrySelectionList.c.

◆ GetElementValues()

array< string > SCR_WidgetListEntrySelectionList::GetElementValues ( )
inlineprotected

Definition at line 155 of file SCR_WidgetListEntrySelectionList.c.

◆ GetEntries()

void SCR_WidgetListEntrySelectionList::GetEntries ( out array< SCR_WidgetListEntry > entries)
inlineprotected

Definition at line 145 of file SCR_WidgetListEntrySelectionList.c.

◆ GetOnAddElement()

ScriptInvokerWidget SCR_WidgetListEntrySelectionList::GetOnAddElement ( )
inlineprotected

Definition at line 187 of file SCR_WidgetListEntrySelectionList.c.

◆ GetOnAddingButtonElement()

ScriptInvokerVoid SCR_WidgetListEntrySelectionList::GetOnAddingButtonElement ( )
inlineprotected

Definition at line 178 of file SCR_WidgetListEntrySelectionList.c.

◆ OnClickAddingButton()

void SCR_WidgetListEntrySelectionList::OnClickAddingButton ( )
inlineprotected

Definition at line 169 of file SCR_WidgetListEntrySelectionList.c.

◆ RemoveElementByName()

void SCR_WidgetListEntrySelectionList::RemoveElementByName ( string propertyName)
inlineprotected

Definition at line 97 of file SCR_WidgetListEntrySelectionList.c.

◆ RemoveElementByWidget()

void SCR_WidgetListEntrySelectionList::RemoveElementByWidget ( Widget widget)
inlineprotected

Definition at line 121 of file SCR_WidgetListEntrySelectionList.c.

◆ SetupHandlers()

void SCR_WidgetListEntrySelectionList::SetupHandlers ( )
inlineprotected

Definition at line 41 of file SCR_WidgetListEntrySelectionList.c.

Member Data Documentation

◆ m_AddingButton

ref SCR_ModularButtonComponent SCR_WidgetListEntrySelectionList::m_AddingButton
protected

Definition at line 19 of file SCR_WidgetListEntrySelectionList.c.

◆ m_aEntries

ref array<ref SCR_WidgetListEntry> SCR_WidgetListEntrySelectionList::m_aEntries
protected

Definition at line 17 of file SCR_WidgetListEntrySelectionList.c.

◆ m_Element

ref SCR_WidgetListEntry SCR_WidgetListEntrySelectionList::m_Element
protected

Definition at line 8 of file SCR_WidgetListEntrySelectionList.c.

◆ m_ElementType

string SCR_WidgetListEntrySelectionList::m_ElementType
protected

Definition at line 14 of file SCR_WidgetListEntrySelectionList.c.

◆ m_OnAddElement

ref ScriptInvokerWidget SCR_WidgetListEntrySelectionList::m_OnAddElement
protected

Definition at line 22 of file SCR_WidgetListEntrySelectionList.c.

◆ m_OnClickAddingButton

ref ScriptInvokerVoid SCR_WidgetListEntrySelectionList::m_OnClickAddingButton
protected

Definition at line 21 of file SCR_WidgetListEntrySelectionList.c.

◆ m_sAddingElementPath

ResourceName SCR_WidgetListEntrySelectionList::m_sAddingElementPath
protected

Definition at line 11 of file SCR_WidgetListEntrySelectionList.c.


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