SectionListPopover.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/SectionListPopover.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/SectionListPopover.cs
Source file hash: sha256:b9b541605c5930cd6a5862aaffe7e4156270cb15605e18fd90b0c95d6d9b0355
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: SectionListRow
Section titled “Type: SectionListRow”Original lines: 37-56
Declaration hash: sha256:bfdccffe5fe987a1861caa9b66209b418c219e416a87fc4d2451ca612c834fee
public sealed class SectionListRow{}Property: SectionLabel
Section titled “Property: SectionLabel”Original lines: 40
Declaration hash: sha256:0d814a46d3b0f4cda823f15397bc31f213145c866a56c4f9ff286f80c58aa772
public string SectionLabel { get; set; }Property: Primary
Section titled “Property: Primary”Original lines: 43
Declaration hash: sha256:e4cf1d6189a9aaed1575005cb3609225517eacafd32bf4b591f5e50361c19547
public string Primary { get; set; }Property: Secondary
Section titled “Property: Secondary”Original lines: 46
Declaration hash: sha256:f886e44522038dafe7e34449257b965889c5244dbcdc61c7969903e7aa1947ec
public string Secondary { get; set; }Property: TrailingDetail
Section titled “Property: TrailingDetail”Original lines: 49
Declaration hash: sha256:122241c7b409bc42037becc060bcd1253895e9e77a95f9c78dcc34e30f7d150e
public string TrailingDetail { get; set; }Property: ActionLabel
Section titled “Property: ActionLabel”Original lines: 52
Declaration hash: sha256:219e27b3bd31c529a4fa08a65c28030babb75a75eb3728564b019a54168f385e
public string ActionLabel { get; set; }Property: Warn
Section titled “Property: Warn”Original lines: 55
Declaration hash: sha256:921a939e4ee1b24ba8114c6a95bf833d0c40518d5fbbe16d1a335b4877cf4b58
public bool Warn { get; set; }Type: SectionListPopover
Section titled “Type: SectionListPopover”Original lines: 74-258
Declaration hash: sha256:39030bbef43f51eaed7e40c19203b5b8d5e2e13b428670d86ef5afcdffc8b491
public sealed class SectionListPopover{}Event: OnRowActivated
Section titled “Event: OnRowActivated”Original lines: 91-95
Declaration hash: sha256:a050b53583b21ab47a152dc4fbd45308a9d8fa97a1c165504526e5eafb4e33b7
public event Action<int> OnRowActivated { add; remove; }Method: SectionListPopover()
Section titled “Method: SectionListPopover()”Original lines: 105-113
Declaration hash: sha256:b962b2fa236b3327d7f5d294c6ce07bcdba8d76159e203d6aadeeefd57e9876d
public SectionListPopover();Property: Root
Section titled “Property: Root”Original lines: 120
Declaration hash: sha256:f11f3428ffe03e7c86345c25f82a60215271b272af601583d39c123bc2f571fe
public VisualElement Root { get; }Property: EmptyText
Section titled “Property: EmptyText”Original lines: 123
Declaration hash: sha256:0503dc6e231ab00d337581ef3564f2073bc55f8bab511b894f717b1879fe9278
public string EmptyText { get; set; }Property: IsOpen
Section titled “Property: IsOpen”Original lines: 126
Declaration hash: sha256:983d714af3a15e8639e1362c0c2a49ddd36b154c8656eeb500cf07665be3c4ae
public bool IsOpen { get; }Method: Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<SectionListRow> rows)
Section titled “Method: Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<SectionListRow> rows)”Original lines: 137-153
Declaration hash: sha256:6aa27a9489ed746409d87a543dcfd1ca6ef789d55a8a9325f0a10f26ee6aedaa
public void Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<SectionListRow> rows);Method: Close()
Section titled “Method: Close()”Original lines: 158-161
Declaration hash: sha256:63b59b460375e03cc631349e92f9bf9f92f58b24aca8068e0d758f22df90d0cc
public void Close();