Show / Hide Table of Contents

Class DaggerfallPotionMakerWindow

Inheritance
Object
UserInterfaceWindow
DaggerfallBaseWindow
DaggerfallPopupWindow
DaggerfallPotionMakerWindow
Implements
IUserInterfaceWindow
Inherited Members
DaggerfallPopupWindow.ScreenDimColor
DaggerfallPopupWindow.AllowCancel
DaggerfallPopupWindow.Cancelled
DaggerfallPopupWindow.PreviousWindow
DaggerfallPopupWindow.Update()
DaggerfallPopupWindow.Draw()
DaggerfallPopupWindow.CancelWindow()
DaggerfallPopupWindow.OnCancel
DaggerfallBaseWindow.exitKey
DaggerfallBaseWindow.defaultToolTip
DaggerfallBaseWindow.allowFreeScaling
DaggerfallBaseWindow.DaggerfallUnity
DaggerfallBaseWindow.IsSetup
DaggerfallBaseWindow.NativePanel
UserInterfaceWindow.parentPanel
UserInterfaceWindow.uiManager
UserInterfaceWindow.enabled
UserInterfaceWindow.pauseWhileOpened
UserInterfaceWindow.focusControl
UserInterfaceWindow.Value
UserInterfaceWindow.Enabled
UserInterfaceWindow.ParentPanel
UserInterfaceWindow.FocusControl
UserInterfaceWindow.ProcessMessages()
UserInterfaceWindow.OnReturn()
UserInterfaceWindow.CloseWindow()
UserInterfaceWindow.PopWindow()
UserInterfaceWindow.PauseWhileOpen
UserInterfaceWindow.SetFocus(BaseScreenComponent)
UserInterfaceWindow.OnClose
UserInterfaceWindow.RaiseOnCloseHandler()
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public class DaggerfallPotionMakerWindow : DaggerfallPopupWindow, IUserInterfaceWindow

Constructors

| Improve this Doc View Source

DaggerfallPotionMakerWindow(IUserInterfaceManager, DaggerfallBaseWindow)

Declaration
public DaggerfallPotionMakerWindow(IUserInterfaceManager uiManager, DaggerfallBaseWindow previous = null)
Parameters
Type Name Description
IUserInterfaceManager uiManager
DaggerfallBaseWindow previous

Methods

| Improve this Doc View Source

AddRecipeToCauldron(Int32, String)

Declaration
protected virtual void AddRecipeToCauldron(int index, string recipeName)
Parameters
Type Name Description
Int32 index
String recipeName
| Improve this Doc View Source

AddToCauldron(DaggerfallUnityItem)

Declaration
protected virtual void AddToCauldron(DaggerfallUnityItem item)
Parameters
Type Name Description
DaggerfallUnityItem item
| Improve this Doc View Source

CauldronListScroller_OnItemClick(DaggerfallUnityItem)

Declaration
protected virtual void CauldronListScroller_OnItemClick(DaggerfallUnityItem item)
Parameters
Type Name Description
DaggerfallUnityItem item
| Improve this Doc View Source

ClearCauldron()

Declaration
protected virtual void ClearCauldron()
| Improve this Doc View Source

IngredientsListScroller_OnItemClick(DaggerfallUnityItem)

Declaration
protected virtual void IngredientsListScroller_OnItemClick(DaggerfallUnityItem item)
Parameters
Type Name Description
DaggerfallUnityItem item
| Improve this Doc View Source

ItemLabelTextHandler(DaggerfallUnityItem)

Declaration
protected virtual string ItemLabelTextHandler(DaggerfallUnityItem item)
Parameters
Type Name Description
DaggerfallUnityItem item
Returns
Type Description
String
| Improve this Doc View Source

LoadTextures()

Declaration
protected virtual void LoadTextures()
| Improve this Doc View Source

MixCauldron()

Declaration
protected virtual void MixCauldron()
| Improve this Doc View Source

OnPop()

Declaration
public override void OnPop()
Overrides
UserInterfaceWindow.OnPop()
| Improve this Doc View Source

OnPush()

Declaration
public override void OnPush()
Overrides
UserInterfaceWindow.OnPush()
| Improve this Doc View Source

RecipePicker_OnItemPicked(Int32, String)

Declaration
public void RecipePicker_OnItemPicked(int index, string recipeName)
Parameters
Type Name Description
Int32 index
String recipeName
| Improve this Doc View Source

Refresh()

Declaration
protected virtual void Refresh()
| Improve this Doc View Source

RemoveFromCauldron(DaggerfallUnityItem)

Declaration
protected virtual void RemoveFromCauldron(DaggerfallUnityItem item)
Parameters
Type Name Description
DaggerfallUnityItem item
| Improve this Doc View Source

Setup()

Declaration
protected override void Setup()
Overrides
DaggerfallPopupWindow.Setup()
| Improve this Doc View Source

SetupButtons()

Declaration
protected virtual void SetupButtons()
| Improve this Doc View Source

SetupItemListScrollers()

Declaration
protected virtual void SetupItemListScrollers()
| Improve this Doc View Source

SetupLabels()

Declaration
protected virtual void SetupLabels()

Implements

IUserInterfaceWindow
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX