Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_WidgetListEntryLabel Interface Reference

Configurable widget list entry for list label. More...

Inheritance diagram for SCR_WidgetListEntryLabel:
[legend]

Public Member Functions

override void CreateWidget (Widget parent)
 
- Public Member Functions inherited from SCR_WidgetListEntry
void CreateWidget (Widget parent)
 
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 ()
 

Protected Attributes

float m_iOffsetTop
 
float m_iOffsetBottom
 
float m_iLeftBottom
 
- Protected Attributes inherited from SCR_WidgetListEntry
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 Public Attributes inherited from SCR_WidgetListEntry
const string INVALID_VALUE = "-invalid-"
 
- Protected Member Functions inherited from SCR_WidgetListEntry
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.
 

Detailed Description

Configurable widget list entry for list label.

Member Function Documentation

◆ CreateWidget()

override void SCR_WidgetListEntryLabel.CreateWidget ( Widget  parent)

Implements SCR_WidgetListEntry.

Member Data Documentation

◆ m_iLeftBottom

float SCR_WidgetListEntryLabel.m_iLeftBottom
protected

◆ m_iOffsetBottom

float SCR_WidgetListEntryLabel.m_iOffsetBottom
protected

◆ m_iOffsetTop

float SCR_WidgetListEntryLabel.m_iOffsetTop
protected

The documentation for this interface was generated from the following file: