![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| bool | CanSwitch () |
| int | GetValue () |
| void | LoadNewValues (notnull array< string > options, int current_index) |
| void | OptionSelectorMultistate (Widget parent, int current_index, ScriptedWidgetEventHandler parent_c, bool disabled, notnull array< string > options) |
| void | PerformSetOption (int index) |
| void | SetCanSwitch (bool value) |
| override void | SetNextOption () |
| override void | SetPrevOption () |
| void | SetRandomValue () |
| override void | SetStringOption (string option, bool fire_event=true) |
| void | SetValue (int value, bool fire_event=true) |
| void | SetValue (string value, bool fire_event=true) |
Static Protected Member Functions | |
| static OptionSelectorMultistate | NewFromAccess (Widget parent, ListOptionsAccess optionAccess, ScriptedWidgetEventHandler parent_c, bool disabled) |
Protected Attributes | |
| bool | m_CanSwitch |
Definition at line 1 of file optionselectormultistate.c.
|
inlineprotected |
Definition at line 85 of file optionselectormultistate.c.
References m_CanSwitch.
|
inlineprotected |
Definition at line 120 of file optionselectormultistate.c.
Definition at line 35 of file optionselectormultistate.c.
References SetValue().
|
inlinestaticprotected |
Definition at line 28 of file optionselectormultistate.c.
References OptionSelectorMultistate().
|
inlineprotected |
Definition at line 5 of file optionselectormultistate.c.
References Error(), and m_CanSwitch.
Referenced by NewFromAccess().
|
inlineprotected |
Definition at line 73 of file optionselectormultistate.c.
Referenced by SetNextOption(), and SetPrevOption().
|
inlineprotected |
Definition at line 80 of file optionselectormultistate.c.
References m_CanSwitch.
|
inlineprotected |
Definition at line 41 of file optionselectormultistate.c.
References m_CanSwitch, and PerformSetOption().
Referenced by OptionSelectorBase::OnClick(), and OptionSelectorBase::OnMouseButtonUp().
|
inlineprotected |
Definition at line 57 of file optionselectormultistate.c.
References m_CanSwitch, and PerformSetOption().
Referenced by OptionSelectorBase::OnMouseButtonUp().
|
inlineprotected |
Definition at line 113 of file optionselectormultistate.c.
References Math::RandomInt().
Definition at line 125 of file optionselectormultistate.c.
Definition at line 90 of file optionselectormultistate.c.
Referenced by LoadNewValues().
Definition at line 101 of file optionselectormultistate.c.
|
protected |
Definition at line 3 of file optionselectormultistate.c.
Referenced by CanSwitch(), OptionSelectorMultistate(), SetCanSwitch(), SetNextOption(), and SetPrevOption().