Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_ConfigListComponent Interface Reference

Compomenent with simple configuratino that will create list of given widgets. More...

Inheritance diagram for SCR_ConfigListComponent:
[legend]

Public Member Functions

override void HandlerAttached (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 ()
 Go through list and check if values are correct Return first invalid entry widget
Return null if all values are valid.
 

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.

Member Function Documentation

◆ FindEntry()

SCR_WidgetListEntry SCR_ConfigListComponent.FindEntry ( string  propertyName,
string  groupTag = "" 
)

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

◆ GetInitialEntryList()

array< ref SCR_WidgetListEntry > SCR_ConfigListComponent.GetInitialEntryList ( )

◆ GetInvalidEntry()

Widget SCR_ConfigListComponent.GetInvalidEntry ( )

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

◆ HandlerAttached()

override void SCR_ConfigListComponent.HandlerAttached ( Widget  w)

Member Data Documentation

◆ m_aInitialEntryList

ref array<ref SCR_WidgetListEntry> SCR_ConfigListComponent.m_aInitialEntryList
protected

◆ m_Root

Widget SCR_ConfigListComponent.m_Root
protected

◆ m_sListParent

string SCR_ConfigListComponent.m_sListParent
protected

◆ m_wList

VerticalLayoutWidget SCR_ConfigListComponent.m_wList
protected

◆ m_wScrollWidget

ScrollLayoutWidget SCR_ConfigListComponent.m_wScrollWidget
protected

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