Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WidgetListEntryCheckList Class Reference
Inheritance diagram for SCR_WidgetListEntryCheckList:
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 ToggleCheckbox (notnull SCR_ListBoxElementComponent checkBox, bool enabled)
SCR_ListBoxElementComponent AddElement (SCR_LocalizedProperty property, bool enabled)
 Add new element and create it in the list.
array< stringEnabledCheckListPropertyNames ()
int CheckboxesCount ()
SCR_ListBoxElementComponent FindCheckboxByPropertyName (string propertyName)
void OnCheckboxClick (SCR_ModularButtonComponent button)
 Handle toggling in script as checkbox can't be interacted without script.

Protected Attributes

ResourceName m_sElementPath
ref array< ref SCR_LocalizedPropertym_aProperties = {}
ref array< ref SCR_ListBoxElementComponentm_aCheckboxes = {}

Detailed Description

Definition at line 2 of file SCR_WidgetListEntryCheckList.c.

Member Function Documentation

◆ AddElement()

SCR_ListBoxElementComponent SCR_WidgetListEntryCheckList::AddElement ( SCR_LocalizedProperty property,
bool enabled )
inlineprotected

Add new element and create it in the list.

Definition at line 40 of file SCR_WidgetListEntryCheckList.c.

◆ CheckboxesCount()

int SCR_WidgetListEntryCheckList::CheckboxesCount ( )
inlineprotected

Definition at line 72 of file SCR_WidgetListEntryCheckList.c.

◆ CreateWidget()

override void SCR_WidgetListEntryCheckList::CreateWidget ( Widget parent)
inlineprotected

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

Definition at line 12 of file SCR_WidgetListEntryCheckList.c.

◆ EnabledCheckListPropertyNames()

array< string > SCR_WidgetListEntryCheckList::EnabledCheckListPropertyNames ( )
inlineprotected

Definition at line 59 of file SCR_WidgetListEntryCheckList.c.

◆ FindCheckboxByPropertyName()

SCR_ListBoxElementComponent SCR_WidgetListEntryCheckList::FindCheckboxByPropertyName ( string propertyName)
inlineprotected

Definition at line 78 of file SCR_WidgetListEntryCheckList.c.

◆ OnCheckboxClick()

void SCR_WidgetListEntryCheckList::OnCheckboxClick ( SCR_ModularButtonComponent button)
inlineprotected

Handle toggling in script as checkbox can't be interacted without script.

Definition at line 91 of file SCR_WidgetListEntryCheckList.c.

◆ ToggleCheckbox()

void SCR_WidgetListEntryCheckList::ToggleCheckbox ( notnull SCR_ListBoxElementComponent checkBox,
bool enabled )
inlineprotected

Definition at line 27 of file SCR_WidgetListEntryCheckList.c.

Member Data Documentation

◆ m_aCheckboxes

ref array<ref SCR_ListBoxElementComponent> SCR_WidgetListEntryCheckList::m_aCheckboxes = {}
protected

Definition at line 8 of file SCR_WidgetListEntryCheckList.c.

◆ m_aProperties

ref array<ref SCR_LocalizedProperty> SCR_WidgetListEntryCheckList::m_aProperties = {}
protected

Definition at line 7 of file SCR_WidgetListEntryCheckList.c.

◆ m_sElementPath

ResourceName SCR_WidgetListEntryCheckList::m_sElementPath
protected

Definition at line 5 of file SCR_WidgetListEntryCheckList.c.


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