![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Minimalist progress bar. More...
Protected Member Functions | |
| 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) |
Static Protected Member Functions | |
| static SCR_WLibProgressBarComponent | GetProgressBar (string name, Widget parent, bool searchAllChildren=true) |
Protected Attributes | |
| const string | WIDGET_CHANGE = "Change" |
| float | m_fMin |
| float | m_fMax |
| float | m_fValue |
| bool | m_bReverseDirection |
| bool | m_bConstantAnimationSpeed |
| float | m_fAnimationTime |
| ref Color | m_SliderColor |
| ref Color | m_BackgroundColor |
| Widget | m_wRoot |
| Widget | m_wBar |
| Widget | m_wChange |
| Widget | m_wSpacer |
| float | m_fChange |
Minimalist progress bar.
Definition at line 6 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 174 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 156 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 150 of file SCR_WLibProgressBar.c.
|
inlinestaticprotected |
Definition at line 198 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 168 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 162 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 42 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 180 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 192 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 85 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 71 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 64 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 143 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 136 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 186 of file SCR_WLibProgressBar.c.
Definition at line 78 of file SCR_WLibProgressBar.c.
|
inlineprotected |
Definition at line 126 of file SCR_WLibProgressBar.c.
Definition at line 92 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 32 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 23 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 20 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 26 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 39 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 14 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 11 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 17 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 29 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 35 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 36 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 34 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 37 of file SCR_WLibProgressBar.c.
|
protected |
Definition at line 8 of file SCR_WLibProgressBar.c.