![]() |
Dayz Explorer 1.28.160049
|
Protected Member Functions | |
| void | OptionSelector (Widget parent, int current_index, ScriptedWidgetEventHandler parent_c, bool disabled) |
| void | ~OptionSelector () |
| override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| void | Reset () |
| void | SetNextOption () |
| void | SetPrevOption () |
| array< string > | GetOptions () |
| bool | IsSet () |
| bool | IsEnabled () |
| Returns 'true' if current index == 1 (default 'enabled' value). Take care, as different selectors may follow different logic! | |
| bool | IsSelectorEnabled () |
| Returns false for the selector in 'disabled' states. | |
| string | GetStringValue () |
| void | SetStringOption (string option, bool fire_event=true) |
| void | ColorOption () |
| void | ShowNavigationButtons (bool show) |
| override bool | IsFocusable (Widget w) |
| override void | Enable () |
| override void | Disable () |
| override void | ColorNormalConsole (Widget w) |
| override void | ColorDisabledConsole (Widget w) |
| void | OptionSelectorEditbox (Widget parent, string value, ScriptedWidgetEventHandler parent_menu, bool disabled) |
| void | ~OptionSelectorEditbox () |
| override void | Enable () |
| override void | Disable () |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| override bool | IsFocusable (Widget w) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| void | SetValue (string value, bool update=true) |
| string | GetValue () |
| override void | ColorHighlight (Widget w) |
| override void | ColorNormal (Widget w) |
| void | ~OptionSelectorSliderSetup () |
| override void | Enable () |
| override void | Disable () |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| override bool | IsFocusable (Widget w) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| float | NormalizeInput (float value) |
| void | SetStep (float step) |
| void | SetValue (float value, bool update=true) |
| float | GetValue () |
| void | SetMax (float max) |
| override void | ColorHighlight (Widget w) |
| override void | ColorNormal (Widget w) |
Protected Attributes | |
| Widget | m_PreviousOption |
| Widget | m_NextOption |
| TextWidget | m_SelectedOption |
| int | m_SelectedOptionIndex |
| ref array< string > | m_Options |
| EditBoxWidget | m_EditBox |
| SliderWidget | m_Slider |
| float | m_MinValue |
| float | m_MaxValue |
Definition at line 1 of file optionselector.c.
|
protected |
Definition at line 56 of file optionselector.c.
|
protected |
Definition at line 26 of file optionselectoreditbox.c.
|
protected |
Definition at line 7 of file optionselectorslidersetup.c.
|
protected |
Definition at line 254 of file optionselector.c.
|
protected |
Definition at line 145 of file optionselectoreditbox.c.
|
protected |
Definition at line 141 of file optionselectorslidersetup.c.
|
protected |
Definition at line 159 of file optionselectoreditbox.c.
|
protected |
Definition at line 155 of file optionselectorslidersetup.c.
|
protected |
Definition at line 241 of file optionselector.c.
|
protected |
Definition at line 176 of file optionselector.c.
|
protected |
Definition at line 227 of file optionselector.c.
|
protected |
Definition at line 38 of file optionselectoreditbox.c.
|
protected |
Definition at line 19 of file optionselectorslidersetup.c.
|
protected |
Definition at line 213 of file optionselector.c.
|
protected |
Definition at line 31 of file optionselectoreditbox.c.
|
protected |
Definition at line 12 of file optionselectorslidersetup.c.
Definition at line 135 of file optionselector.c.
|
protected |
Definition at line 158 of file optionselector.c.
|
protected |
Definition at line 140 of file optionselectoreditbox.c.
|
protected |
Definition at line 129 of file optionselectorslidersetup.c.
|
protected |
Returns 'true' if current index == 1 (default 'enabled' value). Take care, as different selectors may follow different logic!
Definition at line 147 of file optionselector.c.
|
protected |
Definition at line 204 of file optionselector.c.
|
protected |
Definition at line 103 of file optionselectoreditbox.c.
|
protected |
Definition at line 75 of file optionselectorslidersetup.c.
|
protected |
Returns false for the selector in 'disabled' states.
Definition at line 153 of file optionselector.c.
|
protected |
Definition at line 141 of file optionselector.c.
Definition at line 110 of file optionselectorslidersetup.c.
Definition at line 93 of file optionselectoreditbox.c.
Definition at line 65 of file optionselectorslidersetup.c.
Definition at line 79 of file optionselector.c.
Definition at line 112 of file optionselectoreditbox.c.
Definition at line 84 of file optionselectorslidersetup.c.
Definition at line 123 of file optionselectoreditbox.c.
Definition at line 100 of file optionselectorslidersetup.c.
Definition at line 61 of file optionselector.c.
Definition at line 57 of file optionselectorslidersetup.c.
Definition at line 90 of file optionselector.c.
Definition at line 45 of file optionselectoreditbox.c.
Definition at line 26 of file optionselectorslidersetup.c.
Definition at line 95 of file optionselector.c.
Definition at line 69 of file optionselectoreditbox.c.
Definition at line 41 of file optionselectorslidersetup.c.
|
protected |
Definition at line 9 of file optionselector.c.
|
protected |
Definition at line 5 of file optionselectoreditbox.c.
|
protected |
Definition at line 100 of file optionselector.c.
|
protected |
Definition at line 136 of file optionselectorslidersetup.c.
|
protected |
Definition at line 109 of file optionselector.c.
|
protected |
Definition at line 122 of file optionselector.c.
|
protected |
Definition at line 116 of file optionselectorslidersetup.c.
Definition at line 163 of file optionselector.c.
Definition at line 121 of file optionselectorslidersetup.c.
Definition at line 133 of file optionselectoreditbox.c.
|
protected |
Definition at line 198 of file optionselector.c.
|
protected |
Definition at line 3 of file optionselectoreditbox.c.
|
protected |
Definition at line 5 of file optionselectorslidersetup.c.
|
protected |
Definition at line 4 of file optionselectorslidersetup.c.
|
protected |
Definition at line 4 of file optionselector.c.
Definition at line 7 of file optionselector.c.
|
protected |
Definition at line 3 of file optionselector.c.
|
protected |
Definition at line 5 of file optionselector.c.
|
protected |
Definition at line 6 of file optionselector.c.
|
protected |
Definition at line 3 of file optionselectorslidersetup.c.