Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | OnActivate () |
void | _SayPick (Thing t, int num) |
void | _SayValue (string name, int a, bool negative=false, Sprite sprite=null) |
void | _Say (string text, FontColor fontColor=FontColor.Default, Sprite sprite=null) |
![]() | |
void | Test () |
bool | IsInRightMode () |
void | Activate () |
void | RefreshOrder () |
virtual void | OnActivate () |
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 () |
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) |
virtual void | OnSetContextMenu (UIContextMenu m) |
void | SetGridContextMenu (UIContextMenu m) |
void | SoundActivate () |
void | OnChangeResolution () |
SkinSet | GetSkin () |
SkinConfig | GetSkinConfig () |
Static Public Member Functions | |
static void | SayPick (Thing t, int num) |
static void | SayValue (string name, int a, bool negative=false, Sprite sprite=null) |
static void | Say (string text, FontColor fontColor=FontColor.Default, Sprite sprite=null) |
![]() | |
static int | rnd (int a) |
Public Attributes | |
PopManager | pop |
Sprite[] | icons |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetPopText | Instance |
![]() | |
static Core | core |
Additional Inherited Members | |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
![]() | |
string | ID [get] |
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] |
![]() | |
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] |
Definition at line 3 of file WidgetPopText.cs.
|
inline |
Definition at line 52 of file WidgetPopText.cs.
References SkinRootStatic.Colors, SkinColorProfile.GetTextColor(), icons, SkinManager.Instance, pop, PopManager.PopText(), and SkinManager.skinDark.
Referenced by Say().
|
inline |
Definition at line 40 of file WidgetPopText.cs.
References Thing.GetName(), PopItemText.image, Card.Num, pop, PopManager.PopText(), and Card.SetImage().
Referenced by SayPick().
|
inline |
Definition at line 47 of file WidgetPopText.cs.
References Say().
Referenced by SayValue().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 11 of file WidgetPopText.cs.
References Instance.
|
inlinestatic |
Definition at line 32 of file WidgetPopText.cs.
References _Say(), and Instance.
Referenced by _SayValue(), FactionBranch.AddFeat(), ResearchManager.AddPlan(), PolicyManager.AddPolicy(), ResearchManager.CompletePlan(), FactionBranch.DailyOutcome(), Chara.Die(), Expedition.End(), Chara.MutateRandom(), ElementContainerCard.OnLevelUp(), ElementContainerZone.OnLevelUp(), FactionBranch.ReceivePackages(), Expedition.Start(), and Map.TryShatter().
|
inlinestatic |
Definition at line 16 of file WidgetPopText.cs.
References _SayPick(), and Instance.
|
inlinestatic |
Definition at line 24 of file WidgetPopText.cs.
References _SayValue(), and Instance.
Referenced by HomeResource.Mod().
Sprite [] WidgetPopText.icons |
Definition at line 9 of file WidgetPopText.cs.
Referenced by _Say().
|
static |
Definition at line 5 of file WidgetPopText.cs.
Referenced by OnActivate(), Say(), SayPick(), and SayValue().
PopManager WidgetPopText.pop |
Definition at line 7 of file WidgetPopText.cs.
Referenced by _Say(), and _SayPick().