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

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetProgressBarValues (float value, float progressed, float minus)
 
override void SetValue (float value, bool animate=true)
 
- 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 Member Functions

override void UpdateVisuals (bool animate=true)
 

Protected Attributes

ref Color m_iProgressedBarColor
 
ref Color m_iMinusBarColor
 
float m_fProgressed
 
float m_fMinus
 
Widget m_wProgressedBar
 
Widget m_wMinusBar
 
- 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_ProgressBarWithSegments.HandlerAttached ( Widget  w)

◆ SetProgressBarValues()

void SCR_ProgressBarWithSegments.SetProgressBarValues ( float  value,
float  progressed,
float  minus 
)

◆ SetValue()

override void SCR_ProgressBarWithSegments.SetValue ( float  value,
bool  animate = true 
)

◆ UpdateVisuals()

override void SCR_ProgressBarWithSegments.UpdateVisuals ( bool  animate = true)
protected

Member Data Documentation

◆ m_fMinus

float SCR_ProgressBarWithSegments.m_fMinus
protected

◆ m_fProgressed

float SCR_ProgressBarWithSegments.m_fProgressed
protected

◆ m_iMinusBarColor

ref Color SCR_ProgressBarWithSegments.m_iMinusBarColor
protected

◆ m_iProgressedBarColor

ref Color SCR_ProgressBarWithSegments.m_iProgressedBarColor
protected

◆ m_wMinusBar

Widget SCR_ProgressBarWithSegments.m_wMinusBar
protected

◆ m_wProgressedBar

Widget SCR_ProgressBarWithSegments.m_wProgressedBar
protected

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