Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
AnalysisConsoleMenu
Assembly: Content.Client.dll
public sealed class AnalysisConsoleMenu : FancyWindow
Constructors
|
Improve this Doc
View Source
Declaration
public AnalysisConsoleMenu()
Methods
|
Improve this Doc
View Source
Declaration
public void SetButtonsDisabled(AnalysisConsoleScanUpdateState state)
Parameters
|
Improve this Doc
View Source
Declaration
public void UpdateInformationDisplay(AnalysisConsoleScanUpdateState state)
Parameters
|
Improve this Doc
View Source
Declaration
public void UpdateProgressBar(AnalysisConsoleScanUpdateState state)
Parameters
Events
|
Improve this Doc
View Source
Declaration
public event Action? OnExtractButtonPressed
Event Type
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
Declaration
public event Action? OnPrintButtonPressed
Event Type
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
Declaration
public event Action? OnScanButtonPressed
Event Type
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
Declaration
public event Action? OnServerSelectionButtonPressed
Event Type
Type |
Description |
System.Nullable<Action> |
|
Extension Methods