Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WidgetListEntry.c File Reference

Go to the source code of this file.

Classes

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_WidgetListEntryMessage
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_WidgetListEntryMessage SCR_WidgetListEntry BaseContainerProps (configRoot:true)
 Configurable widget list entry for list label.
override void CreateWidget (Widget parent)
override void SetValue (string str)
 Apply value to message.
override string ValueAsString ()
 Return message.
void SetupHandlers ()
override bool CheckValidity ()
SCR_SpinBoxComponent GetSpinBox ()

Variables

string m_sMessage
SCR_SimpleEntryComponent m_SimpleEntry
SCR_WidgetListEntryEditBox BaseContainerProps
SCR_WidgetEditFormatIP m_IPCheck
bool m_bCycle
SCR_SpinBoxComponent m_SpinBox

Function Documentation

◆ BaseContainerProps()

SCR_WidgetListEntryMessage SCR_WidgetListEntry BaseContainerProps ( configRoot:true )

Configurable widget list entry for list label.

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

Definition at line 1 of file SCR_WidgetListEntry.c.

◆ CheckValidity()

override bool BaseContainerProps::CheckValidity ( )
protected

Definition at line 10 of file SCR_WidgetListEntry.c.

◆ CreateWidget()

override void BaseContainerProps::CreateWidget ( Widget parent)
protected

Definition at line 384 of file SCR_WidgetListEntry.c.

◆ GetSpinBox()

SCR_SpinBoxComponent BaseContainerProps::GetSpinBox ( )
protected

Definition at line 25 of file SCR_WidgetListEntry.c.

◆ SetupHandlers()

void SetupHandlers ( )
protected

Definition at line 3 of file SCR_WidgetListEntry.c.

◆ SetValue()

override void SetValue ( string str)
protected

Apply value to message.

Definition at line 402 of file SCR_WidgetListEntry.c.

◆ ValueAsString()

override string BaseContainerProps::ValueAsString ( )
protected

Return message.

Definition at line 410 of file SCR_WidgetListEntry.c.

Variable Documentation

◆ BaseContainerProps

SCR_WidgetListEntrySelection BaseContainerProps

◆ m_bCycle

bool m_bCycle
protected

Definition at line 1 of file SCR_WidgetListEntry.c.

◆ m_IPCheck

SCR_WidgetEditFormatIP m_IPCheck
protected

Definition at line 0 of file SCR_WidgetListEntry.c.

◆ m_SimpleEntry

SCR_SimpleEntryComponent m_SimpleEntry
protected

Definition at line 381 of file SCR_WidgetListEntry.c.

◆ m_sMessage

string m_sMessage
protected

Definition at line 379 of file SCR_WidgetListEntry.c.

◆ m_SpinBox

SCR_SpinBoxComponent m_SpinBox
protected

Definition at line 3 of file SCR_WidgetListEntry.c.