Elin Modding Docs Doc
Loading...
Searching...
No Matches
UIMagicChest Class Reference
Inheritance diagram for UIMagicChest:
EMono

Public Member Functions

void Init ()
 
void OnAfterRedraw ()
 
void RefreshCats ()
 
void RefreshBottom ()
 
void Search (string s)
 
void ClearSearch ()
 
void Redraw ()
 

Public Attributes

LayoutGroup layoutPage
 
LayoutGroup layoutCat
 
LayoutGroup layoutBottom
 
UIButton itemNum
 
UIButton itemElec
 
UIButton buttonClearSearch
 
UIButton moldCat
 
UISelectableGroup groupPage
 
List< UIButton > buttonsPage
 
UIInventory uiInventory
 
InputField inputSearch
 
float intervalSearch
 
int page
 
int pageMax
 
List< ThingfilteredList = new List<Thing>()
 
Color colorCat
 
Color colorCatSelected
 
HashSet< string > cats = new HashSet<string>()
 
Dictionary< string, UIButton > catButton = new Dictionary<string, UIButton>()
 
Dictionary< string, int > catCount = new Dictionary<string, int>()
 
string idCat = ""
 
string lastSearch = ""
 
HashSet< RecipesearchRecipes = new HashSet<Recipe>()
 

Properties

Card container [get]
 
int GridSize [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]
 

Additional Inherited Members

- Static Public Member Functions inherited from EMono
static int rnd (int a)
 
- Static Public Attributes inherited from EMono
static Core core
 

Detailed Description

Definition at line 8 of file UIMagicChest.cs.

Member Function Documentation

◆ ClearSearch()

void UIMagicChest.ClearSearch ( )

Definition at line 169 of file UIMagicChest.cs.

◆ Init()

void UIMagicChest.Init ( )

Definition at line 31 of file UIMagicChest.cs.

◆ OnAfterRedraw()

void UIMagicChest.OnAfterRedraw ( )

Definition at line 59 of file UIMagicChest.cs.

◆ Redraw()

void UIMagicChest.Redraw ( )

Definition at line 178 of file UIMagicChest.cs.

◆ RefreshBottom()

void UIMagicChest.RefreshBottom ( )

Definition at line 109 of file UIMagicChest.cs.

◆ RefreshCats()

void UIMagicChest.RefreshCats ( )

Definition at line 71 of file UIMagicChest.cs.

◆ Search()

void UIMagicChest.Search ( string s)

Definition at line 143 of file UIMagicChest.cs.

Member Data Documentation

◆ buttonClearSearch

UIButton UIMagicChest.buttonClearSearch

Definition at line 199 of file UIMagicChest.cs.

◆ buttonsPage

List<UIButton> UIMagicChest.buttonsPage

Definition at line 208 of file UIMagicChest.cs.

◆ catButton

Dictionary<string, UIButton> UIMagicChest.catButton = new Dictionary<string, UIButton>()

Definition at line 238 of file UIMagicChest.cs.

◆ catCount

Dictionary<string, int> UIMagicChest.catCount = new Dictionary<string, int>()

Definition at line 241 of file UIMagicChest.cs.

◆ cats

HashSet<string> UIMagicChest.cats = new HashSet<string>()

Definition at line 235 of file UIMagicChest.cs.

◆ colorCat

Color UIMagicChest.colorCat

Definition at line 229 of file UIMagicChest.cs.

◆ colorCatSelected

Color UIMagicChest.colorCatSelected

Definition at line 232 of file UIMagicChest.cs.

◆ filteredList

List<Thing> UIMagicChest.filteredList = new List<Thing>()

Definition at line 226 of file UIMagicChest.cs.

◆ groupPage

UISelectableGroup UIMagicChest.groupPage

Definition at line 205 of file UIMagicChest.cs.

◆ idCat

string UIMagicChest.idCat = ""

Definition at line 244 of file UIMagicChest.cs.

◆ inputSearch

InputField UIMagicChest.inputSearch

Definition at line 214 of file UIMagicChest.cs.

◆ intervalSearch

float UIMagicChest.intervalSearch

Definition at line 217 of file UIMagicChest.cs.

◆ itemElec

UIButton UIMagicChest.itemElec

Definition at line 196 of file UIMagicChest.cs.

◆ itemNum

UIButton UIMagicChest.itemNum

Definition at line 193 of file UIMagicChest.cs.

◆ lastSearch

string UIMagicChest.lastSearch = ""

Definition at line 253 of file UIMagicChest.cs.

◆ layoutBottom

LayoutGroup UIMagicChest.layoutBottom

Definition at line 190 of file UIMagicChest.cs.

◆ layoutCat

LayoutGroup UIMagicChest.layoutCat

Definition at line 187 of file UIMagicChest.cs.

◆ layoutPage

LayoutGroup UIMagicChest.layoutPage

Definition at line 184 of file UIMagicChest.cs.

◆ moldCat

UIButton UIMagicChest.moldCat

Definition at line 202 of file UIMagicChest.cs.

◆ page

int UIMagicChest.page

Definition at line 220 of file UIMagicChest.cs.

◆ pageMax

int UIMagicChest.pageMax

Definition at line 223 of file UIMagicChest.cs.

◆ searchRecipes

HashSet<Recipe> UIMagicChest.searchRecipes = new HashSet<Recipe>()

Definition at line 256 of file UIMagicChest.cs.

◆ uiInventory

UIInventory UIMagicChest.uiInventory

Definition at line 211 of file UIMagicChest.cs.

Property Documentation

◆ container

Card UIMagicChest.container
get

Definition at line 12 of file UIMagicChest.cs.

◆ GridSize

int UIMagicChest.GridSize
get

Definition at line 22 of file UIMagicChest.cs.


The documentation for this class was generated from the following file: