StatusBarCell.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/StatusBarCell.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/StatusBarCell.cs
Source file hash: sha256:9bc070bc2de5b7e879c01e6248331eb4ba620283dc699fca3c2d83ee3cb03cec
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: StatusBarCell
Section titled “Type: StatusBarCell”Original lines: 44-145
Declaration hash: sha256:bcfdd5b59d1e94f7439d1171b207e8e48d44d89724992d5cb3f5bbe196d960a8
public sealed class StatusBarCell : VisualElement{}Property: LabelText
Section titled “Property: LabelText”Original lines: 60-68
Declaration hash: sha256:c9cb0cdc221b6dc2cb5afff8ad18a69fe6f6a757abb9e67f49b749cdc482ac3a
public string LabelText { get; set; }Property: ValueText
Section titled “Property: ValueText”Original lines: 75-79
Declaration hash: sha256:7b2186cd2cb18cdea065625c9d7e5ecf2557f63c48134228afe1936b77f47228
public string ValueText { get; set; }Property: PipKind
Section titled “Property: PipKind”Original lines: 85-93
Declaration hash: sha256:f6c5b37d1a2dbc7040f97f0f191162e03dcf27254101990cdbb23b7d2bbfa77b
public StatusPip.StatusPipKind PipKind { get; set; }Method: StatusBarCell(string label, string value, string tooltip)
Section titled “Method: StatusBarCell(string label, string value, string tooltip)”Original lines: 105-130
Declaration hash: sha256:1f8f37d0b95b2593272579e092843da00bdfa839dafd63958b03000ba99b1f50
public StatusBarCell(string label = "", string value = "", string tooltip = "");Method: Set(string label, string value, StatusPip.StatusPipKind pip)
Section titled “Method: Set(string label, string value, StatusPip.StatusPipKind pip)”Original lines: 137-142
Declaration hash: sha256:1ee559e65f6192a61068f47e788f760d2a16cdae680c9ed95f73c05b4fe357d5
public void Set(string label, string value, StatusPip.StatusPipKind pip = StatusPip.StatusPipKind.None);