![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| 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.
|
protected |
Definition at line 10 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 384 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 25 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 3 of file SCR_WidgetListEntry.c.
|
protected |
Apply value to message.
Definition at line 402 of file SCR_WidgetListEntry.c.
|
protected |
Return message.
Definition at line 410 of file SCR_WidgetListEntry.c.
| SCR_WidgetListEntrySelection BaseContainerProps |
|
protected |
Definition at line 1 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 0 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 381 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 379 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 3 of file SCR_WidgetListEntry.c.