Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ConfigListComponent Class Reference
Inheritance diagram for SCR_ConfigListComponent:
ScriptedWidgetComponent SCR_ServerConfigAdvancedComponent SCR_ServerConfigListComponent

Protected Member Functions

override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)
array< ref SCR_WidgetListEntryGetInitialEntryList ()
SCR_WidgetListEntry FindEntry (string propertyName, string groupTag="")
 Find variable of given property name and group tag - no group tag find any variable of given property name.
Widget GetInvalidEntry ()

Protected Attributes

string m_sListParent
ref array< ref SCR_WidgetListEntrym_aInitialEntryList
Widget m_Root
ScrollLayoutWidget m_wScrollWidget
VerticalLayoutWidget m_wList

Detailed Description

Compomenent with simple configuratino that will create list of given widgets

Definition at line 5 of file SCR_ConfigListComponent.c.

Member Function Documentation

◆ FindEntry()

SCR_WidgetListEntry SCR_ConfigListComponent::FindEntry ( string propertyName,
string groupTag = "" )
inlineprotected

Find variable of given property name and group tag - no group tag find any variable of given property name.

Definition at line 57 of file SCR_ConfigListComponent.c.

◆ GetInitialEntryList()

array< ref SCR_WidgetListEntry > SCR_ConfigListComponent::GetInitialEntryList ( )
inlineprotected

Definition at line 50 of file SCR_ConfigListComponent.c.

◆ GetInvalidEntry()

Widget SCR_ConfigListComponent::GetInvalidEntry ( )
inlineprotected

Go through list and check if values are correct Return first invalid entry widget
Return null if all values are valid

Definition at line 82 of file SCR_ConfigListComponent.c.

◆ HandlerAttached()

override void SCR_ConfigListComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 22 of file SCR_ConfigListComponent.c.

◆ HandlerDeattached()

override void SCR_ConfigListComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 37 of file SCR_ConfigListComponent.c.

Member Data Documentation

◆ m_aInitialEntryList

ref array<ref SCR_WidgetListEntry> SCR_ConfigListComponent::m_aInitialEntryList
protected

Definition at line 11 of file SCR_ConfigListComponent.c.

◆ m_Root

Widget SCR_ConfigListComponent::m_Root
protected

Definition at line 13 of file SCR_ConfigListComponent.c.

◆ m_sListParent

string SCR_ConfigListComponent::m_sListParent
protected

Definition at line 8 of file SCR_ConfigListComponent.c.

◆ m_wList

VerticalLayoutWidget SCR_ConfigListComponent::m_wList
protected

Definition at line 15 of file SCR_ConfigListComponent.c.

◆ m_wScrollWidget

ScrollLayoutWidget SCR_ConfigListComponent::m_wScrollWidget
protected

Definition at line 14 of file SCR_ConfigListComponent.c.


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