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

Public Member Functions

void Clear ()
 
void AddOwner (int i, ListOwner o)
 
void Build (UIList.SortMode m=UIList.SortMode.ByNone)
 
void Refresh ()
 

Public Attributes

List< ListOwnerowners = new List<ListOwner>()
 
Layer layer
 
Window[] windows
 
UIList[] lists
 
UIHeader[] headers
 
bool Double
 
bool addTab
 

Detailed Description

Definition at line 6 of file UIMultiList.cs.

Member Function Documentation

◆ AddOwner()

void UIMultiList.AddOwner ( int i,
ListOwner o )

Definition at line 15 of file UIMultiList.cs.

◆ Build()

void UIMultiList.Build ( UIList.SortMode m = UIList::SortMode::ByNone)

Definition at line 32 of file UIMultiList.cs.

◆ Clear()

void UIMultiList.Clear ( )

Definition at line 9 of file UIMultiList.cs.

◆ Refresh()

void UIMultiList.Refresh ( )

Definition at line 46 of file UIMultiList.cs.

Member Data Documentation

◆ addTab

bool UIMultiList.addTab

Definition at line 73 of file UIMultiList.cs.

◆ Double

bool UIMultiList.Double

Definition at line 70 of file UIMultiList.cs.

◆ headers

UIHeader [] UIMultiList.headers

Definition at line 67 of file UIMultiList.cs.

◆ layer

Layer UIMultiList.layer

Definition at line 58 of file UIMultiList.cs.

◆ lists

UIList [] UIMultiList.lists

Definition at line 64 of file UIMultiList.cs.

◆ owners

List<ListOwner> UIMultiList.owners = new List<ListOwner>()

Definition at line 55 of file UIMultiList.cs.

◆ windows

Window [] UIMultiList.windows

Definition at line 61 of file UIMultiList.cs.


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