Elin Modding Docs Doc
Loading...
Searching...
No Matches
WidgetDate Class Reference
Inheritance diagram for WidgetDate:
Widget EMono

Classes

class  Extra
 

Public Member Functions

override object CreateExtra ()
 
override void OnActivate ()
 
void _Refresh ()
 
override void OnChangePivot ()
 
override void OnSetContextMenu (UIContextMenu m)
 
- Public Member Functions inherited from Widget
void Test ()
 
bool IsInRightMode ()
 
void Activate ()
 
void Deactivate ()
 
virtual void OnDeactivate ()
 
void Close ()
 
void Reactivate ()
 
virtual void OnManagerActivate ()
 
virtual void OnManagerDeactivate ()
 
void SetAnchor (RectPosition p)
 
void SetPivot (RectPosition p)
 
void UpdateConfig ()
 
virtual void OnUpdateConfig ()
 
void ClampToScreen ()
 
virtual void OnChangeResolution ()
 
void OnChangePosition ()
 
virtual void OnChangeActionMode ()
 
virtual void OnFlip ()
 
bool IsAlignTop ()
 
Layer AddLayer (Layer l, Transform trans)
 
void RefreshTipPivotPosition ()
 
SkinSet GetSkin ()
 
SkinConfig GetSkinConfig ()
 
void SetSkin (int id, int v=0)
 
void TestSkin ()
 
virtual void ApplySkin ()
 
virtual void OnApplySkin ()
 
void InstantiateDeco (SkinDeco deco)
 
void AddDeco (SkinDeco deco)
 
void RemoveDeco (SkinDeco deco)
 
virtual bool CanShowContextMenu ()
 
void ShowContextMenu ()
 
void SetBaseContextMenu (UIContextMenu m)
 
void SetGridContextMenu (UIContextMenu m)
 
void SoundActivate ()
 

Static Public Member Functions

static void Refresh ()
 
- Static Public Member Functions inherited from EMono
static int rnd (int a)
 

Public Attributes

Text textTime
 
Text textLevel
 
RectTransform rectClock
 
Image imageHour
 
Color colorFestival
 
- Public Attributes inherited from Widget
Image imageBG
 
SoundData soundActivate
 
UIDragPanel dragPanel
 
RectTransform tipPivotLeft
 
RectTransform tipPivotRight
 

Static Public Attributes

static WidgetDate Instance
 
- Static Public Attributes inherited from EMono
static Core core
 

Properties

WidgetDate.Extra extra [get]
 
- Properties inherited from Widget
string ID [get]
 
Widget.Config config [get]
 
SkinRoot skinRoot [get]
 
bool IsSealed [get]
 
virtual bool ShowStyleMenu [get]
 
virtual bool AlwaysTop [get]
 
virtual bool IsStaticPosition [get]
 
virtual bool AlwaysBottom [get]
 
virtual Type SetSiblingAfter [get]
 
virtual bool ShowInBuildMode [get]
 
virtual bool RightClickToClose [get]
 
virtual bool AllowRightClickToClose [get]
 
- Properties inherited from EMono
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 Scene scene [get]
 
static BaseGameScreen screen [get]
 
static GameSetting setting [get]
 
static GameData gamedata [get]
 
static ColorProfile Colors [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static SourceManager sources [get]
 
static SourceManager editorSources [get]
 
static CoreDebug debug [get]
 

Additional Inherited Members

- Public Types inherited from Widget
enum  WidgetType { Default , ZoomMenu }
 
enum  State { Active , Inactive }
 
- Protected Member Functions inherited from Widget
void ClampToScreenEnsured (Component c, Vector2 anchoredPos)
 
void ClampToScreen (RectTransform rect, float margin=10f)
 
- Protected Attributes inherited from Widget
bool flip
 

Detailed Description

Definition at line 7 of file WidgetDate.cs.

Member Function Documentation

◆ _Refresh()

void WidgetDate._Refresh ( )

Definition at line 34 of file WidgetDate.cs.

◆ CreateExtra()

override object WidgetDate.CreateExtra ( )
virtual

Reimplemented from Widget.

Definition at line 10 of file WidgetDate.cs.

◆ OnActivate()

override void WidgetDate.OnActivate ( )
virtual

Reimplemented from Widget.

Definition at line 26 of file WidgetDate.cs.

◆ OnChangePivot()

override void WidgetDate.OnChangePivot ( )
virtual

Reimplemented from Widget.

Definition at line 128 of file WidgetDate.cs.

◆ OnSetContextMenu()

override void WidgetDate.OnSetContextMenu ( UIContextMenu m)
virtual

Reimplemented from Widget.

Definition at line 143 of file WidgetDate.cs.

◆ Refresh()

static void WidgetDate.Refresh ( )
static

Definition at line 134 of file WidgetDate.cs.

Member Data Documentation

◆ colorFestival

Color WidgetDate.colorFestival

Definition at line 195 of file WidgetDate.cs.

◆ imageHour

Image WidgetDate.imageHour

Definition at line 192 of file WidgetDate.cs.

◆ Instance

WidgetDate WidgetDate.Instance
static

Definition at line 180 of file WidgetDate.cs.

◆ rectClock

RectTransform WidgetDate.rectClock

Definition at line 189 of file WidgetDate.cs.

◆ textLevel

Text WidgetDate.textLevel

Definition at line 186 of file WidgetDate.cs.

◆ textTime

Text WidgetDate.textTime

Definition at line 183 of file WidgetDate.cs.

Property Documentation

◆ extra

WidgetDate.Extra WidgetDate.extra
get

Definition at line 17 of file WidgetDate.cs.


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