Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DropdownEditorAttributeUIComponent Class Reference
Inheritance diagram for SCR_DropdownEditorAttributeUIComponent:
SCR_BaseEditorAttributeUIComponent SCR_DropdownWithParamAttributeUIComponent SCR_GameOverTypeAttributeUIComponent

Protected Member Functions

override void Init (Widget w, SCR_BaseEditorAttribute attribute)
void CreateDropdownEntries ()
string GetFullDropdownEntryText (string text)
SCR_BaseEditorAttributeFloatStringValues GetComboBoxData ()
override void SetVariableToDefaultValue (SCR_BaseEditorAttributeVar var)
override void SetFromVar (SCR_BaseEditorAttributeVar var)
override bool OnChangeInternal (Widget w, int x, int y, bool finished)
void OnChangeComboBox (SCR_ComboBoxComponent comboBox, int value)
override void HandlerDeattached (Widget w)

Protected Attributes

SCR_ComboBoxComponent m_ComboBoxComponent
ref SCR_BaseEditorAttributeFloatStringValues m_comboboxData
bool m_bInitCalled
ref array< stringm_aDropdownArray = {}

Detailed Description

Definition at line 3 of file SCR_DropdownEditorAttributeUIComponent.c.

Member Function Documentation

◆ CreateDropdownEntries()

void SCR_DropdownEditorAttributeUIComponent::CreateDropdownEntries ( )
inlineprotected

Definition at line 67 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ GetComboBoxData()

SCR_BaseEditorAttributeFloatStringValues SCR_DropdownEditorAttributeUIComponent::GetComboBoxData ( )
inlineprotected

Get ComboBoxData from the drop down UI Attribute

Returns
Combobox data

Definition at line 88 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ GetFullDropdownEntryText()

string SCR_DropdownEditorAttributeUIComponent::GetFullDropdownEntryText ( string text)
inlineprotected

Definition at line 79 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ HandlerDeattached()

override void SCR_DropdownEditorAttributeUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 135 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ Init()

override void SCR_DropdownEditorAttributeUIComponent::Init ( Widget w,
SCR_BaseEditorAttribute attribute )
inlineprotected

Definition at line 11 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ OnChangeComboBox()

void SCR_DropdownEditorAttributeUIComponent::OnChangeComboBox ( SCR_ComboBoxComponent comboBox,
int value )
inlineprotected

Definition at line 128 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ OnChangeInternal()

override bool SCR_DropdownEditorAttributeUIComponent::OnChangeInternal ( Widget w,
int x,
int y,
bool finished )
inlineprotected

Definition at line 114 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ SetFromVar()

override void SCR_DropdownEditorAttributeUIComponent::SetFromVar ( SCR_BaseEditorAttributeVar var)
inlineprotected

Definition at line 102 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ SetVariableToDefaultValue()

override void SCR_DropdownEditorAttributeUIComponent::SetVariableToDefaultValue ( SCR_BaseEditorAttributeVar var)
inlineprotected

Definition at line 94 of file SCR_DropdownEditorAttributeUIComponent.c.

Member Data Documentation

◆ m_aDropdownArray

ref array<string> SCR_DropdownEditorAttributeUIComponent::m_aDropdownArray = {}
protected

Definition at line 9 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ m_bInitCalled

bool SCR_DropdownEditorAttributeUIComponent::m_bInitCalled
protected

Definition at line 7 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ m_ComboBoxComponent

SCR_ComboBoxComponent SCR_DropdownEditorAttributeUIComponent::m_ComboBoxComponent
protected

Definition at line 5 of file SCR_DropdownEditorAttributeUIComponent.c.

◆ m_comboboxData

ref SCR_BaseEditorAttributeFloatStringValues SCR_DropdownEditorAttributeUIComponent::m_comboboxData
protected

Definition at line 6 of file SCR_DropdownEditorAttributeUIComponent.c.


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