|
Elin Decompiled Documentation EA 23.240 Nightly
|
Public Types | |
| enum | Type { Number , Name } |
Public Member Functions | |
| void | OnValueChange (string s) |
| void | SetMinMax (int _min, int _max) |
| void | SetMin () |
| void | SetMax () |
| void | ModNum (int a) |
| void | Validate () |
| void | Focus () |
Public Attributes | |
| Type | type |
| InputField | field |
| bool | number |
| bool | showMax |
| int | min |
| int | max |
| Action< int > | onValueChanged |
| Text | textMax |
| UIButton[] | buttons |
Properties | |
| int | Num [get, set] |
| string | Text [get, set] |
Private Member Functions | |
| void | Awake () |
| void | Update () |
Private Attributes | |
| float | timer |
| UIButton | buttonClicked |
Definition at line 5 of file UIInputText.cs.
| enum UIInputText.Type |
| Enumerator | |
|---|---|
| Number | |
| Name | |
Definition at line 7 of file UIInputText.cs.
|
inlineprivate |
Definition at line 60 of file UIInputText.cs.
References buttons, field, FontSource.font, SkinManager.fontSet, SkinManager.Instance, OnValueChange(), SkinManager.FontData.source, and SkinManager.FontSet.ui.
|
inline |
Definition at line 130 of file UIInputText.cs.
References field.
Referenced by Dialog.OnAfterInit().
|
inline |
Definition at line 100 of file UIInputText.cs.
References Num, and OnValueChange().
|
inline |
Definition at line 67 of file UIInputText.cs.
References Num, onValueChanged, and Validate().
|
inline |
Definition at line 93 of file UIInputText.cs.
References max, Num, and OnValueChange().
|
inline |
Definition at line 86 of file UIInputText.cs.
References min, Num, and OnValueChange().
|
inline |
Definition at line 76 of file UIInputText.cs.
References max, min, and textMax.
Referenced by LayerCraft.RefreshInputNum().
|
inlineprivate |
Definition at line 136 of file UIInputText.cs.
References buttonClicked, buttons, ButtonState.down, EInput.leftMouse, ButtonState.pressedLong, and timer.
|
inline |
Definition at line 115 of file UIInputText.cs.
References max, min, Num, and type.
Referenced by OnValueChange(), and LayerCraft.RefreshInputNum().
|
private |
Definition at line 33 of file UIInputText.cs.
Referenced by Update().
| UIButton [] UIInputText.buttons |
Definition at line 29 of file UIInputText.cs.
| InputField UIInputText.field |
Definition at line 15 of file UIInputText.cs.
Referenced by Awake(), Focus(), and Dialog.OnKill().
| int UIInputText.max |
Definition at line 23 of file UIInputText.cs.
Referenced by SetMax(), SetMinMax(), and Validate().
| int UIInputText.min |
Definition at line 21 of file UIInputText.cs.
Referenced by SetMin(), SetMinMax(), and Validate().
| bool UIInputText.number |
Definition at line 17 of file UIInputText.cs.
| Action<int> UIInputText.onValueChanged |
Definition at line 25 of file UIInputText.cs.
Referenced by OnValueChange().
| bool UIInputText.showMax |
Definition at line 19 of file UIInputText.cs.
| Text UIInputText.textMax |
Definition at line 27 of file UIInputText.cs.
Referenced by SetMinMax().
|
private |
Definition at line 31 of file UIInputText.cs.
Referenced by Update().
| Type UIInputText.type |
Definition at line 13 of file UIInputText.cs.
Referenced by Validate().
|
getset |
Definition at line 35 of file UIInputText.cs.
Referenced by LayerCraft.GetReqIngredient(), ModNum(), LayerCraft.OnClickCraft(), OnValueChange(), LayerCraft.RefreshProduct(), SetMax(), SetMin(), and Validate().
|
getset |
Definition at line 48 of file UIInputText.cs.
Referenced by Dialog.InputName(), and Dialog.OnKill().