Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_ProgressBarWithInactiveColor Interface Reference
Inheritance diagram for SCR_ProgressBarWithInactiveColor:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetActive (bool active=true)
 
void SetOnHover (bool onHover=true)
 
void Hide ()
 
void Unhide ()
 
- Public Member Functions inherited from SCR_WLibProgressBarComponent
override void HandlerAttached (Widget w)
 
void SetMin (float value)
 
void SetMax (float value)
 
void SetValue (float value, bool animate=true)
 
void SetChange (float value)
 
void UpdateVisuals (bool animate=true)
 
void StopProgressAnimation ()
 
void SetSliderColor (Color newColor)
 
void SetSliderChangeColor (Color newColor)
 
float GetMin ()
 
float GetMax ()
 
float GetValue ()
 
Widget GetRootWidget ()
 
float GetAnimationSpeed ()
 
bool IsUsingAnimationTime ()
 
void SetUsingAnimationTime (bool enable)
 
void SetAnimationTime (float value)
 

Protected Attributes

ref Color m_SliderInactiveColor
 
ref Color m_OnHoverInactiveColor
 
bool m_bActive
 
int m_iColorChangeTime
 
- Protected Attributes inherited from SCR_WLibProgressBarComponent
float m_fMin
 
float m_fMax
 
float m_fValue
 
bool m_bReverseDirection
 
bool m_bConstantAnimationSpeed
 
float m_fAnimationTime
 
Widget m_wRoot
 
Widget m_wBar
 
Widget m_wChange
 
Widget m_wSpacer
 
float m_fChange
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_WLibProgressBarComponent
static SCR_WLibProgressBarComponent GetProgressBar (string name, Widget parent, bool searchAllChildren=true)
 
- Public Attributes inherited from SCR_WLibProgressBarComponent
ref Color m_SliderColor
 
ref Color m_BackgroundColor
 
- Static Protected Attributes inherited from SCR_WLibProgressBarComponent
const string WIDGET_CHANGE = "Change"
 

Member Function Documentation

◆ HandlerAttached()

override void SCR_ProgressBarWithInactiveColor.HandlerAttached ( Widget  w)

◆ Hide()

void SCR_ProgressBarWithInactiveColor.Hide ( )

◆ SetActive()

void SCR_ProgressBarWithInactiveColor.SetActive ( bool  active = true)

◆ SetOnHover()

void SCR_ProgressBarWithInactiveColor.SetOnHover ( bool  onHover = true)

◆ Unhide()

void SCR_ProgressBarWithInactiveColor.Unhide ( )

Member Data Documentation

◆ m_bActive

bool SCR_ProgressBarWithInactiveColor.m_bActive
protected

◆ m_iColorChangeTime

int SCR_ProgressBarWithInactiveColor.m_iColorChangeTime
protected

◆ m_OnHoverInactiveColor

ref Color SCR_ProgressBarWithInactiveColor.m_OnHoverInactiveColor
protected

◆ m_SliderInactiveColor

ref Color SCR_ProgressBarWithInactiveColor.m_SliderInactiveColor
protected

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