Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Topic |
Public Member Functions | |
override void | OnSwitchContent (int idTab) |
void | Refresh () |
void | Add (string idTopic, Chara c, int color=1, int sortVal=0) |
![]() | |
virtual void | OnSwitchContent (int idTab) |
virtual void | OnInstantiate () |
![]() | |
void | Clear () |
void | Build () |
void | Space (int sizeY=0, int sizeX=1) |
UINote | AddNote (string id) |
UIItem | AddHeader (string text, Sprite sprite=null) |
UIItem | AddHeaderCard (string text, Sprite sprite=null) |
UIItem | AddHeaderTopic (string text, Sprite sprite=null) |
UIItem | AddHeader (string id, string text, Sprite sprite=null) |
UIItem | AddText (string text, FontColor color=FontColor.DontChange) |
UIItem | AddText (string id, string text, FontColor color=FontColor.DontChange) |
UIItem | AddText (string id, string text, Color color) |
UIItem | AddItem (string id) |
UIItem | AddTopic (string id, string text, string value=null) |
UIItem | AddTopic (string text, string value=null) |
void | AddImage (Sprite sprite) |
void | AddImage (string idFile) |
UIButton | AddButton (string text, Action onClick) |
UIButton | AddButtonLink (string text, string url) |
UIDropdown | AddDropdown (string id="DropdownDefault") |
UIButton | AddToggle (string idLang="", bool isOn=false, Action< bool > action=null) |
Transform | AddPrefab (string path) |
T | AddExtra< T > (string path) |
Public Attributes | |
Color[] | colors |
UIList | list |
UISelectableGroup | groupQueryTarget |
UISelectableGroup | groupQueryType |
Dictionary< string, Topic > | topics |
Func< Topic, UIList.SortMode, int > | onSort |
![]() | |
RectTransform | target |
UINoteProfile | prof |
SkinType | skinType |
string | idDefaultText |
LayoutGroup | layout |
RectTransform | cur |
bool | extraRebuild |
Static Public Attributes | |
static ContentPopulation | Instance |
static int | queryTarget |
static int | queryType |
Definition at line 5 of file ContentPopulation.cs.
|
inline |
Definition at line 121 of file ContentPopulation.cs.
References UIList.Add(), ContentPopulation.Topic.list, list, and topics.
Referenced by Refresh().
|
inlinevirtual |
Reimplemented from UIContent.
Definition at line 36 of file ContentPopulation.cs.
References groupQueryTarget, groupQueryType, UISelectableGroup.Init(), Instance, queryTarget, queryType, and Refresh().
|
inline |
Definition at line 52 of file ContentPopulation.cs.
References EClass._map, Add(), UIList.Clear(), Game.factions, Chara.faith, EClass.game, EClass.Home, item, UIList.items, ContentPopulation.Topic.list, list, Map.ListChara(), Religion.Name, onSort, queryTarget, queryType, ItemPopulation.SetTopic(), topics, and FactionManager.Wilds.
Referenced by OnSwitchContent().
Color [] ContentPopulation.colors |
Definition at line 24 of file ContentPopulation.cs.
Referenced by ItemPopulation.SetTopic().
UISelectableGroup ContentPopulation.groupQueryTarget |
Definition at line 28 of file ContentPopulation.cs.
Referenced by OnSwitchContent().
UISelectableGroup ContentPopulation.groupQueryType |
Definition at line 30 of file ContentPopulation.cs.
Referenced by OnSwitchContent().
|
static |
Definition at line 18 of file ContentPopulation.cs.
Referenced by OnSwitchContent(), and ItemPopulation.SetTopic().
UIList ContentPopulation.list |
Definition at line 26 of file ContentPopulation.cs.
Func<Topic, UIList.SortMode, int> ContentPopulation.onSort |
Definition at line 34 of file ContentPopulation.cs.
Referenced by Refresh().
|
static |
Definition at line 20 of file ContentPopulation.cs.
Referenced by OnSwitchContent(), and Refresh().
|
static |
Definition at line 22 of file ContentPopulation.cs.
Referenced by OnSwitchContent(), and Refresh().
Dictionary<string, Topic> ContentPopulation.topics |
Definition at line 32 of file ContentPopulation.cs.