|
Elin Decompiled Documentation EA 23.245 Nightly
|
Public Types | |
| enum | Mode { Default , Slave } |
Public Member Functions | |
| void | SetChara (Chara c, Mode mode=Mode.Default) |
| RenderRow | GetRenderRow () |
| void | OnRefreshPref () |
| void | Clear () |
| UIButton | AddSubButton (Sprite sprite, Action action, string lang=null, Action< UITooltip > onTooltip=null) |
| void | SetMainText (string lang, Sprite sprite=null, bool disableMask=true) |
| UIButton | SetSubText (string lang, int x, FontColor c=FontColor.Default, TextAnchor align=TextAnchor.MiddleLeft) |
| UIButton | SetSubText2 (string lang, FontColor c=FontColor.Default, TextAnchor align=TextAnchor.MiddleRight) |
| T | AddPrefab< T > (string id) |
| void | SetSound (SoundData data=null) |
| void | DisableIcon () |
| void | DisableMask () |
| void | Build () |
Public Member Functions inherited from UIItem | |
| void | SetTopic (string lang1, string lang2) |
| void | SetWidth (int w) |
| void | Hyphenate () |
| RenderRow | GetRenderRow () |
| void | OnRefreshPref () |
Public Attributes | |
| LayoutGroup | layout |
| int | paddingSubText = 50 |
| Card | card |
Public Attributes inherited from UIItem | |
| UIText | text1 |
| UIText | text2 |
| UIText | text3 |
| UIText | text4 |
| Image | image1 |
| Image | image2 |
| UIButton | button1 |
| UIButton | button2 |
| UIButton | button3 |
| UIItem | item |
| Toggle | toggle |
| UIDropdown | dd |
| object | refObj |
Private Attributes | |
| int | count |
Static Private Attributes | |
| const int | IconSize = 40 |
| const int | IconPadding = 10 |
| const int | ButtonPaddingWhenIcon = 3 |
Definition at line 5 of file ItemGeneral.cs.
| enum ItemGeneral.Mode |
| Enumerator | |
|---|---|
| Default | |
| Slave | |
Definition at line 7 of file ItemGeneral.cs.
|
inline |
| T | : | Component |
Definition at line 147 of file ItemGeneral.cs.
References Util.
|
inline |
Definition at line 86 of file ItemGeneral.cs.
References UIItem.button1, count, and Util.
Referenced by TraitMoongateEx._OnUse(), LayerEditPlaylist.ListBGM.List(), BaseListPeople.OnInstantiate(), ListPeopleCallReserve.OnInstantiate(), ListPeopleBed.OnInstantiate(), LayerHome.RefreshAreas(), UIHomeInfo.RefreshReport(), and LayerHome.RefreshSpots().
|
inline |
Definition at line 171 of file ItemGeneral.cs.
References UIItem.button1, and count.
Referenced by AM_Adv._OnUpdateInput(), TraitCrafter.Craft(), BaseListPeople.List(), LayerEditPlaylist.ListBGM.List(), LayerHome.RefreshAreas(), LayerFactions.RefreshFactions(), ContentFaction.RefreshFactions(), LayerMapList.RefreshList(), UIHomeInfo.RefreshReport(), LayerHome.RefreshSpots(), ContentFaction.RefreshZones(), LayerFactions.RefreshZones(), and LayerLocation.RefreshZones().
|
inline |
Definition at line 70 of file ItemGeneral.cs.
References UIItem.button1, and count.
|
inline |
Definition at line 157 of file ItemGeneral.cs.
References UIItem.button1, UIButton.icon, and UIButton.keyText.
Referenced by SetMainText().
|
inline |
Definition at line 166 of file ItemGeneral.cs.
Referenced by SetMainText().
|
inline |
Implements IPrefImage.
Definition at line 57 of file ItemGeneral.cs.
References card, and Card.sourceRenderCard.
|
inline |
Implements IPrefImage.
Definition at line 62 of file ItemGeneral.cs.
References card, Card.Chara, Card.isChara, and SetChara().
|
inline |
Definition at line 27 of file ItemGeneral.cs.
References EClass._zone, Card.bio, EClass.Branch, UIItem.button1, card, Chara.currentZone, Card.hp, UIButton.icon, Chara.isDead, Chara.IsPCParty, UIButton.mainText, Chara.MaxHP, Card.Name, Card.SetImage(), UIText.SetText(), Biography.TextBioSlave(), Card.uid, and FactionBranch.uidMaid.
Referenced by BaseListPeople.List(), and OnRefreshPref().
|
inline |
Definition at line 111 of file ItemGeneral.cs.
References UIItem.button1, DisableIcon(), DisableMask(), UIButton.icon, UIButton.mainText, and UIText.SetText().
Referenced by LayerEditPlaylist.ListBGM.List(), LayerHome.RefreshAreas(), LayerFactions.RefreshFactions(), ContentFaction.RefreshFactions(), LayerMapList.RefreshList(), UIHomeInfo.RefreshReport(), LayerHome.RefreshSpots(), ContentFaction.RefreshZones(), LayerFactions.RefreshZones(), and LayerLocation.RefreshZones().
|
inline |
Definition at line 152 of file ItemGeneral.cs.
Referenced by ContentKeyItem.OnSwitchContent(), ContentQuest.OnSwitchContent(), LayerFactions.RefreshFactions(), ContentFaction.RefreshFactions(), ContentFaction.RefreshZones(), LayerFactions.RefreshZones(), and LayerLocation.RefreshZones().
|
inline |
Definition at line 129 of file ItemGeneral.cs.
References UIItem.button1, paddingSubText, UIText.SetText(), and UIButton.subText.
Referenced by AM_Adv._OnUpdateInput(), TraitCrafter.Craft(), ListPeopleCallReserve.OnInstantiate(), ListPeopleEmbark.OnInstantiate(), ContentKeyItem.OnSwitchContent(), ContentQuest.OnSwitchContent(), LayerFactions.RefreshFactions(), ContentFaction.RefreshFactions(), BaseListPeople.SetSubText(), and ListPeopleExpedition.SetSubText().
|
inline |
Definition at line 139 of file ItemGeneral.cs.
References UIItem.button1, UIText.SetText(), and UIButton.subText2.
Referenced by ListPeopleSelect.OnInstantiate().
|
staticprivate |
Definition at line 17 of file ItemGeneral.cs.
| Card ItemGeneral.card |
Definition at line 23 of file ItemGeneral.cs.
Referenced by GetRenderRow(), OnRefreshPref(), and SetChara().
|
private |
Definition at line 25 of file ItemGeneral.cs.
Referenced by AddSubButton(), Build(), and Clear().
|
staticprivate |
Definition at line 15 of file ItemGeneral.cs.
|
staticprivate |
Definition at line 13 of file ItemGeneral.cs.
| LayoutGroup ItemGeneral.layout |
Definition at line 19 of file ItemGeneral.cs.
| int ItemGeneral.paddingSubText = 50 |
Definition at line 21 of file ItemGeneral.cs.
Referenced by SetSubText().