CompactRow.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/CompactRow.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/CompactRow.cs
Source file hash: sha256:b66b75b033061c5d41198807f734d0d4d6dc3609258e72d284dbbaa462180c96
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CompactRow
Section titled “Type: CompactRow”Original lines: 49-151
Declaration hash: sha256:18e93947e7541d271bc87d02f0dbd71bf08bd90242ccd18e180c3843c9c1b059
public sealed class CompactRow : VisualElement{}Event: Clicked
Section titled “Event: Clicked”Original lines: 63
Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa
public event Action Clicked;Property: Label
Section titled “Property: Label”Original lines: 73-77
Declaration hash: sha256:ae217a025db41c7ba670cc51ca4f82b7354c3459a9c637df3f8d2e23995488cd
public string Label { get; set; }Property: Value
Section titled “Property: Value”Original lines: 83-87
Declaration hash: sha256:79cd2046e849456f1bf4127383553ab0bda2acd710ab34131fb37fa9fd916d5b
public string Value { get; set; }Property: Leading
Section titled “Property: Leading”Original lines: 90
Declaration hash: sha256:99ec00ee822e31a044c74a138073a5df626e38916e6b5c1a60a21de27df53137
public VisualElement Leading { get; }Property: Trailing
Section titled “Property: Trailing”Original lines: 93
Declaration hash: sha256:7e8106249d18732c1af8c1d2eb1cca83600dd3e8787af1b97c3ca742ab78c5ba
public VisualElement Trailing { get; }Method: CompactRow(string label, string value)
Section titled “Method: CompactRow(string label, string value)”Original lines: 105-148
Declaration hash: sha256:566947e628cb87177030f1fa24fd57aea9eee9faa7f0ed128a9a3a48c17894d4
public CompactRow(string label = "", string value = "");