|
Elin Decompiled Documentation EA 23.230 Nightly
|
Public Types | |
| enum | SearchType { Codex , Search } |
Public Types inherited from Widget | |
| enum | WidgetType { Default , ZoomMenu } |
| enum | State { Active , Inactive } |
Public Attributes | |
| InputField | field |
| WordSearch | search = new WordSearch() |
| UIDynamicList | list |
| HashSet< Recipe > | recipes = new HashSet<Recipe>() |
| string | lastSearch |
| UIButton | buttonClear |
| UIButton | buttonRefresh |
| Transform | transResult |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Protected Member Functions | |
| void | Update () |
Protected Member Functions inherited from Widget | |
| void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
| void | ClampToScreen (RectTransform rect, float margin=10f) |
Properties | |
| virtual SearchType | type [get] |
Properties inherited from Widget | |
| string | ID [get] |
| Config | config [get] |
| SkinRoot | skinRoot [get] |
| bool | IsSealed [get] |
| virtual bool | ShowStyleMenu [get] |
| virtual bool | AlwaysTop [get] |
| virtual bool | IsStaticPosition [get] |
| virtual bool | AlwaysBottom [get] |
| virtual Type | SetSiblingAfter [get] |
| virtual bool | ShowInBuildMode [get] |
| virtual bool | RightClickToClose [get] |
| virtual bool | AllowRightClickToClose [get] |
Properties inherited from EMono | |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static FactionBranch | Branch [get] |
| static FactionBranch | BranchOrHomeBranch [get] |
| static Faction | Home [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static GameSetting | setting [get] |
| static GameData | gamedata [get] |
| static ColorProfile | Colors [get] |
| static World | world [get] |
| static SoundManager | Sound [get] |
| static SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static CoreDebug | debug [get] |
Private Attributes | |
| int | count |
Additional Inherited Members | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
Protected Attributes inherited from Widget | |
| bool | flip |
Definition at line 5 of file WidgetCodex.cs.
| Enumerator | |
|---|---|
| Codex | |
| Search | |
Definition at line 7 of file WidgetCodex.cs.
|
inlinevirtual |
Reimplemented in WidgetSearch.
Definition at line 141 of file WidgetCodex.cs.
Referenced by Update().
|
inline |
Definition at line 45 of file WidgetCodex.cs.
References field.
|
inlinevirtual |
Reimplemented from Widget.
Reimplemented in WidgetSearch.
Definition at line 33 of file WidgetCodex.cs.
References EMono._zone, field, Zone.isStarted, lastSearch, and Search.
|
inlinevirtual |
Reimplemented in WidgetSearch.
Definition at line 89 of file WidgetCodex.cs.
References UIDynamicList.Add(), UIDynamicList.dsv, Recipe.GetQuestTrack(), UIDynamicList.List(), list, recipes, ButtonGrid.SetCraftRecipe(), and Recipe.ToggleTrack().
Referenced by Search().
|
inlinevirtual |
Reimplemented in WidgetSearch.
Definition at line 51 of file WidgetCodex.cs.
References RecipeSource.alwaysKnown, RecipeManager.BuildList(), buttonClear, Recipe.Create(), field, RecipeSource.id, RecipeSource.isChara, item, RecipeManager.knownRecipes, lastSearch, RecipeManager.list, RecipeSource.noListing, EMono.player, Player.recipes, recipes, and RefreshList().
|
inlineprotected |
Definition at line 114 of file WidgetCodex.cs.
References CheckClose(), Widget.Close(), EInput.Consume(), count, EInput.GetFunctionkeyDown(), WidgetHotbar.GetItem(), WidgetHotbar.HotbarExtra, and HotItemWidget.id.
| UIButton WidgetCodex.buttonClear |
Definition at line 23 of file WidgetCodex.cs.
Referenced by Search(), and WidgetSearch.Search().
| UIButton WidgetCodex.buttonRefresh |
Definition at line 25 of file WidgetCodex.cs.
Referenced by WidgetSearch.Search().
|
private |
Definition at line 29 of file WidgetCodex.cs.
Referenced by Update().
| InputField WidgetCodex.field |
Definition at line 13 of file WidgetCodex.cs.
Referenced by Clear(), OnActivate(), WidgetSearch.RefreshSearch(), Search(), WidgetSearch.Search(), and WidgetSearch.Update().
| string WidgetCodex.lastSearch |
Definition at line 21 of file WidgetCodex.cs.
Referenced by OnActivate(), WidgetSearch.RefreshSearch(), Search(), WidgetSearch.Search(), and WidgetSearch.Update().
| UIDynamicList WidgetCodex.list |
Definition at line 17 of file WidgetCodex.cs.
Referenced by RefreshList().
Definition at line 19 of file WidgetCodex.cs.
Referenced by RefreshList(), and Search().
| WordSearch WidgetCodex.search = new WordSearch() |
Definition at line 15 of file WidgetCodex.cs.
| Transform WidgetCodex.transResult |
Definition at line 27 of file WidgetCodex.cs.
|
get |
Definition at line 31 of file WidgetCodex.cs.