DocumentDiagnosticPanelExtensions
Namespace: Hex1b
Assembly: Hex1b.dll
Extension methods for creating a Document Diagnostic Panel widget. Renders the internal piece table structure of an IHex1bDocument as a tree.
csharp
public static class DocumentDiagnosticPanelExtensionsInheritance
Object → DocumentDiagnosticPanelExtensions
Methods
DocumentDiagnosticPanel<TParent>(WidgetContext<TParent>, IHex1bDocument)
Creates a Tree widget that displays the internal piece table structure of the given document. Useful for debugging and understanding document state.
Parameters:
ctx(WidgetContext<<TParent>>):document(IHex1bDocument):
Returns: TreeWidget
csharp
public static TreeWidget DocumentDiagnosticPanel<TParent>(this WidgetContext<TParent> ctx, IHex1bDocument document) where TParent : Hex1bWidget