![]() |
Dayz Explorer 1.28.160049
|
This Option Selector handles a Slider Marker, which basically has 2 sliders One slider is for selecting the value, and the other slider is for displaying some other value/ information. More...
Protected Member Functions | |
| void | OptionSelectorLevelMarker (Widget parent, float value, ScriptedWidgetEventHandler parentMenu, bool disabled, float min, float max) |
| override void | Enable () |
| override void | Disable () |
| void | SetSlider2Value (float value) |
| override bool | OnUpdate (Widget w) |
| void | OptionSelectorSlider (Widget parent, float value, ScriptedWidgetEventHandler parent_menu, bool disabled, float min, float max, bool showEditbox=false) |
| void | SetValueText () |
| void | Refresh (float defaultValue=-1) |
| float | GetRangePercantageByValue () |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| bool | Changed () |
| bool | IsValidEditboxValue (string text) |
| override bool | OnDoubleClick (Widget w, int x, int y, int button) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| override bool | IsFocusable (Widget w) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| void | SetActiveOption () |
| void | UpdateActiveOption () |
| void | Update () |
| bool | IsValueTextVisible () |
Protected Attributes | |
| SliderWidget | m_Slider2 |
| bool | m_Changed |
| EditBoxWidget | m_ValueText |
| bool | m_ShowEditbox |
| float | m_LastValue |
This Option Selector handles a Slider Marker, which basically has 2 sliders One slider is for selecting the value, and the other slider is for displaying some other value/ information.
| m_Slider2 | other slider value, which can be used to convery some other info to the player |
Definition at line 6 of file optionselectorlevelmarker.c.
|
protected |
Definition at line 113 of file optionselectorslider.c.
|
protected |
Definition at line 42 of file optionselectorlevelmarker.c.
|
protected |
Definition at line 36 of file optionselectorlevelmarker.c.
|
protected |
Definition at line 73 of file optionselectorslider.c.
|
protected |
Definition at line 187 of file optionselectorslider.c.
Definition at line 118 of file optionselectorslider.c.
|
protected |
Definition at line 242 of file optionselectorslider.c.
|
protected |
Definition at line 79 of file optionselectorslider.c.
|
protected |
Definition at line 143 of file optionselectorslider.c.
Definition at line 161 of file optionselectorslider.c.
Definition at line 176 of file optionselectorslider.c.
|
protected |
Definition at line 196 of file optionselectorslider.c.
|
protected |
Definition at line 53 of file optionselectorlevelmarker.c.
|
protected |
Definition at line 10 of file optionselectorlevelmarker.c.
|
protected |
Definition at line 8 of file optionselectorslider.c.
|
protected |
Definition at line 59 of file optionselectorslider.c.
|
protected |
Definition at line 213 of file optionselectorslider.c.
|
protected |
Definition at line 48 of file optionselectorlevelmarker.c.
|
protected |
Definition at line 53 of file optionselectorslider.c.
|
protected |
Definition at line 235 of file optionselectorslider.c.
|
protected |
Definition at line 222 of file optionselectorslider.c.
|
protected |
Definition at line 3 of file optionselectorslider.c.
|
protected |
Definition at line 6 of file optionselectorslider.c.
|
protected |
Definition at line 5 of file optionselectorslider.c.
|
protected |
Definition at line 8 of file optionselectorlevelmarker.c.
|
protected |
Definition at line 4 of file optionselectorslider.c.