Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SelectionWidgetComponent Class Reference
Inheritance diagram for SCR_SelectionWidgetComponent:
SCR_ChangeableComponentBase SCR_ComboBoxComponent SCR_ServerSortingComponent SCR_SpinBoxComponent SCR_ToolboxComponent SCR_ComboBoxIconComponent SCR_InventorySpinBoxComponent SCR_SpawnPointSpinBox SCR_TutorialFastTravelSpinBox SCR_CheckboxComponent SCR_ToolboxMultilineComponent

Protected Member Functions

int AddItem (string item, bool last=false, Managed data=null)
void ClearAll ()
void RemoveItem (int item, bool last=false)
int GetCurrentIndex ()
string GetCurrentItem ()
Managed GetCurrentItemData ()
string GetItemName (int item)
Managed GetItemData (int item)
int GetNumItems ()
bool SetCurrentItem (int i, bool playSound=false, bool animate=false)

Static Protected Member Functions

static SCR_SelectionWidgetComponent GetSelectionComponent (string name, Widget parent, bool searchAllChildren=true)

Protected Attributes

ref array< ref Managed > m_aElementData = new array<ref Managed>
int m_iSelectedItem

Detailed Description

Definition at line 1 of file SCR_SelectionWidgetComponent.c.

Member Function Documentation

◆ AddItem()

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

Definition at line 12 of file SCR_SelectionWidgetComponent.c.

◆ ClearAll()

void SCR_SelectionWidgetComponent::ClearAll ( )
inlineprotected

Definition at line 25 of file SCR_SelectionWidgetComponent.c.

◆ GetCurrentIndex()

int SCR_SelectionWidgetComponent::GetCurrentIndex ( )
inlineprotected

Definition at line 49 of file SCR_SelectionWidgetComponent.c.

◆ GetCurrentItem()

string SCR_SelectionWidgetComponent::GetCurrentItem ( )
inlineprotected

Definition at line 55 of file SCR_SelectionWidgetComponent.c.

◆ GetCurrentItemData()

Managed SCR_SelectionWidgetComponent::GetCurrentItemData ( )
inlineprotected

Definition at line 61 of file SCR_SelectionWidgetComponent.c.

◆ GetItemData()

Managed SCR_SelectionWidgetComponent::GetItemData ( int item)
inlineprotected

Definition at line 79 of file SCR_SelectionWidgetComponent.c.

◆ GetItemName()

string SCR_SelectionWidgetComponent::GetItemName ( int item)
inlineprotected

Definition at line 70 of file SCR_SelectionWidgetComponent.c.

◆ GetNumItems()

int SCR_SelectionWidgetComponent::GetNumItems ( )
inlineprotected

Definition at line 88 of file SCR_SelectionWidgetComponent.c.

◆ GetSelectionComponent()

SCR_SelectionWidgetComponent SCR_SelectionWidgetComponent::GetSelectionComponent ( string name,
Widget parent,
bool searchAllChildren = true )
inlinestaticprotected

Definition at line 117 of file SCR_SelectionWidgetComponent.c.

◆ RemoveItem()

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

Definition at line 37 of file SCR_SelectionWidgetComponent.c.

◆ SetCurrentItem()

bool SCR_SelectionWidgetComponent::SetCurrentItem ( int i,
bool playSound = false,
bool animate = false )
inlineprotected

Definition at line 97 of file SCR_SelectionWidgetComponent.c.

Member Data Documentation

◆ m_aElementData

ref array<ref Managed> SCR_SelectionWidgetComponent::m_aElementData = new array<ref Managed>
protected

Definition at line 6 of file SCR_SelectionWidgetComponent.c.

◆ m_iSelectedItem

int SCR_SelectionWidgetComponent::m_iSelectedItem
protected

Definition at line 9 of file SCR_SelectionWidgetComponent.c.


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