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