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

Protected Member Functions

override void HandlerAttached (Widget w)
void CreateWidgets (int count)
void CreateWidget ()
void SetAnimationRate ()
void SetItemCount (int count, bool animate=true)
int GetItemCount ()
int GetCurrentItem ()
void SetCurrentItem (int index, bool animate=true)
void ColorizeItem (Widget w, Color color, bool animate)

Protected Attributes

ResourceName m_sHintElementTexture
ResourceName m_sHintElementImage
string m_sSelectionHintElementName
ref Color m_ColorSelected
ref Color m_ColorDeselected
bool m_bSetCustomSize
float m_fItemWidth
float m_fItemHeight
float m_fAnimationTime
float m_fItemSpacing
int m_iCurrent
int m_iItemCount
float m_fAnimationRate = SCR_WLibComponentBase.START_ANIMATION_RATE
Widget m_wRoot
Widget m_wCurrent
ref array< Widgetm_aWidgets = {}

Detailed Description

Definition at line 2 of file SCR_SelectionHintComponent.c.

Member Function Documentation

◆ ColorizeItem()

void SCR_SelectionHintComponent::ColorizeItem ( Widget w,
Color color,
bool animate )
inlineprotected

Definition at line 177 of file SCR_SelectionHintComponent.c.

◆ CreateWidget()

void SCR_SelectionHintComponent::CreateWidget ( )
inlineprotected

Definition at line 93 of file SCR_SelectionHintComponent.c.

◆ CreateWidgets()

void SCR_SelectionHintComponent::CreateWidgets ( int count)
inlineprotected

Definition at line 61 of file SCR_SelectionHintComponent.c.

◆ GetCurrentItem()

int SCR_SelectionHintComponent::GetCurrentItem ( )
inlineprotected

Definition at line 145 of file SCR_SelectionHintComponent.c.

◆ GetItemCount()

int SCR_SelectionHintComponent::GetItemCount ( )
inlineprotected

Definition at line 139 of file SCR_SelectionHintComponent.c.

◆ HandlerAttached()

override void SCR_SelectionHintComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 46 of file SCR_SelectionHintComponent.c.

◆ SetAnimationRate()

void SCR_SelectionHintComponent::SetAnimationRate ( )
inlineprotected

Definition at line 118 of file SCR_SelectionHintComponent.c.

◆ SetCurrentItem()

void SCR_SelectionHintComponent::SetCurrentItem ( int index,
bool animate = true )
inlineprotected

Definition at line 151 of file SCR_SelectionHintComponent.c.

◆ SetItemCount()

void SCR_SelectionHintComponent::SetItemCount ( int count,
bool animate = true )
inlineprotected

Definition at line 128 of file SCR_SelectionHintComponent.c.

Member Data Documentation

◆ m_aWidgets

ref array<Widget> SCR_SelectionHintComponent::m_aWidgets = {}
protected

Definition at line 43 of file SCR_SelectionHintComponent.c.

◆ m_bSetCustomSize

bool SCR_SelectionHintComponent::m_bSetCustomSize
protected

Definition at line 20 of file SCR_SelectionHintComponent.c.

◆ m_ColorDeselected

ref Color SCR_SelectionHintComponent::m_ColorDeselected
protected

Definition at line 17 of file SCR_SelectionHintComponent.c.

◆ m_ColorSelected

ref Color SCR_SelectionHintComponent::m_ColorSelected
protected

Definition at line 14 of file SCR_SelectionHintComponent.c.

◆ m_fAnimationRate

float SCR_SelectionHintComponent::m_fAnimationRate = SCR_WLibComponentBase.START_ANIMATION_RATE
protected

Definition at line 40 of file SCR_SelectionHintComponent.c.

◆ m_fAnimationTime

float SCR_SelectionHintComponent::m_fAnimationTime
protected

Definition at line 29 of file SCR_SelectionHintComponent.c.

◆ m_fItemHeight

float SCR_SelectionHintComponent::m_fItemHeight
protected

Definition at line 26 of file SCR_SelectionHintComponent.c.

◆ m_fItemSpacing

float SCR_SelectionHintComponent::m_fItemSpacing
protected

Definition at line 32 of file SCR_SelectionHintComponent.c.

◆ m_fItemWidth

float SCR_SelectionHintComponent::m_fItemWidth
protected

Definition at line 23 of file SCR_SelectionHintComponent.c.

◆ m_iCurrent

int SCR_SelectionHintComponent::m_iCurrent
protected

Definition at line 35 of file SCR_SelectionHintComponent.c.

◆ m_iItemCount

int SCR_SelectionHintComponent::m_iItemCount
protected

Definition at line 38 of file SCR_SelectionHintComponent.c.

◆ m_sHintElementImage

ResourceName SCR_SelectionHintComponent::m_sHintElementImage
protected

Definition at line 8 of file SCR_SelectionHintComponent.c.

◆ m_sHintElementTexture

ResourceName SCR_SelectionHintComponent::m_sHintElementTexture
protected

Definition at line 5 of file SCR_SelectionHintComponent.c.

◆ m_sSelectionHintElementName

string SCR_SelectionHintComponent::m_sSelectionHintElementName
protected

Definition at line 11 of file SCR_SelectionHintComponent.c.

◆ m_wCurrent

Widget SCR_SelectionHintComponent::m_wCurrent
protected

Definition at line 42 of file SCR_SelectionHintComponent.c.

◆ m_wRoot

Widget SCR_SelectionHintComponent::m_wRoot
protected

Definition at line 41 of file SCR_SelectionHintComponent.c.


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