Show / Hide Table of Contents

Class AnalysisConsoleMenu

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
AnalysisConsoleMenu
Namespace: Content.Client.Xenoarchaeology.Ui
Assembly: Content.Client.dll
Syntax
public sealed class AnalysisConsoleMenu : FancyWindow

Constructors

| Improve this Doc View Source

AnalysisConsoleMenu()

Declaration
public AnalysisConsoleMenu()

Methods

| Improve this Doc View Source

SetButtonsDisabled(AnalysisConsoleScanUpdateState)

Declaration
public void SetButtonsDisabled(AnalysisConsoleScanUpdateState state)
Parameters
Type Name Description
AnalysisConsoleScanUpdateState state
| Improve this Doc View Source

UpdateInformationDisplay(AnalysisConsoleScanUpdateState)

Declaration
public void UpdateInformationDisplay(AnalysisConsoleScanUpdateState state)
Parameters
Type Name Description
AnalysisConsoleScanUpdateState state
| Improve this Doc View Source

UpdateProgressBar(AnalysisConsoleScanUpdateState)

Declaration
public void UpdateProgressBar(AnalysisConsoleScanUpdateState state)
Parameters
Type Name Description
AnalysisConsoleScanUpdateState state

Events

| Improve this Doc View Source

OnExtractButtonPressed

Declaration
public event Action? OnExtractButtonPressed
Event Type
Type Description
System.Nullable<Action>
| Improve this Doc View Source

OnPrintButtonPressed

Declaration
public event Action? OnPrintButtonPressed
Event Type
Type Description
System.Nullable<Action>
| Improve this Doc View Source

OnScanButtonPressed

Declaration
public event Action? OnScanButtonPressed
Event Type
Type Description
System.Nullable<Action>
| Improve this Doc View Source

OnServerSelectionButtonPressed

Declaration
public event Action? OnServerSelectionButtonPressed
Event Type
Type Description
System.Nullable<Action>

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