InspectorSection.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/InspectorSection.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/InspectorSection.cs
Source file hash: sha256:ed569cb2170b065b52cca36d5c6356acda3d45b18d23b744b986698d6b49a726
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: InspectorSection
Section titled “Type: InspectorSection”Original lines: 52-238
Declaration hash: sha256:9cf9a48cbcd0782abdf0f287df757f03938d9e148142cdcd016f3ea93ce568aa
public sealed class InspectorSection : VisualElement{}Event: OnExpandedChanged
Section titled “Event: OnExpandedChanged”Original lines: 71
Declaration hash: sha256:25ce856f9daa55874400164b18256b6f20e1def686f5b169c92ef408296a8202
public event Action<bool> OnExpandedChanged;Property: Title
Section titled “Property: Title”Original lines: 81-89
Declaration hash: sha256:2181571b1e54a6a32f6ce3c9b64bd393fef5b6b4bd219bb1c1fbef0c3bbfe6b0
public string Title { get; set; }Property: Count
Section titled “Property: Count”Original lines: 95-111
Declaration hash: sha256:b8c5699f4d2dd20faf0e6c9ee1c7d9891ad7deaf940ecc8786fed2595f26aa8e
public int? Count { get; set; }Property: Trailing
Section titled “Property: Trailing”Original lines: 115
Declaration hash: sha256:7e8106249d18732c1af8c1d2eb1cca83600dd3e8787af1b97c3ca742ab78c5ba
public VisualElement Trailing { get; }Property: Body
Section titled “Property: Body”Original lines: 118
Declaration hash: sha256:a63e41b47a0c5e677a41122969e39111731669aed98dba0ef307065bee2e1ae1
public VisualElement Body { get; }Property: IsExpanded
Section titled “Property: IsExpanded”Original lines: 125-129
Declaration hash: sha256:df1b5a03f735de6bef90001301141acf98bf13ddf11b9a69a4d0a7dc0f6fd17c
public bool IsExpanded { get; set; }Property: ShowHeader
Section titled “Property: ShowHeader”Original lines: 136-144
Declaration hash: sha256:b56549db581ca25049e48cbb8d7f72d4e19f1e1688f6d3b954ac79d46e9a25a7
public bool ShowHeader { get; set; }Method: InspectorSection(string title, int? count, bool startsExpanded)
Section titled “Method: InspectorSection(string title, int? count, bool startsExpanded)”Original lines: 156-199
Declaration hash: sha256:8494e545894efb4230ade4ef8138c3269f2e05e678e9a156ef325a4a432f2383
public InspectorSection(string title = "", int? count = null, bool startsExpanded = true);