|
Elin Decompiled Documentation EA 23.236 Nightly Patch 1
|
Classes | |
| class | Item |
| class | Page |
Public Types | |
| enum | Mode { Help , Announce , Book , Parchment , Gallery , About } |
Public Member Functions | |
| void | Search (string s) |
| void | ClearSearch () |
| void | ModPage (int a) |
| void | Show (string _idFile=null, string _idTopic=null, string title=null, BookList.Item _bookItem=null) |
| void | Show () |
| void | BuildPages () |
| void | AddPage (Page page) |
| void | RefreshTopics () |
| void | AddButtonClose () |
| UIButton | AddButton (string lang, Action action) |
Public Attributes | |
| Mode | mode |
| int | currentPage |
| List< Page > | pages = new List<Page>() |
| UINote | note |
| UINote | note2 |
| UINote | noteSearch |
| UIList | list |
| UIDynamicList | listSearchResult |
| UIText | textTitle |
| UIText | textPage |
| UIText | textPage2 |
| string | idFile |
| string | idTopic |
| string | idFirstFile |
| string | idFirstTopic |
| SkinRootStatic | skin |
| LayoutGroup | layoutButton |
| UIButton | moldButton |
| BookList.Item | bookItem |
| Scrollbar | scrollbar |
| Window | window |
| UIButton | buttonPrev |
| UIButton | buttonNext |
| InputField | inputSearch |
| UIButton | buttonClear |
| UIScrollView | scrollView |
| Transform | transSearchResult |
| string | lastSearch |
| bool | showSearchResult |
| float | searchResultHeight |
| float | marginSearchResult |
| Color | colorSearchHit |
Static Public Attributes | |
| static string | str_pc |
| static string | searchWord |
| static Dictionary< string, string > | helpTitles = new Dictionary<string, string>() |
| static SearchContext | searchContext |
Private Member Functions | |
| void | Awake () |
| void | Update () |
| enum UIBook.Mode |
|
inline |
|
inline |
Definition at line 613 of file UIBook.cs.
Referenced by UIBook.Page.BuildNote().
|
inline |
Definition at line 538 of file UIBook.cs.
References pages.
Referenced by BuildPages(), and ContentGallery.Refresh().
|
inlineprivate |
Definition at line 332 of file UIBook.cs.
References SearchContext.Init(), inputSearch, lastSearch, Search, and searchContext.
|
inline |
Definition at line 493 of file UIBook.cs.
References AddPage(), bookItem, CorePath.CorePackage.Help, CorePath.CorePackage.HelpEN, idFile, Lang.langCode, pages, CorePath.CorePackage.Text, CorePath.CorePackage.TextCommon, and CorePath.CorePackage.TextEN.
Referenced by RefreshTopics(), and Show().
|
inline |
Definition at line 432 of file UIBook.cs.
References lastSearch.
|
inline |
Definition at line 438 of file UIBook.cs.
References currentPage, note2, and pages.
|
inline |
Definition at line 545 of file UIBook.cs.
References BuildPages(), ButtonCategory.buttonFold, UIList.Clear(), CorePath.CorePackage.Help, helpTitles, UIBook.Item.id, UIBook.Item.idFile, idFile, idTopic, item, UIBook.Item.items, list, ButtonCategory.SetFold(), UIText.SetText(), textTitle, UIBook.Item.title, and title.
Referenced by Show().
|
inline |
Definition at line 369 of file UIBook.cs.
References UIDynamicList.Add(), UIDynamicList.Clear(), colorSearchHit, helpTitles, item, lastSearch, UIDynamicList.List(), listSearchResult, marginSearchResult, scrollView, SearchContext.Search(), searchContext, searchResultHeight, searchWord, Show(), and transSearchResult.
|
inline |
Definition at line 470 of file UIBook.cs.
References UINote.Clear(), currentPage, idFile, idFirstFile, idFirstTopic, idTopic, layoutButton, mode, moldButton, note, note2, and RefreshTopics().
|
inline |
Definition at line 457 of file UIBook.cs.
References bookItem, BuildPages(), idFile, idTopic, UIText.SetText(), Show(), Window.textCaption, title, and window.
Referenced by LayerHelp.OnAfterInit(), ContentGallery.Refresh(), and LayerHelp.Toggle().
|
inlineprivate |
Definition at line 347 of file UIBook.cs.
References buttonClear, Layer.Close(), EInput.Consume(), inputSearch, InputModuleEX.IsPointerOver(), Window.layer, scrollView, showSearchResult, transSearchResult, and window.
| BookList.Item UIBook.bookItem |
Definition at line 302 of file UIBook.cs.
Referenced by BuildPages(), and Show().
| Color UIBook.colorSearchHit |
Definition at line 328 of file UIBook.cs.
Referenced by UIBook.Page.BuildNote(), and Search().
| int UIBook.currentPage |
Definition at line 264 of file UIBook.cs.
Referenced by ModPage(), ContentGallery.OnDestroy(), Show(), and ContentGallery.ToggleMode().
|
static |
Definition at line 259 of file UIBook.cs.
Referenced by RefreshTopics(), and Search().
| string UIBook.idFile |
Definition at line 285 of file UIBook.cs.
Referenced by BuildPages(), LayerHelp.OnDestroy(), RefreshTopics(), and Show().
| string UIBook.idTopic |
Definition at line 288 of file UIBook.cs.
Referenced by UIBook.Page.BuildNote(), LayerHelp.OnDestroy(), RefreshTopics(), and Show().
| InputField UIBook.inputSearch |
Definition at line 312 of file UIBook.cs.
Referenced by Awake(), LayerHelp.OnRightClick(), and Update().
| string UIBook.lastSearch |
Definition at line 320 of file UIBook.cs.
Referenced by Awake(), ClearSearch(), and Search().
| UIList UIBook.list |
Definition at line 274 of file UIBook.cs.
Referenced by RefreshTopics().
| UIDynamicList UIBook.listSearchResult |
| Mode UIBook.mode |
Definition at line 261 of file UIBook.cs.
Referenced by UIBook.Page.BuildNote(), LayerHelp.OnAfterInit(), LayerHelp.OnDestroy(), LayerHelp.OnInit(), and Show().
Definition at line 266 of file UIBook.cs.
Referenced by AddPage(), BuildPages(), ModPage(), and ContentGallery.Refresh().
| UIScrollView UIBook.scrollView |
|
static |
|
static |
Definition at line 257 of file UIBook.cs.
Referenced by UIBook.Page.BuildNote(), and Search().
| SkinRootStatic UIBook.skin |
|
static |
Definition at line 255 of file UIBook.cs.
Referenced by UIBook.Page.BuildNote().
| UIText UIBook.textTitle |
Definition at line 278 of file UIBook.cs.
Referenced by RefreshTopics().
| Transform UIBook.transSearchResult |
Definition at line 318 of file UIBook.cs.
Referenced by LayerHelp.OnRightClick(), Search(), and Update().