Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_RowTooltipEditorUIComponent Class Reference
Inheritance diagram for SCR_RowTooltipEditorUIComponent:
ScriptedWidgetComponent

Protected Member Functions

bool AddText (int rowIndex, string text, Color color=null, string param1=string.Empty, string param2=string.Empty, string param3=string.Empty, string param4=string.Empty, string param5=string.Empty)
bool AddIcon (int rowIndex, ResourceName icon, Color color=null, string setName=string.Empty)
Widget GetRow (int rowIndex)
void CreateRows (int rowsToAdd=1)
override void HandlerAttached (Widget w)

Protected Attributes

ResourceName m_sRowWidget
ResourceName m_sTextWidget
ResourceName m_sIconWidget
Widget m_wRoot
ref array< Widgetm_aRows = {}

Detailed Description

Definition at line 1 of file SCR_RowTooltipEditorUIComponent.c.

Member Function Documentation

◆ AddIcon()

bool SCR_RowTooltipEditorUIComponent::AddIcon ( int rowIndex,
ResourceName icon,
Color color = null,
string setName = string.Empty )
inlineprotected

Definition at line 48 of file SCR_RowTooltipEditorUIComponent.c.

◆ AddText()

bool SCR_RowTooltipEditorUIComponent::AddText ( int rowIndex,
string text,
Color color = null,
string param1 = string.Empty,
string param2 = string.Empty,
string param3 = string.Empty,
string param4 = string.Empty,
string param5 = string.Empty )
inlineprotected

Definition at line 16 of file SCR_RowTooltipEditorUIComponent.c.

◆ CreateRows()

void SCR_RowTooltipEditorUIComponent::CreateRows ( int rowsToAdd = 1)
inlineprotected

Definition at line 83 of file SCR_RowTooltipEditorUIComponent.c.

◆ GetRow()

Widget SCR_RowTooltipEditorUIComponent::GetRow ( int rowIndex)
inlineprotected

Definition at line 74 of file SCR_RowTooltipEditorUIComponent.c.

◆ HandlerAttached()

override void SCR_RowTooltipEditorUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 99 of file SCR_RowTooltipEditorUIComponent.c.

Member Data Documentation

◆ m_aRows

ref array<Widget> SCR_RowTooltipEditorUIComponent::m_aRows = {}
protected

Definition at line 13 of file SCR_RowTooltipEditorUIComponent.c.

◆ m_sIconWidget

ResourceName SCR_RowTooltipEditorUIComponent::m_sIconWidget
protected

Definition at line 10 of file SCR_RowTooltipEditorUIComponent.c.

◆ m_sRowWidget

ResourceName SCR_RowTooltipEditorUIComponent::m_sRowWidget
protected

Definition at line 4 of file SCR_RowTooltipEditorUIComponent.c.

◆ m_sTextWidget

ResourceName SCR_RowTooltipEditorUIComponent::m_sTextWidget
protected

Definition at line 7 of file SCR_RowTooltipEditorUIComponent.c.

◆ m_wRoot

Widget SCR_RowTooltipEditorUIComponent::m_wRoot
protected

Definition at line 12 of file SCR_RowTooltipEditorUIComponent.c.


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