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

StatusBarCell.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/StatusBarCell.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 44-145

Declaration hash: sha256:bcfdd5b59d1e94f7439d1171b207e8e48d44d89724992d5cb3f5bbe196d960a8

C#
public sealed class StatusBarCell : VisualElement
{
}

Original lines: 60-68

Declaration hash: sha256:c9cb0cdc221b6dc2cb5afff8ad18a69fe6f6a757abb9e67f49b749cdc482ac3a

C#
public string LabelText { get; set; }

Original lines: 75-79

Declaration hash: sha256:7b2186cd2cb18cdea065625c9d7e5ecf2557f63c48134228afe1936b77f47228

C#
public string ValueText { get; set; }

Original lines: 85-93

Declaration hash: sha256:f6c5b37d1a2dbc7040f97f0f191162e03dcf27254101990cdbb23b7d2bbfa77b

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

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

C#
public void Set(string label, string value, StatusPip.StatusPipKind pip = StatusPip.StatusPipKind.None);
Full-size image