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

Protected Member Functions

override void UpdateName ()
int AddItemAndIcon (string item, ResourceName icon, float rotation=0, Managed data=null)
ImageWidget GetIconWidget ()
override int AddItem (string item, bool last=false, Managed data=null)
override void ClearAll ()
void AllowFocus (bool allowFocus)
ScriptInvoker GetOnCreateElement ()
override void OnCreateElement (Widget elementWidget, int index)
void SetElementEnabled (int index, bool enable)
override void RemoveItem (int item, bool last=false)
override void HandlerAttached (Widget w)

Protected Attributes

ref array< ResourceNamem_aElementIcons
ref array< floatm_aElementIconRotations
string m_sIconWidgetName
ImageWidget m_IconWidget
ref ScriptInvoker Event_OnCreateElement = new ScriptInvoker
ref Color m_cIconDisabledColor = new Color (0.8, 0.8, 0.8, 1)

Detailed Description

Definition at line 1 of file SCR_ComboBoxIconComponent.c.

Member Function Documentation

◆ AddItem()

override int SCR_ComboBoxIconComponent::AddItem ( string item,
bool last = false,
Managed data = null )
inlineprotected

Definition at line 56 of file SCR_ComboBoxIconComponent.c.

◆ AddItemAndIcon()

int SCR_ComboBoxIconComponent::AddItemAndIcon ( string item,
ResourceName icon,
float rotation = 0,
Managed data = null )
inlineprotected

Definition at line 34 of file SCR_ComboBoxIconComponent.c.

◆ AllowFocus()

void SCR_ComboBoxIconComponent::AllowFocus ( bool allowFocus)
inlineprotected

Definition at line 70 of file SCR_ComboBoxIconComponent.c.

◆ ClearAll()

override void SCR_ComboBoxIconComponent::ClearAll ( )
inlineprotected

Definition at line 64 of file SCR_ComboBoxIconComponent.c.

◆ GetIconWidget()

ImageWidget SCR_ComboBoxIconComponent::GetIconWidget ( )
inlineprotected

Definition at line 50 of file SCR_ComboBoxIconComponent.c.

◆ GetOnCreateElement()

ScriptInvoker SCR_ComboBoxIconComponent::GetOnCreateElement ( )
inlineprotected

Definition at line 79 of file SCR_ComboBoxIconComponent.c.

◆ HandlerAttached()

override void SCR_ComboBoxIconComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 136 of file SCR_ComboBoxIconComponent.c.

◆ OnCreateElement()

override void SCR_ComboBoxIconComponent::OnCreateElement ( Widget elementWidget,
int index )
inlineprotected

Definition at line 85 of file SCR_ComboBoxIconComponent.c.

◆ RemoveItem()

override void SCR_ComboBoxIconComponent::RemoveItem ( int item,
bool last = false )
inlineprotected

Definition at line 128 of file SCR_ComboBoxIconComponent.c.

◆ SetElementEnabled()

void SCR_ComboBoxIconComponent::SetElementEnabled ( int index,
bool enable )
inlineprotected

Definition at line 110 of file SCR_ComboBoxIconComponent.c.

◆ UpdateName()

override void SCR_ComboBoxIconComponent::UpdateName ( )
inlineprotected

Definition at line 14 of file SCR_ComboBoxIconComponent.c.

Member Data Documentation

◆ Event_OnCreateElement

ref ScriptInvoker SCR_ComboBoxIconComponent::Event_OnCreateElement = new ScriptInvoker
protected

Definition at line 11 of file SCR_ComboBoxIconComponent.c.

◆ m_aElementIconRotations

ref array<float> SCR_ComboBoxIconComponent::m_aElementIconRotations
protected

Definition at line 5 of file SCR_ComboBoxIconComponent.c.

◆ m_aElementIcons

ref array<ResourceName> SCR_ComboBoxIconComponent::m_aElementIcons
protected

Definition at line 4 of file SCR_ComboBoxIconComponent.c.

◆ m_cIconDisabledColor

ref Color SCR_ComboBoxIconComponent::m_cIconDisabledColor = new Color (0.8, 0.8, 0.8, 1)
protected

Definition at line 12 of file SCR_ComboBoxIconComponent.c.

◆ m_IconWidget

ImageWidget SCR_ComboBoxIconComponent::m_IconWidget
protected

Definition at line 10 of file SCR_ComboBoxIconComponent.c.

◆ m_sIconWidgetName

string SCR_ComboBoxIconComponent::m_sIconWidgetName
protected

Definition at line 8 of file SCR_ComboBoxIconComponent.c.


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