![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Configurable class for widget. More...
Protected Member Functions | |
| void | CreateWidget (Widget parent) |
| void | RemoveWidget () |
| void | SetupHandlers () |
| Empty function to override to assing custom handlers. | |
| string | ValueAsString () |
| Return value from widget in string format. | |
| void | SetValue (string str) |
| bool | CheckValidity () |
| Default validity for majority of inputs will be true. | |
| bool | CanSkip () |
| Can skip return true if input is empty and value is not required. | |
| void | SetInteractive (bool interactive) |
| Can value be interacted - set handler enabled. | |
| ResourceName | GetEntryLayout () |
| void | SetEntryLayout (ResourceName layout) |
| string | GetLabel () |
| void | SetLabel (string label) |
| string | GetPropertyName () |
| void | SetPropertyName (string propertyName) |
| string | GetGroupTag () |
| void | SetGroupTag (string tag) |
| EJsonApiStructValueType | GetType () |
| Widget | GetEntryRoot () |
| bool | IsInputValid () |
| bool | GetVisible () |
| void | SetVisible (bool show) |
Static Protected Member Functions | |
| static SCR_ConfigListEntries | GetEntriesDefinitions (ResourceName presetsResourceName) |
Protected Attributes | |
| const ResourceName | ENTRY_DEFINITIONS = "{A6EFD45A3A38965C}Configs/JsonConfigList/JsonConfigListDefinition.conf" |
| const string | INVALID_VALUE = "-invalid-" |
| ResourceName | m_sEntryLayout |
| bool | m_bShow |
| string | m_sLabel |
| string | m_sPropertyName |
| string | m_sGroupTag |
| string | m_sDefaultValue |
| bool | m_bRequired |
| bool | m_bInteractive |
| SCR_ChangeableComponentBase | m_ChangeableComponent |
| EJsonApiStructValueType | m_iType |
| string | m_sClassTag |
| Widget | m_EntryRoot |
| bool | m_bValidInput = true |
Configurable class for widget.
Definition at line 115 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Can skip return true if input is empty and value is not required.
Definition at line 202 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Default validity for majority of inputs will be true.
Definition at line 190 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 154 of file SCR_WidgetListEntry.c.
|
inlinestaticprotected |
Definition at line 301 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 222 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 276 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 258 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 234 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 246 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 270 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 288 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 282 of file SCR_WidgetListEntry.c.
|
protected |
|
inlineprotected |
Definition at line 228 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 264 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Can value be interacted - set handler enabled.
Definition at line 209 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 240 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 252 of file SCR_WidgetListEntry.c.
|
protected |
Empty function to override to assing custom handlers.
|
inlineprotected |
Definition at line 186 of file SCR_WidgetListEntry.c.
|
inlineprotected |
Definition at line 294 of file SCR_WidgetListEntry.c.
|
protected |
Return value from widget in string format.
|
protected |
Definition at line 117 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 119 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 143 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 140 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 125 of file SCR_WidgetListEntry.c.
Definition at line 151 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 145 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 149 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 146 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 147 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 137 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 122 of file SCR_WidgetListEntry.c.
|
protectedproperty |
Definition at line 134 of file SCR_WidgetListEntry.c.
|
protected |
Definition at line 128 of file SCR_WidgetListEntry.c.
|
protectedproperty |
Definition at line 131 of file SCR_WidgetListEntry.c.