RailSection.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/RailSection.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/RailSection.cs
Source file hash: sha256:393fe6020e526d8c5df1aaa93fabedaedb1a728136b046c60b43649a519f2853
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: RailSection
Section titled “Type: RailSection”Original lines: 53-263
Declaration hash: sha256:b649314bf68c4f72c31cc717f97ad8d0cd71b1d8f6626ac9095f1a8373186cd0
public sealed class RailSection : VisualElement{}Event: OnExpandedChanged
Section titled “Event: OnExpandedChanged”Original lines: 73
Declaration hash: sha256:25ce856f9daa55874400164b18256b6f20e1def686f5b169c92ef408296a8202
public event Action<bool> OnExpandedChanged;Property: Title
Section titled “Property: Title”Original lines: 79-87
Declaration hash: sha256:2181571b1e54a6a32f6ce3c9b64bd393fef5b6b4bd219bb1c1fbef0c3bbfe6b0
public string Title { get; set; }Property: Count
Section titled “Property: Count”Original lines: 91-107
Declaration hash: sha256:b8c5699f4d2dd20faf0e6c9ee1c7d9891ad7deaf940ecc8786fed2595f26aa8e
public int? Count { get; set; }Property: Trailing
Section titled “Property: Trailing”Original lines: 111
Declaration hash: sha256:7e8106249d18732c1af8c1d2eb1cca83600dd3e8787af1b97c3ca742ab78c5ba
public VisualElement Trailing { get; }Property: Body
Section titled “Property: Body”Original lines: 115
Declaration hash: sha256:a63e41b47a0c5e677a41122969e39111731669aed98dba0ef307065bee2e1ae1
public VisualElement Body { get; }Property: IsExpanded
Section titled “Property: IsExpanded”Original lines: 123-127
Declaration hash: sha256:df1b5a03f735de6bef90001301141acf98bf13ddf11b9a69a4d0a7dc0f6fd17c
public bool IsExpanded { get; set; }Property: IsCollapsible
Section titled “Property: IsCollapsible”Original lines: 130
Declaration hash: sha256:6118397c92410794feff7c73bac99694065e3af7fbfa4145e33d952c8b1a6eba
public bool IsCollapsible { get; }Property: ShowSeparator
Section titled “Property: ShowSeparator”Original lines: 135-139
Declaration hash: sha256:4a51d8e5a1e3e6541d973b8668be4e76c7a445cc71adde99e20d1003cf604bb1
public bool ShowSeparator { get; set; }Method: RailSection(string title, bool collapsible, bool subHeader, int? count, bool startsExpanded, bool showSeparator)
Section titled “Method: RailSection(string title, bool collapsible, bool subHeader, int? count, bool startsExpanded, bool showSeparator)”Original lines: 150-214
Declaration hash: sha256:587f324084c904e09bbeb926a072637a216baa61e0688e71f1cb3da7841111c2
public RailSection(string title = "", bool collapsible = false, bool subHeader = false, int? count = null, bool startsExpanded = true, bool showSeparator = true);