Elin Modding Docs Doc
Loading...
Searching...
No Matches
ListOwner< T1, T2 > Class Template Reference
Inheritance diagram for ListOwner< T1, T2 >:
EClass

Public Member Functions

virtual void List ()
 
virtual void OnCreate ()
 
virtual void OnSwitchContent ()
 
virtual void OnRefreshMenu ()
 
void MoveToOther (object c)
 
virtual void OnClick (T1 a, T2 b)
 
virtual void OnInstantiate (T1 a, T2 b)
 
virtual void OnList ()
 

Public Attributes

Layer layer
 
Window window
 
UIMultiList multi
 
ListOwner other
 
UIList list
 
WindowMenu menu
 
string textTab
 
string textHeader
 
bool main
 
int index
 

Properties

ListOwner Main [get]
 
virtual string IdTitle [get]
 
virtual string IdHeaderRow [get]
 
virtual string TextTab [get]
 
virtual string TextHeader [get]
 
- Properties inherited from EClass
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 Faction Wilds [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 SourceManager sources [get]
 
static SourceManager editorSources [get]
 
static SoundManager Sound [get]
 
static CoreDebug debug [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from EClass
static int rnd (int a)
 
static int curve (int a, int start, int step, int rate=75)
 
static int rndHalf (int a)
 
static float rndf (float a)
 
static int rndSqrt (int a)
 
static void Wait (float a, Card c)
 
static void Wait (float a, Point p)
 
static int Bigger (int a, int b)
 
static int Smaller (int a, int b)
 
- Static Public Attributes inherited from EClass
static Core core
 

Detailed Description

Definition at line 4 of file ListOwner.cs.

Member Function Documentation

◆ List()

virtual void ListOwner< T1, T2 >.List ( )
virtual

Definition at line 65 of file ListOwner.2.cs.

◆ MoveToOther()

void ListOwner< T1, T2 >.MoveToOther ( object c)

Definition at line 98 of file ListOwner.2.cs.

◆ OnClick()

virtual void ListOwner< T1, T2 >.OnClick ( T1 a,
T2 b )
virtual

Definition at line 7 of file ListOwner.cs.

◆ OnCreate()

virtual void ListOwner< T1, T2 >.OnCreate ( )
virtual

Definition at line 70 of file ListOwner.2.cs.

◆ OnInstantiate()

virtual void ListOwner< T1, T2 >.OnInstantiate ( T1 a,
T2 b )
virtual

Definition at line 12 of file ListOwner.cs.

◆ OnList()

virtual void ListOwner< T1, T2 >.OnList ( )
virtual

Definition at line 17 of file ListOwner.cs.

◆ OnRefreshMenu()

virtual void ListOwner< T1, T2 >.OnRefreshMenu ( )
virtual

Definition at line 91 of file ListOwner.2.cs.

◆ OnSwitchContent()

virtual void ListOwner< T1, T2 >.OnSwitchContent ( )
virtual

Definition at line 75 of file ListOwner.2.cs.

Member Data Documentation

◆ index

int ListOwner< T1, T2 >.index

Definition at line 134 of file ListOwner.2.cs.

◆ layer

Layer ListOwner< T1, T2 >.layer

Definition at line 107 of file ListOwner.2.cs.

◆ list

UIList ListOwner< T1, T2 >.list

Definition at line 119 of file ListOwner.2.cs.

◆ main

bool ListOwner< T1, T2 >.main

Definition at line 131 of file ListOwner.2.cs.

◆ menu

WindowMenu ListOwner< T1, T2 >.menu

Definition at line 122 of file ListOwner.2.cs.

◆ multi

UIMultiList ListOwner< T1, T2 >.multi

Definition at line 113 of file ListOwner.2.cs.

◆ other

ListOwner ListOwner< T1, T2 >.other

Definition at line 116 of file ListOwner.2.cs.

◆ textHeader

string ListOwner< T1, T2 >.textHeader

Definition at line 128 of file ListOwner.2.cs.

◆ textTab

string ListOwner< T1, T2 >.textTab

Definition at line 125 of file ListOwner.2.cs.

◆ window

Window ListOwner< T1, T2 >.window

Definition at line 110 of file ListOwner.2.cs.

Property Documentation

◆ IdHeaderRow

virtual string ListOwner< T1, T2 >.IdHeaderRow
get

Definition at line 32 of file ListOwner.2.cs.

◆ IdTitle

virtual string ListOwner< T1, T2 >.IdTitle
get

Definition at line 22 of file ListOwner.2.cs.

◆ Main

ListOwner ListOwner< T1, T2 >.Main
get

Definition at line 8 of file ListOwner.2.cs.

◆ TextHeader

virtual string ListOwner< T1, T2 >.TextHeader
get

Definition at line 52 of file ListOwner.2.cs.

◆ TextTab

virtual string ListOwner< T1, T2 >.TextTab
get

Definition at line 42 of file ListOwner.2.cs.


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