Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
SCR_WidgetListEntryEditBoxIP SCR_WidgetListEntryEditBox BaseContainerProps | ( | configRoot:true | ) |
Configurable widget list entry for boolean values - yes/no.
override bool BaseContainerProps::CheckValidity | ( | ) |
Definition at line 12 of file SCR_WidgetListEntry.c.
SCR_SpinBoxComponent BaseContainerProps::GetSpinBox | ( | ) |
Definition at line 610 of file SCR_WidgetListEntry.c.
override protected void SetupHandlers | ( | ) |
Definition at line 5 of file SCR_WidgetListEntry.c.
override void BaseContainerProps::SetValue | ( | string | str | ) |
Definition at line 603 of file SCR_WidgetListEntry.c.
SCR_WidgetListEntrySelection BaseContainerProps |
protected bool m_bCycle |
Definition at line 586 of file SCR_WidgetListEntry.c.
protected SCR_WidgetEditFormatIP m_IPCheck |
Definition at line 2 of file SCR_WidgetListEntry.c.
protected SCR_SpinBoxComponent m_SpinBox |
Definition at line 588 of file SCR_WidgetListEntry.c.