Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

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.

Original lines: 37-56

Declaration hash: sha256:bfdccffe5fe987a1861caa9b66209b418c219e416a87fc4d2451ca612c834fee

C#
public sealed class SectionListRow
{
}

Original lines: 40

Declaration hash: sha256:0d814a46d3b0f4cda823f15397bc31f213145c866a56c4f9ff286f80c58aa772

C#
public string SectionLabel { get; set; }

Original lines: 43

Declaration hash: sha256:e4cf1d6189a9aaed1575005cb3609225517eacafd32bf4b591f5e50361c19547

C#
public string Primary { get; set; }

Original lines: 46

Declaration hash: sha256:f886e44522038dafe7e34449257b965889c5244dbcdc61c7969903e7aa1947ec

C#
public string Secondary { get; set; }

Original lines: 49

Declaration hash: sha256:122241c7b409bc42037becc060bcd1253895e9e77a95f9c78dcc34e30f7d150e

C#
public string TrailingDetail { get; set; }

Original lines: 52

Declaration hash: sha256:219e27b3bd31c529a4fa08a65c28030babb75a75eb3728564b019a54168f385e

C#
public string ActionLabel { get; set; }

Original lines: 55

Declaration hash: sha256:921a939e4ee1b24ba8114c6a95bf833d0c40518d5fbbe16d1a335b4877cf4b58

C#
public bool Warn { get; set; }

Original lines: 74-258

Declaration hash: sha256:39030bbef43f51eaed7e40c19203b5b8d5e2e13b428670d86ef5afcdffc8b491

C#
public sealed class SectionListPopover
{
}

Original lines: 91-95

Declaration hash: sha256:a050b53583b21ab47a152dc4fbd45308a9d8fa97a1c165504526e5eafb4e33b7

C#
public event Action<int> OnRowActivated { add; remove; }

Original lines: 105-113

Declaration hash: sha256:b962b2fa236b3327d7f5d294c6ce07bcdba8d76159e203d6aadeeefd57e9876d

C#
public SectionListPopover();

Original lines: 120

Declaration hash: sha256:f11f3428ffe03e7c86345c25f82a60215271b272af601583d39c123bc2f571fe

C#
public VisualElement Root { get; }

Original lines: 123

Declaration hash: sha256:0503dc6e231ab00d337581ef3564f2073bc55f8bab511b894f717b1879fe9278

C#
public string EmptyText { get; set; }

Original lines: 126

Declaration hash: sha256:983d714af3a15e8639e1362c0c2a49ddd36b154c8656eeb500cf07665be3c4ae

C#
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

C#
public void Open(VisualElement panelRoot, VisualElement anchor, IReadOnlyList<SectionListRow> rows);

Original lines: 158-161

Declaration hash: sha256:63b59b460375e03cc631349e92f9bf9f92f58b24aca8068e0d758f22df90d0cc

C#
public void Close();
Full-size image