Show / Hide Table of Contents

Class GuidebookWindow

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
GuidebookWindow
Implements
ILinkClickHandler
Namespace: Content.Client.Guidebook.Controls
Assembly: Content.Client.dll
Syntax
public sealed class GuidebookWindow : FancyWindow, ILinkClickHandler

Constructors

| Improve this Doc View Source

GuidebookWindow()

Declaration
public GuidebookWindow()

Methods

| Improve this Doc View Source

ClearSelectedGuide()

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

HandleClick(String)

Declaration
public void HandleClick(string link)
Parameters
Type Name Description
System.String link
| Improve this Doc View Source

UpdateGuides(Dictionary<String, GuideEntry>, Nullable<List<String>>, Nullable<String>, Nullable<String>)

Declaration
public void UpdateGuides(Dictionary<string, GuideEntry> entries, List<string>? rootEntries = null, string? forceRoot = null, string? selected = null)
Parameters
Type Name Description
Dictionary<System.String, GuideEntry> entries
System.Nullable<List<System.String>> rootEntries
System.Nullable<System.String> forceRoot
System.Nullable<System.String> selected

Implements

ILinkClickHandler

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