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

Protected Member Functions

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

Detailed Description

Definition at line 2 of file SCR_ProgressBarWithSegments.c.

Member Function Documentation

◆ HandlerAttached()

override void SCR_ProgressBarWithSegments::HandlerAttached ( Widget w)
inlineprotected

Definition at line 21 of file SCR_ProgressBarWithSegments.c.

◆ SetProgressBarValues()

void SCR_ProgressBarWithSegments::SetProgressBarValues ( float value,
float progressed,
float minus )
inlineprotected

Definition at line 95 of file SCR_ProgressBarWithSegments.c.

◆ SetValue()

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

Definition at line 104 of file SCR_ProgressBarWithSegments.c.

◆ UpdateVisuals()

override void SCR_ProgressBarWithSegments::UpdateVisuals ( bool animate = true)
inlineprotected

Definition at line 45 of file SCR_ProgressBarWithSegments.c.

Member Data Documentation

◆ m_fMinus

float SCR_ProgressBarWithSegments::m_fMinus
protected

Definition at line 14 of file SCR_ProgressBarWithSegments.c.

◆ m_fProgressed

float SCR_ProgressBarWithSegments::m_fProgressed
protected

Definition at line 11 of file SCR_ProgressBarWithSegments.c.

◆ m_iMinusBarColor

ref Color SCR_ProgressBarWithSegments::m_iMinusBarColor
protected

Definition at line 8 of file SCR_ProgressBarWithSegments.c.

◆ m_iProgressedBarColor

ref Color SCR_ProgressBarWithSegments::m_iProgressedBarColor
protected

Definition at line 5 of file SCR_ProgressBarWithSegments.c.

◆ m_wMinusBar

Widget SCR_ProgressBarWithSegments::m_wMinusBar
protected

Definition at line 18 of file SCR_ProgressBarWithSegments.c.

◆ m_wProgressedBar

Widget SCR_ProgressBarWithSegments::m_wProgressedBar
protected

Definition at line 17 of file SCR_ProgressBarWithSegments.c.


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