Show / Hide Table of Contents

Class EditSolutionsWindow

A simple window that displays solutions and their contained reagents. Allows you to edit the reagent quantities and add new reagents.

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
EditSolutionsWindow
Namespace: Content.Client.Administration.UI.ManageSolutions
Assembly: Content.Client.dll
Syntax
public sealed class EditSolutionsWindow : DefaultWindow

Constructors

| Improve this Doc View Source

EditSolutionsWindow()

Declaration
public EditSolutionsWindow()

Methods

| Improve this Doc View Source

Close()

Declaration
public override void Close()
Overrides
Robust.Client.UserInterface.CustomControls.BaseWindow.Close()
| Improve this Doc View Source

SetTargetEntity(NetEntity)

Declaration
public void SetTargetEntity(NetEntity target)
Parameters
Type Name Description
NetEntity target
| Improve this Doc View Source

UpdateReagents()

Update the capacity label and re-create the reagent list

Declaration
public void UpdateReagents()
| Improve this Doc View Source

UpdateSolutions(Nullable<Dictionary<String, Solution>>)

Update the solution options.

Declaration
public void UpdateSolutions(Dictionary<string, Solution>? solutions)
Parameters
Type Name Description
System.Nullable<Dictionary<System.String, Solution>> solutions

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾