Arma Reforger Script API
|
Configurable widget list entry for list label. More...
Public Member Functions | |
override void | CreateWidget (Widget parent) |
![]() | |
void | RemoveWidget () |
string | ValueAsString () |
Return value from widget in string format. | |
void | SetValue (string str) |
bool | CheckValidity () |
Default validity for majority of inputs will be true. | |
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) |
Protected Attributes | |
float | m_iOffsetTop |
float | m_iOffsetBottom |
float | m_iLeftBottom |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
static SCR_ConfigListEntries | GetEntriesDefinitions (ResourceName presetsResourceName) |
![]() | |
const string | INVALID_VALUE = "-invalid-" |
![]() | |
void | SetupHandlers () |
Empty function to override to assing custom handlers. | |
bool | CanSkip () |
Can skip return true if input is empty and value is not required. | |
![]() | |
const ResourceName | ENTRY_DEFINITIONS = "{A6EFD45A3A38965C}Configs/JsonConfigList/JsonConfigListDefinition.conf" |
Configurable widget list entry for list label.
override void SCR_WidgetListEntryLabel.CreateWidget | ( | Widget | parent | ) |
Implements SCR_WidgetListEntry.
|
protected |
|
protected |
|
protected |