Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_WidgetListEntry.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_WidgetListEntryCustomTitle
 
class  SCR_LocalizedPropertyTitle
 Displays label and value name for variable with localization. More...
 
class  SCR_LocalizedProperty
 Variable that is using localized label. More...
 
class  SCR_LocalizedPropertyExtended
 Localied property with extra array info. More...
 
class  SCR_WidgetListEntry
 Configurable class for widget. More...
 
class  SCR_WidgetListEntryGroup
 
class  SCR_WidgetListEntryLabel
 Configurable widget list entry for list label. More...
 
class  SCR_WidgetListEntryEditBox
 Configurable widget list entry for various value that can be typed - numbers, strings, references. More...
 
class  SCR_WidgetListEntryEditBoxIP
 IP specific entry. More...
 
class  SCR_WidgetListEntrySelection
 Configurable widget list entry list selection. More...
 
class  SCR_WidgetListEntrySpinBox
 Configurable widget list entry selection specific for spinbox. More...
 

Functions

SCR_WidgetListEntryEditBoxIP SCR_WidgetListEntryEditBox BaseContainerProps (configRoot:true)
 Configurable widget list entry for boolean values - yes/no. More...
 
override protected void SetupHandlers ()
 
override bool CheckValidity ()
 
override void SetValue (string str)
 
SCR_SpinBoxComponent GetSpinBox ()
 

Variables

SCR_WidgetListEntryCustomTitle BaseContainerProps
 
protected SCR_WidgetEditFormatIP m_IPCheck
 
protected bool m_bCycle
 
protected SCR_SpinBoxComponent m_SpinBox
 

Function Documentation

◆ BaseContainerProps()

SCR_WidgetListEntryEditBoxIP SCR_WidgetListEntryEditBox BaseContainerProps ( configRoot:true  )

Configurable widget list entry for boolean values - yes/no.

◆ CheckValidity()

override bool BaseContainerProps::CheckValidity ( )

Definition at line 12 of file SCR_WidgetListEntry.c.

◆ GetSpinBox()

SCR_SpinBoxComponent BaseContainerProps::GetSpinBox ( )

Definition at line 610 of file SCR_WidgetListEntry.c.

◆ SetupHandlers()

override protected void SetupHandlers ( )

Definition at line 5 of file SCR_WidgetListEntry.c.

◆ SetValue()

override void BaseContainerProps::SetValue ( string  str)

Definition at line 603 of file SCR_WidgetListEntry.c.

Variable Documentation

◆ BaseContainerProps

SCR_WidgetListEntrySelection BaseContainerProps

◆ m_bCycle

protected bool m_bCycle

Definition at line 586 of file SCR_WidgetListEntry.c.

◆ m_IPCheck

protected SCR_WidgetEditFormatIP m_IPCheck

Definition at line 2 of file SCR_WidgetListEntry.c.

◆ m_SpinBox

protected SCR_SpinBoxComponent m_SpinBox

Definition at line 588 of file SCR_WidgetListEntry.c.