Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
virtual void | NextSort () |
virtual void | List () |
virtual void | List (UIList.SortMode sort) |
virtual void | Redraw () |
virtual void | Clear () |
virtual void | Add (object o) |
void | RefreshNoItem () |
void | RefreshBGGrid () |
Public Attributes | |
UIList.BGType | bgType |
Vector2 | bgFix |
Vector2 | bgUvFix = Vector2.one |
UIList.ICallback | callbacks |
UIList.SortMode[] | sorts |
Action | onBeforeRedraw |
Action | onAfterRedraw |
bool | useDefaultNoItem = true |
bool | numbering |
SkinType | skinType |
RawImage | bgGrid |
UIList.SortMode | sortMode |
bool | isBuilt |
Protected Attributes | |
Transform | transNoItem |
Properties | |
virtual int | ItemCount [get] |
virtual int | RowCount [get] |
SkinRootStatic | Skin [get] |
Definition at line 5 of file BaseList.cs.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in UIDynamicList, and UIList.
Definition at line 49 of file BaseList.cs.
Referenced by NextSort().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in UIDynamicList, and UIList.
Definition at line 57 of file BaseList.cs.
Referenced by InvOwner.Grab(), InvOwner.OnDrag(), and InvOwner.PutBack().
|
inline |
Definition at line 89 of file BaseList.cs.
References bgFix, bgGrid, bgType, bgUvFix, ItemCount, RowCount, and Util.
Referenced by UIList.AfterRefresh(), and UIDynamicList.Refresh().
|
inline |
Definition at line 69 of file BaseList.cs.
References ItemCount, transNoItem, useDefaultNoItem, and Util.
Referenced by UIList.AfterRefresh(), and UIDynamicList.Refresh().
Vector2 BaseList.bgFix |
Definition at line 9 of file BaseList.cs.
Referenced by RefreshBGGrid().
RawImage BaseList.bgGrid |
Definition at line 30 of file BaseList.cs.
Referenced by RefreshBGGrid().
UIList.BGType BaseList.bgType |
Definition at line 7 of file BaseList.cs.
Referenced by RefreshBGGrid().
Vector2 BaseList.bgUvFix = Vector2.one |
Definition at line 11 of file BaseList.cs.
Referenced by RefreshBGGrid().
UIList.ICallback BaseList.callbacks |
Definition at line 13 of file BaseList.cs.
Referenced by UIList.AfterRefresh(), UIList.CreateChild(), UIList.List(), UIDynamicList.List(), UIList.Redraw(), UIList.Refresh(), UIListEx< T >.Refresh(), UIDynamicList.RefreshHighlight(), LayerQuestBoard.RefreshHire(), LayerAbility.SetDirty(), UIList.Sort(), LayerCraftFloat.Update(), and UIDynamicList.UpdateRow().
bool BaseList.isBuilt |
Definition at line 36 of file BaseList.cs.
Referenced by ContentCodex.OnSwitchContent(), UIDynamicList.Refresh(), and UIList.Refresh().
bool BaseList.numbering |
Definition at line 23 of file BaseList.cs.
Referenced by UIList.Refresh().
Action BaseList.onAfterRedraw |
Definition at line 19 of file BaseList.cs.
Referenced by UIList.Redraw().
Action BaseList.onBeforeRedraw |
Definition at line 17 of file BaseList.cs.
Referenced by UIList.Redraw().
SkinType BaseList.skinType |
Definition at line 27 of file BaseList.cs.
Referenced by UIList.Refresh().
UIList.SortMode BaseList.sortMode |
Definition at line 33 of file BaseList.cs.
Referenced by UIList.ChangeSort(), UIDynamicList.List(), UIList.List(), NextSort(), UIList.NextSort(), LayerAbility.OnDisable(), LayerResource.OnInit(), LayerResource.OnKill(), UIList.Refresh(), and UIList.Sort().
UIList.SortMode [] BaseList.sorts |
Definition at line 15 of file BaseList.cs.
Referenced by NextSort(), UIList.NextSort(), and LayerAbility.OnInit().
|
protected |
Definition at line 25 of file BaseList.cs.
Referenced by UIList.OnDestroy(), and RefreshNoItem().
bool BaseList.useDefaultNoItem = true |
Definition at line 21 of file BaseList.cs.
Referenced by RefreshNoItem().
|
get |
Definition at line 38 of file BaseList.cs.
Referenced by RefreshBGGrid(), and RefreshNoItem().
|
get |
Definition at line 40 of file BaseList.cs.
Referenced by RefreshBGGrid().
|
get |
Definition at line 42 of file BaseList.cs.