Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_AdvancedActionRowComponent Interface Reference
Inheritance diagram for SCR_AdvancedActionRowComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
void Init (string actionName, string actionPreset, int index, SCR_SettingsManagerKeybindModule settingsKeybindModule, EInputDeviceType device)
 
int GetKeybindIndex ()
 
void StartScrolling ()
 
void StopScrolling ()
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override void HandlerAttached (Widget w)
 
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Static Public Member Functions

static SCR_AdvancedActionRowComponent FindComponent (notnull Widget w)
 
static SCR_AdvancedActionRowComponent FindComponentInHierarchy (notnull Widget w)
 
- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 

Protected Attributes

ref Color m_ActionColor
 
bool m_bShowConflictsList
 
float m_fActionIconScale
 
SCR_EActionDisplayState m_eActionIconState
 
int m_iKeybindIndex
 
RichTextWidget m_wActionBindRichText
 
RichTextWidget m_wIndexRichText
 
RichTextWidget m_wWarningRichText
 
RichTextWidget m_wActionsRichText
 
SCR_HorizontalScrollAnimationComponent m_HorizontalScrollComponent
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

const string ROOT_NAME = "AdvancedKeybindActionDisplay"
 

Additional Inherited Members

- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ FindComponent()

static SCR_AdvancedActionRowComponent SCR_AdvancedActionRowComponent.FindComponent ( notnull Widget  w)
static

◆ FindComponentInHierarchy()

static SCR_AdvancedActionRowComponent SCR_AdvancedActionRowComponent.FindComponentInHierarchy ( notnull Widget  w)
static

◆ GetKeybindIndex()

int SCR_AdvancedActionRowComponent.GetKeybindIndex ( )

◆ HandlerAttached()

override void SCR_AdvancedActionRowComponent.HandlerAttached ( Widget  w)

◆ Init()

void SCR_AdvancedActionRowComponent.Init ( string  actionName,
string  actionPreset,
int  index,
SCR_SettingsManagerKeybindModule  settingsKeybindModule,
EInputDeviceType  device 
)

◆ StartScrolling()

void SCR_AdvancedActionRowComponent.StartScrolling ( )

◆ StopScrolling()

void SCR_AdvancedActionRowComponent.StopScrolling ( )

Member Data Documentation

◆ m_ActionColor

ref Color SCR_AdvancedActionRowComponent.m_ActionColor
protected

◆ m_bShowConflictsList

bool SCR_AdvancedActionRowComponent.m_bShowConflictsList
protected

◆ m_eActionIconState

SCR_EActionDisplayState SCR_AdvancedActionRowComponent.m_eActionIconState
protected

◆ m_fActionIconScale

float SCR_AdvancedActionRowComponent.m_fActionIconScale
protected

◆ m_HorizontalScrollComponent

SCR_HorizontalScrollAnimationComponent SCR_AdvancedActionRowComponent.m_HorizontalScrollComponent
protected

◆ m_iKeybindIndex

int SCR_AdvancedActionRowComponent.m_iKeybindIndex
protected

◆ m_wActionBindRichText

RichTextWidget SCR_AdvancedActionRowComponent.m_wActionBindRichText
protected

◆ m_wActionsRichText

RichTextWidget SCR_AdvancedActionRowComponent.m_wActionsRichText
protected

◆ m_wIndexRichText

RichTextWidget SCR_AdvancedActionRowComponent.m_wIndexRichText
protected

◆ m_wWarningRichText

RichTextWidget SCR_AdvancedActionRowComponent.m_wWarningRichText
protected

◆ ROOT_NAME

const string SCR_AdvancedActionRowComponent.ROOT_NAME = "AdvancedKeybindActionDisplay"
staticprotected

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