![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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< string > | EnabledCheckListPropertyNames () |
| 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_LocalizedProperty > | m_aProperties = {} |
| ref array< ref SCR_ListBoxElementComponent > | m_aCheckboxes = {} |
Definition at line 2 of file SCR_WidgetListEntryCheckList.c.
|
inlineprotected |
Add new element and create it in the list.
Definition at line 40 of file SCR_WidgetListEntryCheckList.c.
|
inlineprotected |
Definition at line 72 of file SCR_WidgetListEntryCheckList.c.
|
inlineprotected |
Removed setting up of m_ChangeableComponent as it's not used for this case.
Definition at line 12 of file SCR_WidgetListEntryCheckList.c.
|
inlineprotected |
Definition at line 59 of file SCR_WidgetListEntryCheckList.c.
|
inlineprotected |
Definition at line 78 of file SCR_WidgetListEntryCheckList.c.
|
inlineprotected |
Handle toggling in script as checkbox can't be interacted without script.
Definition at line 91 of file SCR_WidgetListEntryCheckList.c.
|
inlineprotected |
Definition at line 27 of file SCR_WidgetListEntryCheckList.c.
|
protected |
Definition at line 8 of file SCR_WidgetListEntryCheckList.c.
|
protected |
Definition at line 7 of file SCR_WidgetListEntryCheckList.c.
|
protected |
Definition at line 5 of file SCR_WidgetListEntryCheckList.c.