Show / Hide Table of Contents

Class EmergencyConsoleWindow

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
EmergencyConsoleWindow
Implements
IComputerWindow<EmergencyConsoleBoundUserInterfaceState>
Namespace: Content.Client.Shuttles.UI
Assembly: Content.Client.dll
Syntax
public sealed class EmergencyConsoleWindow : FancyWindow, IComputerWindow<EmergencyConsoleBoundUserInterfaceState>

Constructors

| Improve this Doc View Source

EmergencyConsoleWindow()

Declaration
public EmergencyConsoleWindow()

Methods

| Improve this Doc View Source

Draw(DrawingHandleScreen)

Declaration
protected override void Draw(DrawingHandleScreen handle)
Parameters
Type Name Description
Robust.Client.Graphics.DrawingHandleScreen handle
Overrides
Robust.Client.UserInterface.Control.Draw(Robust.Client.Graphics.DrawingHandleScreen)
| Improve this Doc View Source

SetupComputerWindow(ComputerBoundUserInterfaceBase)

Declaration
public void SetupComputerWindow(ComputerBoundUserInterfaceBase cb)
Parameters
Type Name Description
ComputerBoundUserInterfaceBase cb
| Improve this Doc View Source

UpdateState(EmergencyConsoleBoundUserInterfaceState)

Declaration
public void UpdateState(EmergencyConsoleBoundUserInterfaceState scc)
Parameters
Type Name Description
EmergencyConsoleBoundUserInterfaceState scc

Implements

IComputerWindow<TState>

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
☀
☾