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

Classes

class  Extra
 

Public Member Functions

override object CreateExtra ()
 
override void OnActivate ()
 
override void OnDeactivate ()
 
void OnUpdateInput ()
 
void _Show ()
 
void SwitchPage (int _index)
 
void Refresh ()
 
void AddLog (string text, Color c=default(Color))
 
void AddButton (string id="test", Action action=null)
 
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 ()
 

Static Public Member Functions

static void OnClickPoint ()
 
static void Show ()
 
static void Hide ()
 
- Static Public Member Functions inherited from EMono
static int rnd (int a)
 

Public Attributes

LayoutGroup layoutButton
 
LayoutGroup layoutLog
 
UIText textTitle
 
Image iconCard
 
Image iconArea
 
int maxLog
 
int index
 
Vector3 posFix
 
List< object > list
 
Sprite spriteArea
 
bool selected
 
- Public Attributes inherited from Widget
Image imageBG
 
SoundData soundActivate
 
UIDragPanel dragPanel
 
RectTransform tipPivotLeft
 
RectTransform tipPivotRight
 

Static Public Attributes

static WidgetInspector Instance
 
static object target
 
- Static Public Attributes inherited from EMono
static Core core
 

Properties

WidgetInspector.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 8 of file WidgetInspector.cs.

Member Function Documentation

◆ _Show()

void WidgetInspector._Show ( )

Definition at line 89 of file WidgetInspector.cs.

◆ AddButton()

void WidgetInspector.AddButton ( string id = "test",
Action action = null )

Definition at line 169 of file WidgetInspector.cs.

◆ AddLog()

void WidgetInspector.AddLog ( string text,
Color c = default(Color) )

Definition at line 156 of file WidgetInspector.cs.

◆ CreateExtra()

override object WidgetInspector.CreateExtra ( )
virtual

Reimplemented from Widget.

Definition at line 21 of file WidgetInspector.cs.

◆ Hide()

static void WidgetInspector.Hide ( )
static

Definition at line 47 of file WidgetInspector.cs.

◆ OnActivate()

override void WidgetInspector.OnActivate ( )
virtual

Reimplemented from Widget.

Definition at line 56 of file WidgetInspector.cs.

◆ OnClickPoint()

static void WidgetInspector.OnClickPoint ( )
static

Definition at line 37 of file WidgetInspector.cs.

◆ OnDeactivate()

override void WidgetInspector.OnDeactivate ( )
virtual

Reimplemented from Widget.

Definition at line 64 of file WidgetInspector.cs.

◆ OnSetContextMenu()

override void WidgetInspector.OnSetContextMenu ( UIContextMenu m)
virtual

Reimplemented from Widget.

Definition at line 184 of file WidgetInspector.cs.

◆ OnUpdateInput()

void WidgetInspector.OnUpdateInput ( )

Definition at line 70 of file WidgetInspector.cs.

◆ Refresh()

void WidgetInspector.Refresh ( )

Definition at line 147 of file WidgetInspector.cs.

◆ Show()

static void WidgetInspector.Show ( )
static

Definition at line 42 of file WidgetInspector.cs.

◆ SwitchPage()

void WidgetInspector.SwitchPage ( int _index)

Definition at line 102 of file WidgetInspector.cs.

Member Data Documentation

◆ iconArea

Image WidgetInspector.iconArea

Definition at line 217 of file WidgetInspector.cs.

◆ iconCard

Image WidgetInspector.iconCard

Definition at line 214 of file WidgetInspector.cs.

◆ index

int WidgetInspector.index

Definition at line 223 of file WidgetInspector.cs.

◆ Instance

WidgetInspector WidgetInspector.Instance
static

Definition at line 199 of file WidgetInspector.cs.

◆ layoutButton

LayoutGroup WidgetInspector.layoutButton

Definition at line 205 of file WidgetInspector.cs.

◆ layoutLog

LayoutGroup WidgetInspector.layoutLog

Definition at line 208 of file WidgetInspector.cs.

◆ list

List<object> WidgetInspector.list

Definition at line 229 of file WidgetInspector.cs.

◆ maxLog

int WidgetInspector.maxLog

Definition at line 220 of file WidgetInspector.cs.

◆ posFix

Vector3 WidgetInspector.posFix

Definition at line 226 of file WidgetInspector.cs.

◆ selected

bool WidgetInspector.selected

Definition at line 235 of file WidgetInspector.cs.

◆ spriteArea

Sprite WidgetInspector.spriteArea

Definition at line 232 of file WidgetInspector.cs.

◆ target

object WidgetInspector.target
static

Definition at line 202 of file WidgetInspector.cs.

◆ textTitle

UIText WidgetInspector.textTitle

Definition at line 211 of file WidgetInspector.cs.

Property Documentation

◆ extra

WidgetInspector.Extra WidgetInspector.extra
get

Definition at line 28 of file WidgetInspector.cs.


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