Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | RefObjectEx |
Public Member Functions | |
override void | Refresh (bool highlightLast=false) |
virtual void | OnInstantiate (RefObjectEx o, T t) |
![]() | |
void | AddCollection (ICollection collection) |
override void | Add (object item) |
int | GetIndexOf (object item) |
ButtonPair | GetPair (object item) |
T | GetPair< T > (object item) |
void | AddDynamic (object item) |
void | RemoveDynamic (object item) |
override void | Clear () |
bool | OnClickFolder (UIButton b, Action< UIList > onFold, bool refresh=true) |
void | RebuildLayoutInParent () |
virtual void | Refresh (bool highlightLast=false) |
void | NextPage () |
void | PrevPage () |
void | SetPage (int i) |
void | OnMove (object o, object select=null) |
void | Select (int index=0, bool invoke=false) |
void | Select (object obj, bool invoke=false) |
void | Select< T > (Func< T, bool > func, bool invoke=false) |
void | Sort () |
void | ChangeSort (SortMode m) |
override void | NextSort () |
override void | List () |
override void | List (SortMode sort) |
void | List (bool refreshHighlight=false) |
void | List (SortMode m, bool refreshHighlight=false) |
override void | Redraw () |
void | BuildLayout () |
T | GetMold< T > () |
void | OnDestroy () |
void | ClearChildren () |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
enum | BGType { none , stripe , line , dot , dot_long , grid , thin } |
enum | SortMode { ByNone , ByNumber , ByValue , ByCategory , ByEquip , ByJob , ByRace , ByLevel , ByWeight , ByPrice , ByElementParent , ByName , ByID , ByWeightSingle , ByWorkk , ByFeat } |
enum | ItemHeight { DontChange , Default } |
![]() | |
const int | HeightDefault = 34 |
static string[] | strNumber |
![]() | |
virtual void | OnRefresh () |
![]() | |
Transform | transNoItem |
![]() | |
LayoutGroup | layoutItems [get] |
GridLayoutGroup | gridLayout [get] |
override int | ItemCount [get] |
override int | RowCount [get] |
UIList | Root [get] |
![]() | |
virtual int | ItemCount [get] |
virtual int | RowCount [get] |
SkinRootStatic | Skin [get] |
T | : | Component |
Definition at line 4 of file UIListEx.cs.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from UIList.
Definition at line 17 of file UIListEx.cs.
References BaseList.callbacks, UIListEx< T >.mold, UIListEx< T >.RefObjectEx.onClick, UIListEx< T >.RefObjectEx.onInstantiate, and UIListEx< T >.OnInstantiate().
Referenced by Dialog.OnAfterInit().
T UIListEx< T >.mold |
Definition at line 15 of file UIListEx.cs.
Referenced by UIListEx< T >.Refresh().