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

Classes

class  Extra
 

Public Member Functions

override object CreateExtra ()
 
override void OnActivate ()
 
override void OnDeactivate ()
 
void Talk (Card c, string id)
 
PopItem SayRaw (Card c, string text)
 
void SayRaw (string idPortrait, string text, string _idPop)
 
void Nerun (string text, string idPortrait="UN_nerun")
 
void System (string text)
 
override void OnSetContextMenu (UIContextMenu m)
 
- Public Member Functions inherited from Widget
void Test ()
 
bool IsInRightMode ()
 
void Activate ()
 
void Deactivate ()
 
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 ()
 
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 ()
 

Public Attributes

GameObject goDummy
 
PopManager pop
 
string[] idPop
 
string idPopGod
 
string idPopSystem
 
- Public Attributes inherited from Widget
Image imageBG
 
SoundData soundActivate
 
UIDragPanel dragPanel
 
RectTransform tipPivotLeft
 
RectTransform tipPivotRight
 

Static Public Attributes

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

Properties

static bool Intercept [get]
 
WidgetFeed.Extra extra [get]
 
override bool AlwaysTop [get]
 
override bool ShowStyleMenu [get]
 
bool IgnoreFeed [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 }
 
- Static Public Member Functions inherited from EMono
static int rnd (int a)
 
- 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 5 of file WidgetFeed.cs.

Member Function Documentation

◆ CreateExtra()

override object WidgetFeed.CreateExtra ( )
virtual

Reimplemented from Widget.

Definition at line 18 of file WidgetFeed.cs.

◆ Nerun()

void WidgetFeed.Nerun ( string text,
string idPortrait = "UN_nerun" )

Definition at line 101 of file WidgetFeed.cs.

◆ OnActivate()

override void WidgetFeed.OnActivate ( )
virtual

Reimplemented from Widget.

Definition at line 64 of file WidgetFeed.cs.

◆ OnDeactivate()

override void WidgetFeed.OnDeactivate ( )
virtual

Reimplemented from Widget.

Definition at line 73 of file WidgetFeed.cs.

◆ OnSetContextMenu()

override void WidgetFeed.OnSetContextMenu ( UIContextMenu m)
virtual

Reimplemented from Widget.

Definition at line 116 of file WidgetFeed.cs.

◆ SayRaw() [1/2]

PopItem WidgetFeed.SayRaw ( Card c,
string text )

Definition at line 87 of file WidgetFeed.cs.

◆ SayRaw() [2/2]

void WidgetFeed.SayRaw ( string idPortrait,
string text,
string _idPop )

Definition at line 95 of file WidgetFeed.cs.

◆ System()

void WidgetFeed.System ( string text)

Definition at line 107 of file WidgetFeed.cs.

◆ Talk()

void WidgetFeed.Talk ( Card c,
string id )

Definition at line 80 of file WidgetFeed.cs.

Member Data Documentation

◆ goDummy

GameObject WidgetFeed.goDummy

Definition at line 130 of file WidgetFeed.cs.

◆ idPop

string [] WidgetFeed.idPop

Definition at line 136 of file WidgetFeed.cs.

◆ idPopGod

string WidgetFeed.idPopGod

Definition at line 139 of file WidgetFeed.cs.

◆ idPopSystem

string WidgetFeed.idPopSystem

Definition at line 142 of file WidgetFeed.cs.

◆ Instance

WidgetFeed WidgetFeed.Instance
static

Definition at line 127 of file WidgetFeed.cs.

◆ pop

PopManager WidgetFeed.pop

Definition at line 133 of file WidgetFeed.cs.

Property Documentation

◆ AlwaysTop

override bool WidgetFeed.AlwaysTop
get

Definition at line 35 of file WidgetFeed.cs.

◆ extra

WidgetFeed.Extra WidgetFeed.extra
get

Definition at line 25 of file WidgetFeed.cs.

◆ IgnoreFeed

bool WidgetFeed.IgnoreFeed
get

Definition at line 55 of file WidgetFeed.cs.

◆ Intercept

bool WidgetFeed.Intercept
staticget

Definition at line 9 of file WidgetFeed.cs.

◆ ShowStyleMenu

override bool WidgetFeed.ShowStyleMenu
get

Definition at line 45 of file WidgetFeed.cs.


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