Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
UIHeader Class Reference
Inheritance diagram for UIHeader:

Public Member Functions

void SetText (string s)
 

Public Attributes

string lang1
 
UIText text1
 
bool rebuildLayout
 

Private Member Functions

void Start ()
 

Detailed Description

Definition at line 3 of file UIHeader.cs.

Member Function Documentation

◆ SetText()

void UIHeader.SetText ( string  s)
inline

Definition at line 24 of file UIHeader.cs.

25 {
26 lang1 = null;
27 text1.SetText(s.lang().ToTitleCase());
28 text1.RebuildLayout();
29 this.RebuildLayout();
30 }
UIText text1
Definition: UIHeader.cs:7
string lang1
Definition: UIHeader.cs:5
void SetText(string s)
Definition: UIText.cs:159

References lang1, UIText.SetText(), and text1.

Referenced by Window.AddHeader(), WindowChara.RefreshSkill(), Window.SetTitles(), and UIInventory.SwitchTab().

◆ Start()

void UIHeader.Start ( )
inlineprivate

Definition at line 11 of file UIHeader.cs.

12 {
13 if (!lang1.IsEmpty())
14 {
16 }
17 if (rebuildLayout)
18 {
19 text1.RebuildLayout();
20 this.RebuildLayout();
21 }
22 }
bool rebuildLayout
Definition: UIHeader.cs:9
void SetLang(string idLang)
Definition: UIText.cs:240

References lang1, rebuildLayout, UIText.SetLang(), and text1.

Member Data Documentation

◆ lang1

string UIHeader.lang1

Definition at line 5 of file UIHeader.cs.

Referenced by SetText(), and Start().

◆ rebuildLayout

bool UIHeader.rebuildLayout

Definition at line 9 of file UIHeader.cs.

Referenced by Start().

◆ text1

UIText UIHeader.text1

Definition at line 7 of file UIHeader.cs.

Referenced by SetText(), and Start().


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