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

Public Member Functions

override void OnActivate ()
 
virtual void _OnActivate ()
 
void _RefreshAll ()
 
virtual void OnRefresh ()
 
ItemNotice Add (BaseNotification n, Transform parent=null)
 
void Remove (BaseNotification n)
 
override void OnFlip ()
 
override void OnSetContextMenu (UIContextMenu m)
 
void RefreshLayout ()
 
override void OnApplySkin ()
 
- Public Member Functions inherited from Widget
void Test ()
 
bool IsInRightMode ()
 
void Activate ()
 
virtual object CreateExtra ()
 
void Deactivate ()
 
virtual void OnDeactivate ()
 
void Close ()
 
void Reactivate ()
 
virtual void OnManagerActivate ()
 
virtual void OnManagerDeactivate ()
 
void SetAnchor (RectPosition p)
 
void SetPivot (RectPosition p)
 
virtual void OnChangePivot ()
 
void UpdateConfig ()
 
virtual void OnUpdateConfig ()
 
void ClampToScreen ()
 
virtual void OnChangeResolution ()
 
void OnChangePosition ()
 
virtual void OnChangeActionMode ()
 
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 ()
 
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 ()
 

Public Attributes

Sprite[] sprites
 
List< BaseNotificationlist = new List<BaseNotification>()
 
VerticalLayoutGroup layout
 
VerticalLayoutGroup layout2
 
ItemNotice mold
 
- Public Attributes inherited from Widget
Image imageBG
 
SoundData soundActivate
 
UIDragPanel dragPanel
 
RectTransform tipPivotLeft
 
RectTransform tipPivotRight
 

Additional Inherited Members

- Public Types inherited from Widget
enum  WidgetType { Default , ZoomMenu }
 
enum  State { Active , Inactive }
 
- Static Public Member Functions inherited from EMono
static int rnd (int a)
 
- Static Public Attributes inherited from EMono
static Core core
 
- 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
 
- 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]
 

Detailed Description

Definition at line 7 of file BaseWidgetNotice.cs.

Member Function Documentation

◆ _OnActivate()

virtual void BaseWidgetNotice._OnActivate ( )
virtual

Definition at line 28 of file BaseWidgetNotice.cs.

◆ _RefreshAll()

void BaseWidgetNotice._RefreshAll ( )

Definition at line 45 of file BaseWidgetNotice.cs.

◆ Add()

ItemNotice BaseWidgetNotice.Add ( BaseNotification n,
Transform parent = null )

Definition at line 81 of file BaseWidgetNotice.cs.

◆ OnActivate()

override void BaseWidgetNotice.OnActivate ( )
sealedvirtual

Reimplemented from Widget.

Definition at line 10 of file BaseWidgetNotice.cs.

◆ OnApplySkin()

override void BaseWidgetNotice.OnApplySkin ( )
virtual

Reimplemented from Widget.

Definition at line 159 of file BaseWidgetNotice.cs.

◆ OnFlip()

override void BaseWidgetNotice.OnFlip ( )
virtual

Reimplemented from Widget.

Definition at line 128 of file BaseWidgetNotice.cs.

◆ OnRefresh()

virtual void BaseWidgetNotice.OnRefresh ( )
virtual

Definition at line 76 of file BaseWidgetNotice.cs.

◆ OnSetContextMenu()

override void BaseWidgetNotice.OnSetContextMenu ( UIContextMenu m)
virtual

Reimplemented from Widget.

Definition at line 135 of file BaseWidgetNotice.cs.

◆ RefreshLayout()

void BaseWidgetNotice.RefreshLayout ( )

Definition at line 146 of file BaseWidgetNotice.cs.

◆ Remove()

void BaseWidgetNotice.Remove ( BaseNotification n)

Definition at line 118 of file BaseWidgetNotice.cs.

Member Data Documentation

◆ layout

VerticalLayoutGroup BaseWidgetNotice.layout

Definition at line 171 of file BaseWidgetNotice.cs.

◆ layout2

VerticalLayoutGroup BaseWidgetNotice.layout2

Definition at line 174 of file BaseWidgetNotice.cs.

◆ list

List<BaseNotification> BaseWidgetNotice.list = new List<BaseNotification>()

Definition at line 168 of file BaseWidgetNotice.cs.

◆ mold

ItemNotice BaseWidgetNotice.mold

Definition at line 177 of file BaseWidgetNotice.cs.

◆ sprites

Sprite [] BaseWidgetNotice.sprites

Definition at line 165 of file BaseWidgetNotice.cs.


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