Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SimpleEntryListDialog Class Reference

Shows a list of simple entries. More...

Inheritance diagram for SCR_SimpleEntryListDialog:
SCR_ConfigurableDialogUi

Protected Member Functions

override void OnMenuOpen (SCR_ConfigurableDialogUiPreset preset)
void SCR_SimpleEntryListDialog (array< string > names, string preset)
 !!! Don't use the constructor! Use the Create... methods instead.

Static Protected Member Functions

static SCR_SimpleEntryListDialog CreateDialog (array< string > names, string preset, ResourceName dialogsConfig="")

Protected Attributes

ResourceName ADDON_LINE_LAYOUT = "{99668AEF3063A9F2}UI/layouts/Menus/Common/SimpleEntry.layout"
ref array< stringm_aNames = {}
ref array< SCR_SimpleEntryComponentm_aLines = {}

Detailed Description

Shows a list of simple entries.

Dialog displaying list of names

Definition at line 7 of file SCR_SimpleEntryListDialog.c.

Constructor & Destructor Documentation

◆ SCR_SimpleEntryListDialog()

void SCR_SimpleEntryListDialog::SCR_SimpleEntryListDialog ( array< string > names,
string preset )
inlineprotected

!!! Don't use the constructor! Use the Create... methods instead.

Definition at line 52 of file SCR_SimpleEntryListDialog.c.

Member Function Documentation

◆ CreateDialog()

SCR_SimpleEntryListDialog SCR_SimpleEntryListDialog::CreateDialog ( array< string > names,
string preset,
ResourceName dialogsConfig = "" )
inlinestaticprotected

Definition at line 40 of file SCR_SimpleEntryListDialog.c.

◆ OnMenuOpen()

override void SCR_SimpleEntryListDialog::OnMenuOpen ( SCR_ConfigurableDialogUiPreset preset)
inlineprotected

Definition at line 15 of file SCR_SimpleEntryListDialog.c.

Member Data Documentation

◆ ADDON_LINE_LAYOUT

ResourceName SCR_SimpleEntryListDialog::ADDON_LINE_LAYOUT = "{99668AEF3063A9F2}UI/layouts/Menus/Common/SimpleEntry.layout"
protected

Definition at line 9 of file SCR_SimpleEntryListDialog.c.

◆ m_aLines

ref array<SCR_SimpleEntryComponent> SCR_SimpleEntryListDialog::m_aLines = {}
protected

Definition at line 12 of file SCR_SimpleEntryListDialog.c.

◆ m_aNames

ref array<string> SCR_SimpleEntryListDialog::m_aNames = {}
protected

Definition at line 11 of file SCR_SimpleEntryListDialog.c.


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